Changeset 502

Show
Ignore:
Timestamp:
10/27/09 18:42:22 (4 weeks ago)
Author:
cristy
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ImageMagick/trunk/coders/braille.c

    r433 r502  
    248248    } 
    249249  (void) SetImageType(image,BilevelType); 
     250  polarity = 0; 
    250251  if (image->storage_class == PseudoClass) { 
    251252    polarity=(IndexPacket) (PixelIntensityToQuantum(&image->colormap[0]) >= 
     
    255256        (PixelIntensityToQuantum(&image->colormap[0]) >= 
    256257         PixelIntensityToQuantum(&image->colormap[1])); 
    257     polarity = 0; 
    258258  } 
    259259  for (y=0; y < (long) image->rows; y+=cell_height)