Thank you very much Opkar Gill for giving reply.
last question:
If i upload any image(480w,480h) into Dam,it is giving renditions like below.
Full Stack trace information:
com.day.cq.dam.core.impl.RenditionMakerImpl generated rendition: /content/dam/projects/cover12.jpg/jcr:content/renditions/cq5dam.web.500.500.jpeg
07.09.2015 22:56:50.412 *INFO* [JobHandler: /etc/workflow/instances/2015-09-07/model_907857176269342:/content/dam/projects/cover12.jpg/jcr:content/renditions/original] com.day.cq.dam.core.impl.RenditionMakerImpl generated rendition: /content/dam/projects/cover12.jpg/jcr:content/renditions/cq5dam.web.1920.1920.jpeg
07.09.2015 22:56:50.446 *INFO* [pool-5-thread-1] org.apache.sling.event Service [QueueMBean for queue Granite Workflow External Process Job Queue,2999] ServiceEvent REGISTERED
07.09.2015 22:56:50.452 *INFO* [Apache Sling Job Queue Granite Workflow External Process Job Queue] org.apache.sling.event.impl.jobs.queues.OrderedJobQueue.Granite Workflow External Process Job Queue Starting job queue Granite Workflow External Process Job Queue
07.09.2015 22:56:50.539 *INFO* [JobHandler: /etc/workflow/instances/2015-09-07/model_907857176269342:/content/dam/projects/cover12.jpg/jcr:content/renditions/original] com.day.cq.dam.core.impl.RenditionMakerImpl generated rendition: /content/dam/projects/cover12.jpg/jcr:content/renditions/cq5dam.web.1200.1200.jpeg
07.09.2015 22:56:50.591 *INFO* [JobHandler: /etc/workflow/instances/2015-09-07/model_907857176269342:/content/dam/projects/cover12.jpg/jcr:content/renditions/original] com.day.cq.dam.core.impl.RenditionMakerImpl generated rendition: /content/dam/projects/cover12.jpg/jcr:content/renditions/cq5dam.web.768.768.jpeg
07.09.2015 22:56:50.626 *INFO* [JobHandler: /etc/workflow/instances/2015-09-07/model_907857176269342:/content/dam/projects/cover12.jpg/jcr:content/renditions/original] com.day.cq.dam.core.impl.RenditionMakerImpl generated rendition: /content/dam/projects/cover12.jpg/jcr:content/renditions/cq5dam.web.320.320.jpeg
Clear information : uploaded image w:h is 480:480
DAM asset workflow is generated below renditions and given web enabled renditions configurations w:h=500:500
1) cq5dam.web.500.500.jpeg (this is i given)
2) cq5dam.web.1920.1920.jpeg
3) cq5dam.web.768.768.jpeg
4)cq5dam.web.320.320.jpeg
Am not sure how 2),3) and 4) renditions are created,so i want to change these renditions with and height to satisfy my requirement.
how to do?
i have gone through below files(OOTB bundle-com.day.cq.dam.cq-dam-core (415)) even i did not get how it is generating renditions.
1)CreateWebEnabledImageProcess.java
2)RenditionMaker
Can you help me how it is taking renditions width and height for 2),3) and 4) renditions?
Thanks,
Venkatesham