Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list
SOLVED

URL of renditions

Avatar

Level 2

Several thumbnail renditions of the original image will be created by the workflow. And once they're published, I can download any of those thumbnail images by adding "/jcr:content/renditions/<thumbnail_name>" to the end of the original file's path. 

Example: /content/dam/mysite/images/image_001.jpg/jcr:content/renditions/cq5dam.thumbnail.48.48.png

My question is, does the jcr part (the bolded part in the example), except for the file size and extension, always the same for thumbnails of any uploaded image files? Where can I find the rules for generating the thumbnail names?

1 Accepted Solution

Avatar

Correct answer by
Employee

@ColdBuffalo the naming convention of Image Renditions has always been like this since the cq5 days. Also, the JCR Repo convention of having jcr:content below a Node has been consistent across all the jcr versions that have been rolled out until the recent times. In my opinion, this structure is unlikely to change. However, you can enquire on the same over Apache JackRabbit public forum.

2 Replies

Avatar

Correct answer by
Employee

@ColdBuffalo the naming convention of Image Renditions has always been like this since the cq5 days. Also, the JCR Repo convention of having jcr:content below a Node has been consistent across all the jcr versions that have been rolled out until the recent times. In my opinion, this structure is unlikely to change. However, you can enquire on the same over Apache JackRabbit public forum.