Search found 3 matches
- 2015-08-10T09:43:18-07:00
- Forum: Bugs
- Topic: convert png with transparency to eps3 file, -compress lzw
- Replies: 0
- Views: 5919
convert png with transparency to eps3 file, -compress lzw
Hello, this is the second bug: start gimp, create a new image with 720x359 with alpha channel, fill the image with anything, check that there are no transparent pixels any more. Save the image as png file with transparency. convert 720x359-alpha.png -compress lzw eps3:/tmp/broken.eps you will get a ...
- 2015-08-10T09:26:01-07:00
- Forum: Bugs
- Topic: convert png with transparency to eps3 file, -compress zip
- Replies: 1
- Views: 2587
convert png with transparency to eps3 file, -compress zip
hi, I've encountered two bugs in convert, version 6.8.9-10, the first one is converting a png with an alpha channel to an eps file: utilities/convert 200x200-alpha.png eps3:200x200-alpha.eps convert: unable to zip-compress image `200x200-alpha.eps' @ error/compress.c/ZLIBEncodeImage/1295. it uses ...
- 2014-07-25T01:16:10-07:00
- Forum: Bugs
- Topic: -kerning and font with kerning values
- Replies: 1
- Views: 2388
-kerning and font with kerning values
If I want to enhance or reduce letter spacing with the -kerning option then the font's kerning parameters are ignored. The reasion is related to annotate.c: RenderFreetype() { if (fabs(draw_info->kerning) >= MagickEpsilon) origin.x+=(FT_Pos) (64.0*direction*draw_info->kerning); else if (FT_HAS ...