Join for FREE | Take the Tour Lost Password?
[x]

deviantART

 
About Me Member Wildlife Photographer x-v1ncent-x20/Male/Argentina Recent Activity Deviant for 1 Year
Needs Premium Membership
Statistics 1 Deviation
16 Comments
337 Pageviews

deviantID

No deviantID yet.

Devious Info

  • Current Residence: Escobar, Buenos Aires, Argentina
  • Interests: Fotografía, Antropología, Música
  • Operating System: Linux

deviantART Community Board

[x]

Comments


:iconjordihp:
Thanks!

--
Reality
:iconpetriborg:
I some how accidently responded to my own comment instead of replying to you ( [link] ) and I just noticed... Here is what I tried to send:

The nconvert program doesn't seem to have an option to extract only the 128x128 sized images, but you can easily use the find command to delete the smaller files and the old icon files...

How to use the find command:
Assuming your current directory is the coppied macimage directory from doing 'cd ~/macimage'...

find ~/macimage '*-0.png' -exec rm '{}' \;
find ~/macimage '*-1.png' -exec rm '{}' \;
find ~/macimage '*.incns' -exec rm '{}' \;

This should remove any files that end their names in .icons, -0.png, or -1.png -- I warn that you should be extremely careful so not to delete anything you don't intend to. If you would like to have the remove command ask for each file its about to delete you can use the -i flag such as this:

find ~/macimage '*.icns' -exec rm -i '{}' \;

Site Map