Bulk Upload: Image changes size from the original after bulk uploading #575
Replies: 2 comments
-
|
@matomario8 Is the issue on this one that they can't configure the compression ratio / toggle if the image should be compressed? |
Beta Was this translation helpful? Give feedback.
-
|
It looks like the code for this is controlled by system/Tools/ImageWidgetService/src/com/percussion/widgets/image/services/impl/ImageResizeManagerImpl.java. Depending on the file type, image assets are automatically compressed, but there is no configuration option for the compression parameters like compression ratio etc. I think the bulk upload tool would need an advanced option to set these options per file with configurable system defaults for each image type to cover cases where compression isn't wanted. There are also two extensions that handle the image processing, they are: This is an example of what is currently done for jpegs: CompressionMode for example is hardcoded. These would need changed to make the compression configurable. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
As we can see, the original file is around 1.17 mb whereas after upload the size is now 225kb.
Beta Was this translation helpful? Give feedback.
All reactions