Is there an OOTB way in AEM 6.2 to crop image renditions on upload similar to how Wordpress handles renditions? Currently the workflow is just resizing the image.
Solved! Go to Solution.
Views
Replies
Total Likes
I dont think OOTB provides croping image renditions by default similar to wordpress.
we have similar issue when migrating from wordpress to aem. The ACS AEM Commons Named Transform Image Servlet allows specific image transforms to be defined centrally via OSGi configurations. It has ability to Crop the image to the specified bounds.
Only issue I faced using this your use case/ component cropping bounds has be analyised before hard coding(this can be changed at any time in fly since this is OSGI configs) and acs-commons version(we were using much lower version by then).
If this also not solve your use case then you have to go for custom logic to handle new cropped image rendition
Views
Replies
Total Likes
Moving this thread to AEM Assets!!
Views
Replies
Total Likes
I dont think OOTB provides croping image renditions by default similar to wordpress.
we have similar issue when migrating from wordpress to aem. The ACS AEM Commons Named Transform Image Servlet allows specific image transforms to be defined centrally via OSGi configurations. It has ability to Crop the image to the specified bounds.
Only issue I faced using this your use case/ component cropping bounds has be analyised before hard coding(this can be changed at any time in fly since this is OSGI configs) and acs-commons version(we were using much lower version by then).
If this also not solve your use case then you have to go for custom logic to handle new cropped image rendition
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies