Skip to content

Commit

Permalink
support 10-bit JXR images
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Sep 16, 2023
1 parent a2ca136 commit a02bebc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions magick/delegate.c
Original file line number Diff line number Diff line change
Expand Up @@ -1890,6 +1890,7 @@ MagickExport MagickBooleanType InvokeDelegate(ImageInfo *image_info,
{
(void) FormatLocaleString(p->filename,MaxTextExtent,"%s:%s",
delegate_info->decode,clone_info->filename);
(void) SetImageOption(clone_info,"quantum:format","floating-point");
status=WriteImage(clone_info,p);
if (status == MagickFalse)
{
Expand Down

0 comments on commit a02bebc

Please sign in to comment.