Update: I'm not looking for a wordpres plugin. I'm currently developing an application which is just using Wordpress as a CMS. I need a standalone function to upload images, and resize them to the sizer I need.
I need a library for uploading and resize iamges. I want to store the images in folders, and store image reference in database.
I've looked around and read several posts. But I can't seem to find specific suggestions on libraries to use, or tutorials.
I want to avoid using a huge framework like CodeIgnite. I feel it's a bit overkill when I only need something for handling images. Or am I wrong?
I'm using Wordpress as CMS Framework.
I hope someone can guide me to some concrete examples.