Author Topic: Auto thumnail gif  (Read 7934 times)

0 Members and 1 Guest are viewing this topic.

Offline Ofuuzo

  • Newbie
  • *
  • Posts: 29
    • View Profile
Auto thumnail gif
« on: April 16, 2002, 05:40:13 PM »
Hi,

At the control panel, "Auto-thumnailer"/"Add thumnail" fails to create thumnail when the image is a gif .  It is OK for jpeg files.  Is something wrong with my  server or Image gallery mangement system?

Regards
-Ofuuzo

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
Auto thumnail gif
« Reply #1 on: April 16, 2002, 06:13:07 PM »
Hi,

i guess that you use gd for image creation. All versions higher 1.6 don't support the GIF format. GIF uses LZW compression/decompression algorithms which are patents owned by Unisys Corporation and the others.

Jan
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search

Offline Ofuuzo

  • Newbie
  • *
  • Posts: 29
    • View Profile
Auto thumnail gif
« Reply #2 on: April 17, 2002, 09:01:25 AM »
Yes,  I installed gd and also imagemagick4.4.4(binary). At Control Panel ->Settings->Conversion tool for thumbnails,  I choose "Imagemagick and the path points to /usr/local/bin/convert. Do I need to install giflib/gifunlib for it to work?

Thanks.

- Ofuuzo

Offline Nicky

  • Administrator
  • 4images Guru
  • *****
  • Posts: 3.195
    • View Profile
Auto thumnail gif
« Reply #3 on: April 17, 2002, 09:19:50 AM »
hi,

for a long time i installed ImageMagick many times and it doesn't work with 4images and other tools...

with this options ImageMagick working now fine for myself
Code: [Select]

env CPPFLAGS=-I/usr/local/include LDFLAGS=-s ./configure
make
make install
./configure --enable-shared
make
make install


hope this will work for you..
cheers
Nicky
Your first three "must do" before you ask a question ! (© by V@no)
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

nicky.net 4 4images
Signature stolen from mawenzi

Offline alex2k

  • Pre-Newbie
  • Posts: 8
    • View Profile
Auto thumnail gif
« Reply #4 on: April 19, 2002, 10:39:13 AM »
Hi Nicky,

How to do that command?
I have to use it in SSH/Telnet or what?
I'm newbie.
Thank's...
Regards,

Alex K.

Offline Nicky

  • Administrator
  • 4images Guru
  • *****
  • Posts: 3.195
    • View Profile
Auto thumnail gif
« Reply #5 on: April 19, 2002, 10:48:24 AM »
hi,

yes.

but you must have ROOT access..
cheers
Nicky
Your first three "must do" before you ask a question ! (© by V@no)
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

nicky.net 4 4images
Signature stolen from mawenzi