Re: [hatari-devel] hatari-ui icon

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


Hi,

On tiistai 04 marraskuu 2014, Thomas Huth wrote:
> So I guess we need some additional logic in the CMakeLists.txt to scale
> it to other sizes, too. Does anybody know a good solution?
> Maybe "convert" from image-magick?

Something like this works OK:
	srcimg=<name>.png
	for size in 256x256 64x64 48x48 24x24; do
		mkdir $size
		convert $srcimg -resize $size $size/hatari.png
	done


	- Eero



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