re-sizing large graphs to fit web display

Z

zhilianghu

I am looking for a tool (or I can program one if not too complicated)
in perl that can resize large graphs to better serve the web? (No, not
to use <img width= height= ...> to "re-size" but re-size the graph
itself)

It is most appreciated if someone could kindly provide some clues where
to get started... (any perl module does this? I searched Google/books
and don't seem to be lucky enough to find one).

Thanks!
Zhiliang
 
G

Gregory Toomey

I am looking for a tool (or I can program one if not too complicated)
in perl that can resize large graphs to better serve the web? (No, not
to use <img width= height= ...> to "re-size" but re-size the graph
itself)

It is most appreciated if someone could kindly provide some clues where
to get started... (any perl module does this? I searched Google/books
and don't seem to be lucky enough to find one).

Thanks!
Zhiliang

If you are talking about resizing gifs/jpegs then many use http://www.imagemagick.com/

Resizing tutorial for imagemagick:
http://www.cit.gu.edu.au/~anthony/graphics/imagick6/resize/

There is a Perl interface too:
http://search.cpan.org/dist/PerlMagick/Magick.pm


gtoomey
www.gregorytoomey.com
 
J

John Bokma

wrote:
I am looking for a tool (or I can program one if not too complicated)
in perl that can resize large graphs to better serve the web? (No, not
to use <img width= height= ...> to "re-size" but re-size the graph
itself)

Programs like irfanview can do batch resizing. Resize before, don't do it
on-the-fly.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top