Changeset 502
- Timestamp:
- 10/27/09 18:42:22 (4 weeks ago)
- Files:
-
- 1 modified
-
ImageMagick/trunk/coders/braille.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ImageMagick/trunk/coders/braille.c
r433 r502 248 248 } 249 249 (void) SetImageType(image,BilevelType); 250 polarity = 0; 250 251 if (image->storage_class == PseudoClass) { 251 252 polarity=(IndexPacket) (PixelIntensityToQuantum(&image->colormap[0]) >= … … 255 256 (PixelIntensityToQuantum(&image->colormap[0]) >= 256 257 PixelIntensityToQuantum(&image->colormap[1])); 257 polarity = 0;258 258 } 259 259 for (y=0; y < (long) image->rows; y+=cell_height)
