We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdb3ca7 commit c18e025Copy full SHA for c18e025
magick/image.c
@@ -2791,8 +2791,6 @@ MagickExport MagickBooleanType SetImageInfo(ImageInfo *image_info,
2791
if (IsEventLogging() != MagickFalse)
2792
(void) LogMagickEvent(TraceEvent,GetMagickModule(),"%s",
2793
image_info->filename);
2794
- if (IsStringTrue(GetImageOption(image_info,"filename:literal")) != MagickFalse)
2795
- return(MagickTrue);
2796
*subimage='\0';
2797
GetPathComponent(image_info->filename,SubimagePath,subimage);
2798
if (*subimage != '\0')
0 commit comments