Thx, worked.
Only one last thing. Some of the icons have more parts with transparency than the shadow, like this:
http://i53.tinypic.com/2qk76gx_th.png
If I convert it with
convert -colors 256 -depth 8 +dither -channel A -threshold 46%% image32.png png8:image8.png
this is the result:
http ...
Search found 5 matches
- 2011-10-09T03:34:21-07:00
- Forum: Users
- Topic: Reduce PNG color depth for use in icons
- Replies: 10
- Views: 39756
- 2011-10-08T08:31:04-07:00
- Forum: Users
- Topic: Reduce PNG color depth for use in icons
- Replies: 10
- Views: 39756
Re: Reduce PNG color depth for use in icons
Sorry I didn't recognize the different file names and thought you did kind of a double post, but it still doesn't work with those both.
How do I change the threshold manually? Theres a black border at the bottom of the image. (its the 8bit version)
http://img707.imageshack.us/img707/1791/118bit.th ...
How do I change the threshold manually? Theres a black border at the bottom of the image. (its the 8bit version)
http://img707.imageshack.us/img707/1791/118bit.th ...
- 2011-10-08T07:12:43-07:00
- Forum: Users
- Topic: Reduce PNG color depth for use in icons
- Replies: 10
- Views: 39756
Re: Reduce PNG color depth for use in icons
Thank you so much! I've allready capitulated.
The png8: worked fine, the 4bit PNGs still use their transparency. I think IconWorkshop accepts only binary transparency.
Is possible to apply this to the 4 bit conversion? Or is this allready done with " -colors 16" ? In fact its not that important as ...
The png8: worked fine, the 4bit PNGs still use their transparency. I think IconWorkshop accepts only binary transparency.
Is possible to apply this to the 4 bit conversion? Or is this allready done with " -colors 16" ? In fact its not that important as ...
- 2011-10-08T02:12:59-07:00
- Forum: Users
- Topic: Reduce PNG color depth for use in icons
- Replies: 10
- Views: 39756
Re: Reduce PNG color depth for use in icons
I use the most recent version for windows on win 7.
The commend worked for me too, Irfanview shows the transparency and bit depth correctly. So I think IconWorkshop causes the problem, but I hoped theres a special option to use during conversion.
€: I have antoher idea. Which picture format support ...
The commend worked for me too, Irfanview shows the transparency and bit depth correctly. So I think IconWorkshop causes the problem, but I hoped theres a special option to use during conversion.
€: I have antoher idea. Which picture format support ...
- 2011-10-07T23:06:15-07:00
- Forum: Users
- Topic: Reduce PNG color depth for use in icons
- Replies: 10
- Views: 39756
Reduce PNG color depth for use in icons
I need to reduce the color depth of some PNGs from 32bit to 8bit/256 colors and 4bit/16colors.
I've allready searched in the usage pages, but since my english skills are not the best and I use IM for the first time I only found these three usefull commands:
1. convert -colors 256 -depth 8 +dither ...
I've allready searched in the usage pages, but since my english skills are not the best and I use IM for the first time I only found these three usefull commands:
1. convert -colors 256 -depth 8 +dither ...