Skip to content
Snippets Groups Projects
Commit 6fe12c7f authored by Martin Lambers's avatar Martin Lambers Committed by Carl Eugen Hoyos
Browse files

Detect jps and pns files as (3D) jpg and png images.

parent 36436a40
No related branches found
No related tags found
No related merge requests found
...@@ -54,9 +54,11 @@ typedef struct { ...@@ -54,9 +54,11 @@ typedef struct {
static const IdStrMap img_tags[] = { static const IdStrMap img_tags[] = {
{ CODEC_ID_MJPEG , "jpeg"}, { CODEC_ID_MJPEG , "jpeg"},
{ CODEC_ID_MJPEG , "jpg"}, { CODEC_ID_MJPEG , "jpg"},
{ CODEC_ID_MJPEG , "jps"},
{ CODEC_ID_LJPEG , "ljpg"}, { CODEC_ID_LJPEG , "ljpg"},
{ CODEC_ID_JPEGLS , "jls"}, { CODEC_ID_JPEGLS , "jls"},
{ CODEC_ID_PNG , "png"}, { CODEC_ID_PNG , "png"},
{ CODEC_ID_PNG , "pns"},
{ CODEC_ID_PNG , "mng"}, { CODEC_ID_PNG , "mng"},
{ CODEC_ID_PPM , "ppm"}, { CODEC_ID_PPM , "ppm"},
{ CODEC_ID_PPM , "pnm"}, { CODEC_ID_PPM , "pnm"},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment