module epsupload installed, no thumbnails

dharding

Joined: 2014-03-14
Posts: 2
Posted: Fri, 2014-03-14 16:19

I have the module epsupload installed, and according to the (minimal) documentation, there should be JPEG thumbnails created for them. No thumbnails.

I have tried re-running "Rebuild Images" under both ImageMagick and GD, but to no avail. The EPS files are not recognized.

Logfile information:

Unable to rebuild images for 'Tax School Illinois Horiz Small I DAN'
exception 'Kohana_Exception' with message 'The file specified, /home/uitax/public_html/gallery3/var/albums/Tax-School-Logos/Tax School Illinois Horiz Small I DAN-01.eps, is not readable or is not an image' in /home/uitax/public_html/gallery3/system/libraries/Image.php:92
Stack trace:
#0 /home/uitax/public_html/gallery3/system/libraries/Image.php(56): Image_Core->__construct('/home/uitax/pub...', NULL)
#1 /home/uitax/public_html/gallery3/modules/gallery/helpers/gallery_graphics.php(102): Image_Core::factory('/home/uitax/pub...')
#2 /home/uitax/public_html/gallery3/modules/gallery/helpers/graphics.php(171): gallery_graphics_Core::resize('/home/uitax/pub...', '/home/uitax/pub...', Array, Object(Item_Model))
#3 /home/uitax/public_html/gallery3/modules/gallery/helpers/gallery_task.php(111): graphics_Core::generate('gallery_graphic...', Array)
#4 /home/uitax/public_html/gallery3/modules/gallery/helpers/task.php(90): gallery_task_Core::rebuild_dirty_images(Object(Item_Model))
#5 /home/uitax/public_html/gallery3/modules/gallery/controllers/admin_maintenance.php(195): task_Core::run(Object(Task_Model))
#6 /home/uitax/public_html/gallery3/modules/gallery/controllers/admin.php(62): Admin_Maintenance_Controller->run('gallery_task::r...', Array)
#7 [internal function]: Admin_Controller->__call('4')
#8 /home/uitax/public_html/gallery3/system/core/Kohana.php(331): ReflectionMethod->invokeArgs('4')
#9 /home/uitax/public_html/gallery3/system/core/Event.php(208): Kohana_Core::instance(Array, Array)
#10 /home/uitax/public_html/gallery3/application/Bootstrap.php(67): Event_Core::run('maintenance', Array)
#11 /home/uitax/public_html/gallery3/index.php(116): require('/home/uitax/pub...')
#12 {main}

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Fri, 2014-03-14 17:08

ImageMagick needs to be compiled w/ ghostscript support to handle encapsulated postscript.
https://www.google.com/search?q=imagemagick+ghostscript

-s
________________________________
All New jQuery Minislideshow for G2/G3

 
dharding

Joined: 2014-03-14
Posts: 2
Posted: Fri, 2014-03-14 17:14

Thanks. I'll put in a request to my hosting company.