Made another update - version 1.3.2 now available.
What's new in this version:
1. I added the following statement for allocating all necessary memory for image processing:
ini_set('memory_limit', '-1');
On some servers this will allow you to upload and resize almost any size image.
For example: I have 16MB of php memory - this allowed me to upload images of up to about 2000x1500pixels.
Bigger images would cause php memory max-out.
Now with this improved version I can upload and resize really massive images. I have even tried to upload a
4500x3375 pixel image and it worked perfectly! Perfect thumbnail creation and resize.
2. Added dimensions column to list of uploaded images. Now you can sort the list of uploaded image based on image size (area).
3. Transliterates filenames with umlauts, accents, ligatures and runes.
Instead of purging characters with umlauts and accents - they are now transliterated. For example:
löschen.jpg will save as loeschen.jpg
and
été.jpg as ete.jpg
etc.
4. Fixed bug resulting in interrupted uploads being saved.
5. Some other minor changes
The lang files have also been updated.