I can’t find any information about possibility of processing images after upload.
I’d love to resize and change dpi (or chane them to RGB if they are CMYK, etc. etc.) of uploaded images.
With GD or ImageMagick for example.
[QUOTE=kornelkornecki;19642]I can’t find any information about possibility of processing images after upload.
I’d love to resize and change dpi (or chane them to RGB if they are CMYK, etc. etc.) of uploaded images.
With GD or ImageMagick for example.[/QUOTE]
When files are uploaded you are always in a position to process them using your own custom php code. After inserting the record to the database you have the onvalidate to pickup the file and resize them in several ways, i.e. for press, website of publication. But it’s custom code, you need to apply what’s necessary (imagemagic) yourself.