Here's a prelim stab at updating the Pd icon: https://github.com/pure-data/pd-icon https://github.com/pure-data/pd-icon
Nothing fancy, simply recreated the current vanilla icon using DejaVu Sans Mono from an actual Pd patch print export. Now in *high* resolution. This repo generates all icons for Windows, Mac, & Linux (I assume): there is also gif that TK can load natively. I believe I got the sizing and padding around the icon pretty well (at least on mac).
Not to discount Paul Rankin's mac icon refresh which got this going (and is arguably better than the flat vanilla approach I've taken):
The makefile can generate the icon from a 1024 master which can be changed from my prelim export.
One issue with the original proposal is that there wasn't really much of a discussion overall. Now would be a good time to revisit this. Once something is agreed upon, we just need an SVG and 1024x1024 PNG to generate the icon sets.
Dan Wilcox @danomatika http://twitter.com/danomatika danomatika.com http://danomatika.com/ robotcowboy.com http://robotcowboy.com/
Dan, that looks very similar to what I posted on Pd-dev a few weeks back. I agree with your mention of lacking discussion, because there was no reply to my mails either.
https://lists.puredata.info/pipermail/pd-dev/2017-07/021087.html https://lists.puredata.info/pipermail/pd-dev/2017-07/021084.html
The fabulous SVG export plugin [1] from IOhannes not only saves you one step of conversion, it also had better results for me that actually looked like the Pd gui, not some abstract version of it like when using the PostScript output.
Your icon version looks a bit slimmer (Font and lines of the box) then what I got. I'm not sure why this is, it might be either because you are on Mac OS, or because you used the PostScript export. Your version also has not the typical shadow that Mac OS icons seem to have.
[1] https://puredata.info/downloads/patch2svg-plugin
cheers
On 2017년 07월 21일 03:56, Dan Wilcox wrote:
Here's a prelim stab at updating the Pd icon: https://github.com/pure-data/pd-icon
Nothing fancy, simply recreated the current vanilla icon using DejaVu Sans Mono from an actual Pd patch print export. Now in *high* resolution. This repo generates all icons for Windows, Mac, & Linux (I assume): there is also gif that TK can load natively. I believe I got the sizing and padding around the icon pretty well (at least on mac).
Not to discount Paul Rankin's mac icon refresh which got this going (and is arguably better than the flat vanilla approach I've taken):
- https://github.com/pure-data/pure-data/pull/53 (I dig the original
simple aesthetic with the shadows)
The makefile can generate the icon from a 1024 master which can be changed from my prelim export.
One issue with the original proposal is that there wasn't really much of a discussion overall. Now would be a good time to revisit this. Once something is agreed upon, we just need an SVG and 1024x1024 PNG to generate the icon sets.