cantaloupe-project / cantaloupe

High-performance dynamic image server in Java
https://cantaloupe-project.github.io/
Other
268 stars 111 forks source link

SVG support - is it possible? #543

Open hrvoj3e opened 2 years ago

hrvoj3e commented 2 years ago
Unable to infer a format from magic bytes
Dec 16 13:50:43 vps2 java[2059695]: 13:50:43.703 [qtp191382150-24] DEBUG e.i.l.c.s.HttpSource - Unable to infer a format from magic bytes for GET <CUT>m7906em6/main/v/8k/ed6/v8ked6im1jz8.svg

SVG file: https://s24.filetransfer.io/storage/download/9LVLF62jOdqM

adolski commented 2 years ago

SVG isn't currently a supported format, but it should be straightforward to add using something like Apache Batik. Maybe in a future version.