Search found 3 matches
- 2012-06-27T22:00:45-07:00
- Forum: Users
- Topic: Create IOC file from any PNG
- Replies: 3
- Views: 5072
Re: Create IOC file from any PNG
Thanks for the reply. I thing I have control over the Alpha channel. It is the Depth settings that fools me. If I do as follows: Use image magic to convert a PNG to an IOC file. This ICO file is not accepted by VisualBasic 6 as an ico file. Open the ICO file using iconfx utility Set the file "File ...
- 2012-06-27T13:55:20-07:00
- Forum: Users
- Topic: Create IOC file from any PNG
- Replies: 3
- Views: 5072
Create IOC file from any PNG
Hi, I struggling to create new icons with the following format Type: PaletteMatte Endianess: Undefined Colorspace: RGB Depth: 24/8-bit Channel depth: red: 8-bit green: 8-bit blue: 8-bit alpha: 1-bit I have tried MANY different convert argument butt still no success. All tries ends up in one of the ...
- 2012-05-09T06:14:13-07:00
- Forum: Users
- Topic: -trim reduce the Alpha bits on a PNG
- Replies: 1
- Views: 3048
-trim reduce the Alpha bits on a PNG
Hi, Trying to create an .ICO file using an .AI file as the source. The .AI file is converted to a PNG file using 8 bits color and Alpha channel. Resizing the PNG file into multiple copies and merge them to one IOC files works fine. The ICO files contains all sizes, nicely transparent icons. Then ...