I know there are solutions like image majik that can resample images but i was wondering if the GD library was able to accomplish this. I believe Image Majik uses a low level language such as C++ or something to accomplish this, at least thats what I thought.
Basically I want to resize images on the fly and if possible save them to my server. Can this be done through using the GD library?
Thanks for your time?