1. 21 Ock, 2004 2 kayıt (commit)
  2. 20 Ock, 2004 11 kayıt (commit)
  3. 18 Ock, 2004 5 kayıt (commit)
  4. 17 Ock, 2004 10 kayıt (commit)
  5. 16 Ock, 2004 3 kayıt (commit)
  6. 13 Ock, 2004 4 kayıt (commit)
  7. 11 Ock, 2004 4 kayıt (commit)
  8. 10 Ock, 2004 1 kayıt (commit)
    • Sjoerd Mullender's avatar
      The format of the string data used in the imageop module is described · 7e6bbe15
      Sjoerd Mullender yazdı
      as "This is the same format as used by gl.lrectwrite() and the imgfile
      module."  This implies a certain byte order in multi-byte pixel
      formats.  However, the code was originally written on an SGI
      (big-endian) and *uses* the fact that bytes are stored in a particular
      order in ints.  This means that the code uses and produces different
      byte order on little-endian systems.
      
      This fix adds a module-level flag "backward_compatible" (default not
      set, and if not set, behaves as if set to 1--i.e. backward compatible)
      that can be used on a little-endian system to use the same byte order
      as the SGI.  Using this flag it is then possible to prepare
      SGI-compatible images on a little-endian system.
      
      This patch is the result of a (small) discussion on python-dev and was
      submitted to SourceForge as patch #874358.
      7e6bbe15