Yes, it's almost trivial to resize an image with php if the server has installed the gd / gd2 library (which is the case in most hosting services, in my experience); just a few lines of code.

The are lots of examples in the net of how you can do that, and a lot of custom php classes that have that funcionality built-in.


Cheers
Juan Pablo Califano
----- Original Message ----- From: "[p e r c e p t i c o n]" <[EMAIL PROTECTED]>
To: "Flash Coders List" <flashcoders@chattyfig.figleaf.com>
Sent: Friday, February 01, 2008 3:44 PM
Subject: Re: [Flashcoders] jpeg manipulation


That's a great suggestion...thanks!

On Feb 1, 2008 8:58 AM, Helmut Granda <[EMAIL PROTECTED]> wrote:

Im not familiar with jmagic but how about php? having the image resize the
first time its hit and making a duplicate, then after that you can use
either the original or the resized image.

On 2/1/08, [p e r c e p t i c o n] <[EMAIL PROTECTED]> wrote:
>
> Hello Experts,
> I'm loading an arbitray number of jpgs that are pretty hefty in
> size...roughly 650X400 or in other words between 15 and 40k.
> I'm wondering if there's a way i can make them smaller other than using
> jmagick or something similar before-hand...meaning before i load them
into
> my swf...currently i'm scaling them after i load them, but i'd like to
be
> able to do something more effecient...
>
> cheers and
> thanks
>
> p
> _______________________________________________
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>



--
...helmut
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to