Branch: refs/heads/improved-image-processing
Home:
https://github.com/webdsl/webdsl
Commit: e6c8a3a641af8c2d7d4f924a3c08ffcd09e866de
https://github.com/webdsl/webdsl/commit/e6c8a3a641af8c2d7d4f924a3c08ffcd09e866de
Author: Elmer van Chastelet <
e.vanch...@tudelft.nl>
Date: 2026-06-01 (Mon, 01 Jun 2026)
Changed paths:
M java-runtime/src/utils/ImageSizeUtils.java
M src/org/webdsl/dsl/modules/types/image.str
M src/org/webdsl/dsl/project/Makefile.am
M src/org/webdsl/dsl/project/template-java-servlet/build.xml
M src/org/webdsl/dsl/project/template-java-servlet/lib/pom.xml
M src/org/webdsl/dsl/project/webdsl-build.xml
M src/org/webdsl/dsl/to-java-servlet/types/image.str
Log Message:
-----------
Improve image handling + add support for HEIC and WebP images
- Add HEIC read support and HEIC-to-format conversion path
- Add WebP read/write support with centralized encoder settings
- Improve detection of content type from image files
- Consolidate JPEG/WebP/image write logic into shared helper
- Improve resizing/cropping quality and behavior
- Add generic convertToFormat(...) and convertToJpeg + convertToWebp conversion methods available from app-code
- Update image library integration and cleanup image utility code
To unsubscribe from these emails, change your notification settings at
https://github.com/webdsl/webdsl/settings/notifications