As said in the subject.
The same image converted to JPG correctly generate the thumbnail.
Looking at the Converters settings page, I did not found any "gif" extension mentioned.
The MIME type is recognized.

Comments

johanneshahn’s picture

Status: Active » Closed (cannot reproduce)

does work

converting gifs is set in

-> formats -> image -> file_image.module

'image/gif' => array(
'name' => t('GIF image'),
'handlers' => array('file_image_image'),
),

jvieille’s picture

I made a quick test.

  • Uploading a gif only produces gifs of 3 sizes including the original
  • Uploading a jpg does the same but with 4 sizes
  • pdf, flash and Zip are not generated in any case.

That might be OK, just to be mentioned maybe.

johanneshahn’s picture

Category: bug » feature
Status: Closed (cannot reproduce) » Active
jvieille’s picture

Title: No thumbnail is created for GIF images » Images are not converted to zip, pdf and flash
Category: feature » support

OK, this is half responded in
http://drupal.org/node/1448432

Remains one question : images are not converted to zip, pdf and flash.
That might be OK, because that would not add much to images.
Just to make sure my install is OK, and that this is not a potential missing feature.

gobinathm’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Closing the issue. It was inactive for a long time & it's related to a Drupal Version which is not supported anymore