Gossamer Forum
Quote Reply
thumbnail plugin
Hi

How do you deal with small / large pictures with dbman sql?

Iīve found a script that resizes images on the fly, itīs very small, about 6 kb
http://www.rejump.com/gd_imager/

maybe someone can help create a plugin that can resize images
and can call with an optional parameter like width and height

<img src="db.cgi?cn=foto_1&do=view_file&db=<%db%>&id=<%imov_id%>&width=120">

to get smaller filesizes and not having to send 2 files of the same picture

I canīt make it work in the way with dbman sql

Thanks

Fabio
Quote Reply
Re: [assombracao] thumbnail plugin In reply to
This feature can be done as a plugin which is required the Image::Magick. Please contact me for more info if interested.

TheStone

B.