Is it possible to extract per Batch all Icons (all Frames) from 150 ICO-Files?
Regards
Peter
Batch extract of Icons from ICO
Moderator: xnview
-
Peter2
- XnThusiast
- Posts: 1368
- Joined: Thu Nov 24, 2005 3:07 pm
- Location: CH
Batch extract of Icons from ICO
XnViewMP <Current version> German, XnConvert <Current version>, Win 10
-
XnTriq
- Forum Librarian
- Posts: 6552
- Joined: Sun Sep 25, 2005 3:00 am
- Location: Ref Desk
Re: Batch extract of Icons from ICO
- Greenfish Icon Editor Pro for creating an icon library (ICL) of all 150 icons
- LionTech ResThief for extracting all “frames” of all icons in the ICL in one go via drag & drop
-
xnview
- Author of XnView
- Posts: 47518
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: Batch extract of Icons from ICO
Multipage/Extract all?Peter2 wrote:Is it possible to extract per Batch all Icons (all Frames) from 150 ICO-Files?
Pierre.
-
Peter2
- XnThusiast
- Posts: 1368
- Joined: Thu Nov 24, 2005 3:07 pm
- Location: CH
Re: Batch extract of Icons from ICO
Yes, for one file.xnview wrote:Multipage/Extract all?
But 150 files in batch Mode?
Peter
XnViewMP <Current version> German, XnConvert <Current version>, Win 10
-
xnview
- Author of XnView
- Posts: 47518
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: Batch extract of Icons from ICO
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?
You can use NConvert
Pierre.
-
Peter2
- XnThusiast
- Posts: 1368
- Joined: Thu Nov 24, 2005 3:07 pm
- Location: CH
Re: Batch extract of Icons from ICO
This could be the right way. Thanks.xnview wrote:...You can use NConvert
Peter
XnViewMP <Current version> German, XnConvert <Current version>, Win 10
-
XnTriq
- Forum Librarian
- Posts: 6552
- Joined: Sun Sep 25, 2005 3:00 am
- Location: Ref Desk
Re: Batch extract of Icons from ICO
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.
I'd also be interested to learn what the answer to this question is, BTW.
-
xnview
- Author of XnView
- Posts: 47518
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
-
Peter2
- XnThusiast
- Posts: 1368
- Joined: Thu Nov 24, 2005 3:07 pm
- Location: CH
Re: Batch extract of Icons from ICO
Thanks Pierre.xnview wrote:nconvert -xall -out png file.ico
Peter
XnViewMP <Current version> German, XnConvert <Current version>, Win 10
-
XnTriq
- Forum Librarian
- Posts: 6552
- Joined: Sun Sep 25, 2005 3:00 am
- Location: Ref Desk
Re: Batch extract of Icons from 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 !