Hello
I have been exploring ways to read in a number Windows .bmp image files and merge them into a single .ico file.
So far I've looked at Win32::Exe, which seems to read .ico files and break them down into constituent icons, but seems to lack a method for creating .ico files. It was hard for me to tell because the doc is a bit lacking and my Perl-fu is below the level of this code.
I also looked into Image::BMP which reads .bmp files but doesn't output them again.
I realise this is all a bit vague. If anyone has any pointers or starting places, I'd be grateful. Also, I'd prefer not to do this through a system call to a graphics tool because even though these are windows files, I need to be able to run the process on a non-window OS.
Thanks in advance, J
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.