nkhorman / archive-growl

Automatically exported from code.google.com/p/growl
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

AppleScript binding hard-codes image size #87

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The AppleScript binding forces all images passed in to be 128x128. Any such 
scaling should 
happen in a display, not in an API.

Original issue reported on code.google.com by chrisf.g...@gmail.com on 6 Dec 2009 at 2:01

GoogleCodeExporter commented 9 years ago
Moving to 1.3, does this seem applicable to the communications changes?

Original comment by chrisf.g...@gmail.com on 7 Dec 2009 at 3:00

GoogleCodeExporter commented 9 years ago

Original comment by chrisf.g...@gmail.com on 29 Jul 2010 at 4:43

GoogleCodeExporter commented 9 years ago
I could swear this is resolved, but marking for 2.0 so it can be double checked.

Original comment by ch...@growl.info on 21 May 2012 at 11:18

GoogleCodeExporter commented 9 years ago

Original comment by ch...@growl.info on 17 Jul 2012 at 7:00

GoogleCodeExporter commented 9 years ago
Since we take an Image and snag a bitmap representation of it we currently need 
to set the size of this image prior to it making its way to any of the actual 
display apis. As a result i have swapped out the 128x128 for 1024x1024(which is 
apple's current recommended max icon size) at the very least it allows 
providing a bigger image rep from applescript.

Addressed in r7621

Original comment by rarich...@gmail.com on 8 Mar 2013 at 2:51