Thanks for the replies guys!
I had some experience with image processing before and ran into GD memory problems. So I learned about Imagick,. and got myself I server who supported it. I had a rough time compiling the imagick module on my Mac though but in the end I won
My ZP installation infos:
[b]PHP memory limit: 140M (Note: Your server might allocate less!)[/b]
The trouble shooting page mentioned by acrylian guidlines: (in my 3000 x 2000 px case)
[b]6 MP Image, 2816 x 2112 pixels => needs ~22.6 MB Memory[/b]
I had a look in my servers php.ini:
`
;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;
max_execution_time = 60 ; Maximum execution time of each script, in seconds
max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
memory_limit = 140M ; Maximum amount of memory a script may consume (8MB)
`
So I think I am fine.
---
Just tested it and no problems processing at all!
The cached image and thumb files have indeed the AdobeRGB color profile embedded (with Imagick enabled)
Now if could find out where the imagick functions are writing in ZP...