Search found 5 matches

by peterhull90
2018-03-07T06:47:47-07:00
Forum: Users
Topic: Use of '-levels' option
Replies: 2
Views: 2840

Re: Use of '-levels' option

Got it, thanks.
by peterhull90
2018-03-07T05:50:31-07:00
Forum: Users
Topic: Use of '-levels' option
Replies: 2
Views: 2840

Use of '-levels' option

Hi, I've got an gray scale raw image where every pixel is one byte in the range 0=black, 15=white. I wanted to convert this, and thought the -level option was the right one. convert -size 104x160 -depth 8 gray:input -level 0,15 output.png but this gives me an image mostly white with some black pixel...
by peterhull90
2012-01-18T01:14:06-07:00
Forum: Bugs
Topic: Conversion from png to ico fails
Replies: 5
Views: 12119

Re: Conversion from png to ico fails

You've thought of everything, sir!

That works fine, thanks very much.

Pete
by peterhull90
2012-01-16T02:53:07-07:00
Forum: Bugs
Topic: Conversion from png to ico fails
Replies: 5
Views: 12119

Re: Conversion from png to ico fails

Thanks for the swift reply. Neither of those solutions worked for me, unfortunately. I had a more detailed look at the generated icon. IM is creating the icons with PNG format images, which is fine for Vista and later but not compatible with XP and earlier (which I have). I assume that earlier versi...
by peterhull90
2012-01-13T08:55:57-07:00
Forum: Bugs
Topic: Conversion from png to ico fails
Replies: 5
Views: 12119

Conversion from png to ico fails

Using ImageMagick 6.7.3-10 on Windows XP With this command convert image.png image.ico a file image.ico is produced but does not appear to be a valid Windows icon (Explorer just shows the default icon) I have a batch file which I wrote some time ago and which used to work perfectly when I had IM 6.5...