ThumbnailGenerator class has been removed from AEM 6.0
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