Changeset 10875 for ImageMagick/trunk
- Timestamp:
- 05/10/08 21:23:26 (3 months ago)
- Files:
-
- 1 modified
-
ImageMagick/trunk/coders/pnm.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ImageMagick/trunk/coders/pnm.c
r10871 r10875 1879 1879 { 1880 1880 (void) WriteBlobString(image,image->endian != LSBEndian ? "1.0\n" : 1881 "-1.0\n");1881 "-1.0\n"); 1882 1882 image->depth=32; 1883 1883 quantum_info=AcquireQuantumInfo((const ImageInfo *) NULL,image);
