Page 1 of 1

Batch extract of Icons from ICO

Posted: Thu Feb 18, 2010 5:14 pm
by Peter2
Is it possible to extract per Batch all Icons (all Frames) from 150 ICO-Files?

Regards

Peter

Re: Batch extract of Icons from ICO

Posted: Fri Feb 19, 2010 5:00 am
by XnTriq
  1. Greenfish Icon Editor Pro for creating an icon library (ICL) of all 150 icons
  2. LionTech ResThief for extracting all “frames” of all icons in the ICL in one go via drag & drop

Re: Batch extract of Icons from ICO

Posted: Fri Feb 19, 2010 1:25 pm
by xnview
Peter2 wrote:Is it possible to extract per Batch all Icons (all Frames) from 150 ICO-Files?
Multipage/Extract all?

Re: Batch extract of Icons from ICO

Posted: Fri Feb 19, 2010 1:52 pm
by Peter2
xnview wrote:Multipage/Extract all?
Yes, for one file.
But 150 files in batch Mode?

Peter

Re: Batch extract of Icons from ICO

Posted: Fri Feb 19, 2010 1:54 pm
by xnview
Peter2 wrote:
xnview wrote:Multipage/Extract all?
Yes, for one file.
But 150 files in batch Mode?
it's a problem... there is no batch command for that
You can use NConvert

Re: Batch extract of Icons from ICO

Posted: Fri Feb 19, 2010 3:56 pm
by Peter2
xnview wrote:...You can use NConvert
This could be the right way. Thanks.

Peter

Re: Batch extract of Icons from ICO

Posted: Tue Feb 23, 2010 5:45 pm
by XnTriq
Please post the syntax once you've found out how this can be done with nconvert, Peter.

I'd also be interested to learn what the answer to this question is, BTW.

Re: Batch extract of Icons from ICO

Posted: Wed Feb 24, 2010 9:49 am
by xnview
nconvert -xall -out png file.ico

Re: Batch extract of Icons from ICO

Posted: Wed Feb 24, 2010 10:24 am
by Peter2
xnview wrote:nconvert -xall -out png file.ico
Thanks Pierre.

Peter

Re: Batch extract of Icons from ICO

Posted: Thu Feb 25, 2010 3:30 am
by XnTriq
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 !
:D