On Sep 26, 2012, at 10:44, nop <[email protected]> wrote: > Hi. I'd like to use node-canvas to manipulate ico-format images. I > couldn't find any mention of supported formats in the readme, but from > my tests it seems either ico are not among them or there's an issue > with my environment. Would someone knowledgeable in the matter please > let me know if ico support should be there? If it isn't, it'd also be > nice to know if it might find its way into node-canvas sometime soon.
I haven't ever heard of canvas supporting loading ico format images, so it's not surprising that node-canvas doesn't support it either. So your goal should be to look for or write an ico image reader for the canvas. Then it should work with node-canvas as well. -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
