Author: dmeyer
Date: Sun Feb 19 20:37:07 2006
New Revision: 1207

Modified:
   trunk/WIP/thumb2/src/server.py

Log:
pass raw imlib image to png thumbnailer

Modified: trunk/WIP/thumb2/src/server.py
==============================================================================
--- trunk/WIP/thumb2/src/server.py      (original)
+++ trunk/WIP/thumb2/src/server.py      Sun Feb 19 20:37:07 2006
@@ -139,7 +139,7 @@
         if metadata and metadata['raw_image']:
             try:
                 image = kaa.imlib2.open_from_memory(metadata['raw_image'])
-                png(job.filename, job.imagefile, job.size, image)
+                png(job.filename, job.imagefile, job.size, image._image)
             except (IOError, ValueError):
                 # raw image is broken
                 self._debug(job.client, ['bad image in %s' % job.filename])


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to