I tried with the latest version (com.aspose:aspose-cad:1.1.0:jdk16) and and I got an exception when calling getLayers:
class com.aspose.imaging.coreexceptions.ImageLoadException: Cannot open an image. The image file format may be not supported at the moment.
com.aspose.imaging.Image.a(Unknown Source)
com.aspose.imaging.Image.e(Unknown Source)
com.aspose.imaging.internal.dT.aw.(Unknown Source)
com.aspose.imaging.fileformats.psd.PsdImage.(Unknown Source)
com.aspose.imaging.fileformats.psd.PsdImage.(Unknown Source)
com.aspose.imaging.fileformats.psd.PsdImage.(Unknown Source)
com.nuix.data.file.image.psd.PhotoshopDrawingData$1.compute(PhotoshopDrawingData.java:59)
com.nuix.data.file.image.psd.PhotoshopDrawingData$1.compute(PhotoshopDrawingData.java:52)
java.util.concurrent.FutureTask.run(FutureTask.java:266)
com.nuix.common.concurrent.ExceptionLazyValue.get(ExceptionLazyValue.java:55)
com.nuix.data.file.image.psd.PhotoshopDrawingData.extractImageProperties(PhotoshopDrawingData.java:94)
com.nuix.data.file.image.AbstractImageData.populatePropertyMap(AbstractImageData.java:50)
com.nuix.data.AbstractData$2.compute(AbstractData.java:111)
com.nuix.data.AbstractData$2.compute(AbstractData.java:104)
java.util.concurrent.FutureTask.run(FutureTask.java:266)
com.nuix.common.concurrent.ExceptionLazyValue.get(ExceptionLazyValue.java:55)
com.nuix.data.AbstractData.getPropertyMap(AbstractData.java:325)
com.nuix.data.file.image.psd.TestPhotoshopDrawingDataFactory.testLayered(TestPhotoshopDrawingDataFactory.java:65)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
java.lang.reflect.Method.invoke(Method.java:498)
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
com.nuix.common.test.rules.BaseTestRule$1.evaluate(BaseTestRule.java:45)
com.nuix.common.test.rules.BaseTestRule$1.evaluate(BaseTestRule.java:45)
com.nuix.common.test.rules.BaseTestRule$1.evaluate(BaseTestRule.java:45)
com.nuix.common.test.rules.BaseTestRule$1.evaluate(BaseTestRule.java:45)
org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
com.nuix.common.test.rules.Timeout$CustomFailOnTimeout$StatementRunner.run(Timeout.java:137)
java.lang.Thread.run(Thread.java:745)
Could you retest and fix please.