Skip to content

Commit

Permalink
GraphicsMagick not ImageMagick
Browse files Browse the repository at this point in the history
  • Loading branch information
rubund committed Jan 10, 2015
1 parent fb1b656 commit cc5e66e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fileread.c
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ void mrtd_fileread_write_image_to_file(const uint8_t *file_content, const int fi
fclose(out);
printf(" done\n");
if(filetype == 0x01)
printf("\n(Note: .jp2 files are JPEG2000 images which can be opened\n with many different image viewers. If you are unable to\n open it, it can be converted to JPEG with ImageMagick.)\n\n");
printf("\n(Note: .jp2 files are JPEG2000 images which can be opened\n with many different image viewers. If you are unable to\n open it, it can be converted to JPEG with GraphicsMagick:\n gm convert image.jp2 image.jpg )\n\n");
}

}
Expand Down

0 comments on commit cc5e66e

Please sign in to comment.