Re: [hatari-devel] OSX Hatari icons (was: Version 2)

[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]


$ port info makeicns
makeicns @1.4.10a_2 (graphics)
Variants:             universal

Description:          This program lets you convert all kinds of images to Apple icns format on the command line.
Homepage:             https://bitbucket.org/mkae/makeicns

Platforms:            darwin
License:              MIT
Maintainers:          mk@xxxxxxxxxxxx, pixilla@xxxxxxxxxxxx



http://www.amnoid.de/icns/makeicns.html

$ ./makeicns 
makeicns v1.1 (20090413)

Usage: makeicns [k1=v1] [k2=v2] ...

Keys and values include:
    512: Name of input image for 512x512 variant of icon
    256: Name of input image for 256x256 variant of icon
    128: Name of input image for 128x128 variant of icon
     32: Name of input image for 32x32 variant of icon
     16: Name of input image for 16x16 variant of icon
     in: Name of input image for all variants not having an explicit name
    out: Name of output file, defaults to first nonempty input name,
         but with icns extension

Examples:

  makeicns -512 image.png -32 image.png
      Creates image.icns with only a 512x512 and a 32x32 variant.

  makeicns -in myfile.jpg -32 otherfile.png -out outfile.icns
      Creates outfile.icns with sizes 512, 256, 128, and 16 containing data
      from myfile.jpg and with size 32 containing data from otherfile.png.



On Nov 12, 2016, at 11:35 AM, Cocoa Pod <cocoa.pod@xxxxxxx> wrote:

I don’t know any command line which convert SVG->PNG -> icns !




Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/