Skip to content

Commit

Permalink
For now, on Cantaloupe, fallback to Java2D processor for PNG
Browse files Browse the repository at this point in the history
At least until @marlo-longley and i fix that Container in a good way
  • Loading branch information
DiegoPino committed Dec 4, 2019
1 parent 684f899 commit 0309442
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions persistent/iiifconfig/cantaloupe.properties
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ processor.mov = FfmpegProcessor
processor.mp4 = FfmpegProcessor
processor.mpg = FfmpegProcessor
processor.pdf = GraphicsMagickProcessor
processor.png = GraphicsMagickProcessor
processor.png = Java2dProcessor
processor.tif = Java2dProcessor
processor.webm = FfmpegProcessor

Expand Down Expand Up @@ -626,4 +626,4 @@ log.access.SyslogAppender.enabled = false
log.access.SyslogAppender.host =
log.access.SyslogAppender.port = 514
log.access.SyslogAppender.facility = LOCAL0
processor.webp =
processor.webp =

1 comment on commit 0309442

@marlo-longley
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@DiegoPino Good plan thanks.

Please sign in to comment.