Batch extract of Icons from ICO
Posted: Thu Feb 18, 2010 5:14 pm
Is it possible to extract per Batch all Icons (all Frames) from 150 ICO-Files?
Regards
Peter
Regards
Peter
Various discussion boards for XnView and related products
https://newsgroup.xnview.com/
Multipage/Extract all?Peter2 wrote:Is it possible to extract per Batch all Icons (all Frames) from 150 ICO-Files?
Yes, for one file.xnview wrote:Multipage/Extract all?
it's a problem... there is no batch command for thatPeter2 wrote:Yes, for one file.xnview wrote:Multipage/Extract all?
But 150 files in batch Mode?
This could be the right way. Thanks.xnview wrote:...You can use NConvert
Thanks Pierre.xnview wrote:nconvert -xall -out png file.ico
Guidance ([url=http://newsgroup.xnview.com/viewtopic.php?p=706#p706]Icon Library Batch Save[/url]) wrote:He asked how to save all these icons displayed in the screen to files!!
Aha, I got it:
nconvert -o d:\tmp\ico\%.ico -out ico -xall D:\tmp\icl\*.icl
Thanks, nconvert !