mm2270 / Self-Service-Icon-Maker

A simple app that can extract Bundle Icons (icns files) and convert them to png's suitable for use with Casper Suite's Self Service application
59 stars 2 forks source link

Icons are generated as 128x128 only #1

Open diskmakerx opened 5 years ago

diskmakerx commented 5 years ago

Now that Self Service v10 supports larger icons, it could be nice to have the icons generated in higher resolution, i.e 512x512.

canalnoises commented 5 years ago

@diskmakerx, you can set the output size by modifying the Self Service Icon Maker's plist: defaults write org.mm2270.SelfServiceIconMaker iconRes 512

But I agree that 512x512 should probably be the default now.

canalnoises commented 5 years ago

I actually just submitted a pull request (#2) with an update to the default size.