-2

I am creating thumbnails of image using phpthumb, its working fine for other formates except bmp file. The Method GenerateThumbnail() returning false with bmp image.

Do I need to set any parameter for the this.

Sudhir
  • 1
  • 2

1 Answers1

0

You need to install imagemagick for the plugin to be able to handle bmp files.

http://phpthumb.sourceforge.net/

Calimero
  • 4,238
  • 1
  • 23
  • 34