0

From this page http://en.wikipedia.org/wiki/Pngcrush I use this command line in Mac OS X Terminal

pngcrush -rem text InputFile.png OutputFile.png

It's work ! But this :

pngcrush -text b "Software" "pngcrush" image1.png image2.png

do nothing and output like launching pngcrush without option.

What's wrong ?

benoît
  • 1,473
  • 3
  • 13
  • 31
  • What is your expected `image2.png` result, and what is the actual result? Can you provide the image? – leonbloy Jul 04 '13 at 14:01
  • Here is my png http://i.imgur.com/3Y7KaEo.png I try to change ImageReady to pngcrush (you can open it with text editor to view the key or use pngtweak on windows). – benoît Jul 04 '13 at 15:45
  • 1
    It seems that text insertion in pngcrush is buggy. I'd try ImageMagick or this: https://github.com/gbenison/png-text-embed – leonbloy Jul 04 '13 at 15:59
  • Thank you ! But can't 'Make' png-text-embed (Mac OS 10.6.8 ?). – benoît Jul 05 '13 at 08:31

1 Answers1

0

The current version of pngcrush (version 1.7.67) should do what you want. Some bugs with text insertion were fixed in pngcrush-1.7.29 and 1.7.67.

Glenn Randers-Pehrson
  • 11,940
  • 3
  • 37
  • 61