Issue 1: ImageStamp(InputStream)
When using ImageStamp(InputStream), Aspose internally creates a temporary image file.
These temp files are not deleted until the JVM exits, leading to gradual disk space growth.
There is…... There is no public API available to explicitly release...possible workarounds (e.g., API calls to force temp file cleanup)...