| Re: [hatari-devel] big icon file for macOS ? | 
[ Thread Index | 
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
] 
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] big icon file for macOS ?
- From: Thomas Huth <th.huth@xxxxxxxxx>
- Date: Sat, 30 Mar 2024 07:06:44 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017;	t=1711782405; bh=aMk9oADNkSmv4fOsleuRaIW7GGJg7HU9872sMAYi0gI=;	h=Date:From:To:Subject:Message-ID:MIME-Version:Content-Type:	 Content-Transfer-Encoding:From;	b=BgxZxWmcHsO//lgKJ2/HNPLB6ibnhKJp70LkxpyRHfimm9Ow+zd/jZEtvKrVzp0Ei	 iQ2clAjKbdlGLw5pePfW5PLn7wbxyZUeSZR/brlrnUrKAnW7NcVpkD+6Q0TMih+n+O	 6/Cs4e8qNka/KIfkLiPRMnvPqO9Utp2HHQuVzs6mGPOBVXAlRLACgkMmtis4AQ3H/j	 H1OjIbblJ83sPe/1GB/Unavo569nGZ9sCn+Yt3B2yndXPyYiakVD/7UmS0pfTCtdmm	 YpGtTUugjd2P6/Jjwb+kPWbYVtVGdsb9POWfnZcPfJt4B/iWdX4Ho8tdM1BDP/heLz	 3FaSViNXB6Ibg==
Am Fri, 29 Mar 2024 11:30:22 -0400
schrieb Brad Smith <rainwarrior@xxxxxxxxx>:
> Mac standards do require a 1024x1024 icon these days.
> 
> If you used nearest neighbour upscaling instead of the interpolated large
> images, they would probably compress a lot smaller, though.
That sounds like a good idea ... I had a quick try with the "png2icns" tool
and converted the pngs from our "share" folder into the icns format, and
that results in a .icns file with the size of 721658 bytes. Still quite a
bit, but way better than the current one. Shall I go ahead and push that
file to the repository?
 Thomas