1. 08 Şub, 2004 1 kayıt (commit)
  2. 07 Şub, 2004 3 kayıt (commit)
  3. 06 Şub, 2004 1 kayıt (commit)
  4. 03 Şub, 2004 2 kayıt (commit)
  5. 29 Ock, 2004 3 kayıt (commit)
  6. 27 Ock, 2004 2 kayıt (commit)
  7. 26 Ock, 2004 3 kayıt (commit)
  8. 23 Ock, 2004 1 kayıt (commit)
  9. 21 Ock, 2004 3 kayıt (commit)
  10. 20 Ock, 2004 1 kayıt (commit)
  11. 17 Ock, 2004 1 kayıt (commit)
  12. 16 Ock, 2004 2 kayıt (commit)
  13. 13 Ock, 2004 1 kayıt (commit)
  14. 11 Ock, 2004 1 kayıt (commit)
  15. 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
  16. 08 Ock, 2004 3 kayıt (commit)
  17. 04 Ock, 2004 2 kayıt (commit)
  18. 01 Ock, 2004 3 kayıt (commit)
  19. 31 Ara, 2003 6 kayıt (commit)