eager transformation only work on resize, but not work on pixelate region and saturation, sharpen, fill_light effect
I want to use eager trans to transform an already uploaded image for three purpose:
1. resize to 6k
2. add some pixelate region on image
3. add saturation, sharpen and fill light to get better image
After my test, I found that eager transformation only work on resize.
When I add pixelate region or saturation, sharpen, fill light, the image
will not transform before fetch.
Below is my sample code:
cloudinary.uploader.explicit(cloudinaryPath, { type: 'upload', eager:[{quality: 'auto', fetch_format: 'auto', transformation: [{
width: 6000, height: 3000, crop: 'scale' }, { effect: 'saturation:20' }, { effect: 'sharpen' },{ effect: 'fill_light' }, { effect: 'pixelate_region:30' , x: 0, y: 0, width: 300, height: 300}]}
]}]})
I have no idea why the eager transform not work...
0
-
Hi Ray,
I see you also contacted us about this via a support request - I replied to that request earlier today, please let me know if yiu didn't receive my reply
Thanks!
0
Post is closed for comments.
Comments
1 comment