In ResourceSpace, is it possible to show the thumbnail for a transparent PNG as a transparent PNG rather than a transparent PNG converted to a JPG?
--
ResourceSpace: Open Source Digital Asset Management
http://www.resourcespace.org
---
You received this message because you are subscribed to the Google Groups "ResourceSpace" group.
To unsubscribe from this group and stop receiving emails from it, send an email to resourcespac...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Thanks for the prompt reply, Jeff. Along with the PNG transparency fix, will it be possible to copy the image (and retain transparency) rather than having to download the file?
--
ImageMagick 6.8.0-1 2013-02-18 Q16
You received this message because you are subscribed to a topic in the Google Groups "ResourceSpace" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/resourcespace/6ARNJwZnwH0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to resourcespac...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
#disable checkerboard compositing
$disable_checkerboard=true;
In include/image_processing.php line 1168
replace:
// checkerboard
if ($extension=="png" || $extension=="gif"){
// checkerboard
global $disable_checkerboard;
if (!$disable_checkerboard && ($extension=="png" || $extension=="gif")){
--
ResourceSpace: Open Source Digital Asset Management
http://www.resourcespace.org
---
You received this message because you are subscribed to the Google Groups "ResourceSpace" group.
To unsubscribe from this group and stop receiving emails from it, send an email to resourcespac...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Not at this time. Finally dealing with PNG transparency is pretty high up in our queue though! 2-3 weeks?
Jeff--Jeff NovaChief Executive OfficerColorhythm LLCMain Office: +1 415-399-9921Fax: +1 415-399-9928Mobile: +1 510-710-9590
In ResourceSpace, is it possible to show the thumbnail for a transparent PNG as a transparent PNG rather than a transparent PNG converted to a JPG?
--
ResourceSpace: Open Source Digital Asset Management
http://www.resourcespace.org
---
You received this message because you are subscribed to the Google Groups "ResourceSpace" group.
To unsubscribe from this group and stop receiving emails from it, send an email to resourcespac...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
You received this message because you are subscribed to a topic in the Google Groups "ResourceSpace" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/resourcespace/6ARNJwZnwH0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to resourcespac...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.