Hi,
The methode getThumbnail(1920,1080) returns an error. (Aspose Slides version 20.10)
Please find bellow a pptx file to reproduce the error :
https://ftp.momindum.com/java-heap-size-error-during-aspose-getThumnail.pptx
java.lang.OutOfMemoryError: Java heap space
at java.awt.image.DataBufferByte.(Unknown Source)
at java.awt.image.ComponentSampleModel.createDataBuffer(Unknown Source)
at sun.awt.image.ByteInterleavedRaster.(Unknown Source)
at sun.awt.image.ByteInterleavedRaster.createCompatibleWritableRaster(Unknown Source)
at sun.awt.image.ByteInterleavedRaster.createCompatibleWritableRaster(Unknown Source)
at com.aspose.slides.internal.fy.int.new(Unknown Source)
at com.aspose.slides.internal.fy.int.do(Unknown Source)
at com.aspose.slides.internal.ez.if.do(Unknown Source)
at com.aspose.slides.internal.ez.if.do(Unknown Source)
at com.aspose.slides.internal.ez.if.do(Unknown Source)
at com.aspose.slides.internal.ez.if.do(Unknown Source)
at com.aspose.slides.internal.ez.volatile.(Unknown Source)
at com.aspose.slides.internal.ez.volatile.(Unknown Source)
at com.aspose.slides.internal.ez.volatile.(Unknown Source)
at com.aspose.slides.internal.nw.else.do(Unknown Source)
at com.aspose.slides.ci.try(Unknown Source)
at com.aspose.slides.ci.byte(Unknown Source)
at com.aspose.slides.ci.int(Unknown Source)
at com.aspose.slides.tf.do(Unknown Source)
at com.aspose.slides.GeometryShape.do(Unknown Source)
at com.aspose.slides.PictureFrame.do(Unknown Source)
at com.aspose.slides.GroupShape.do(Unknown Source)
at com.aspose.slides.Slide.for(Unknown Source)
at com.aspose.slides.Slide.do(Unknown Source)
at com.aspose.slides.Slide.do(Unknown Source)
at com.aspose.slides.Slide.do(Unknown Source)
at com.aspose.slides.Slide.getThumbnail(Unknown Source)
Is-it possible to handle slides having big images ?
Best regards