rkalla / imgscalr

Simple Java image-scaling library implementing Chris Campbell's incremental scaling algorithm as well as Java2D's "best-practices" image-scaling techniques.
Apache License 2.0
1.23k stars 243 forks source link

Added Manifest attribute to enable usage inside Java 9 modules #137

Open MartelliEnrico opened 1 year ago

MartelliEnrico commented 1 year ago

With this attribute the project can be added with ease inside Gradle project that use Java 9 modules.