php - Good Image Resizing Framework -


I'm currently resizing images in PHP, and 2-2.2 seconds in my current code (not including upload time ) Let's replace an image in two sizes, one thumbnail size and one size in a medium size. Can someone recommend a framework or class that I can download, which will change the size of the images?

Thanks

I have used for a long time, and this is great Works.


Comments

Popular posts from this blog

c# - PInvoke of NetUserAdd returns 24 -

c# - XMLDocument.Validate Error: System.InvalidOperationException : The XmlSchemaSet on the document is either null or has no schemas in it -