활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
Hi,
We have a class that extends from CreateThumbnailProcess. We are overriding the execute method.
Inside this logic, we have created an instance for the class ThumbnailGenerator in order to generate a new Thumbnail according to the arguments loaded for it. See the code below:
ThumbnailGeneratorgenerator = newThumbnailGenerator(asset, combined); generator.generate(ThumbnailGenerator.parseConfig(args));
We need to upgrade AEM from 5.6.1 to 6.0 and in this new version this is different since the class ThumbnailGenerator has been deprecated. Someone can help me and tell me how to do this behavior on AEM 6.0 please?
Thanks in advance.
David
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
Use this API:
I am looking for code examples on this API to share on this thread.
조회 수
답글
좋아요 수
Use this API:
I am looking for code examples on this API to share on this thread.
조회 수
답글
좋아요 수
Hi smacdonald2008,
Thanks for your answer.
The problem right now is that we are creating some images (using the class BufferedImage) with customize values, this image is used as parameter in order to create the ThumbnailGenerator.
Now, I don't have the possibility of passing those BefferedImages. So how can I used renditionMaker and passed as parameter images?
Thanks in advance.
David
조회 수
답글
좋아요 수
Hi David Zamora,
I'm also facing the same kind of issue, let me know how you have manged it further to solve the mentioned issue?
Hi smacdonald2008,
If you found any code samples on RenditionMaker and the methods which are part of this API, kindly post them.
I found one here : http://experience-aem.blogspot.in/2015/01/aem-6-sp1-rendition-maker-sample.html, let us know if there are any?
Thanks,
Ayyappa
조회 수
답글
좋아요 수