Skip to content

Commit dbd8c3a

Browse files
Update image formats info
1 parent 7f82834 commit dbd8c3a

File tree

2 files changed

+61
-1
lines changed

2 files changed

+61
-1
lines changed

src/ImageViewer/resources/platform/macosx/Info.plist

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,16 @@
6464
<key>CFBundleTypeName</key>
6565
<string>Better Portable Graphics Image</string>
6666
</dict>
67+
<dict>
68+
<key>CFBundleTypeRole</key>
69+
<string>Viewer</string>
70+
<key>CFBundleTypeExtensions</key>
71+
<array>
72+
<string>cur</string>
73+
</array>
74+
<key>CFBundleTypeName</key>
75+
<string>Windows Cursor Image</string>
76+
</dict>
6777
<dict>
6878
<key>CFBundleTypeRole</key>
6979
<string>Viewer</string>
@@ -151,6 +161,26 @@
151161
<key>CFBundleTypeName</key>
152162
<string>JPEG 2000 Image</string>
153163
</dict>
164+
<dict>
165+
<key>CFBundleTypeRole</key>
166+
<string>Viewer</string>
167+
<key>CFBundleTypeExtensions</key>
168+
<array>
169+
<string>hdr</string>
170+
</array>
171+
<key>CFBundleTypeName</key>
172+
<string>High Dynamic Range Image</string>
173+
</dict>
174+
<dict>
175+
<key>CFBundleTypeRole</key>
176+
<string>Viewer</string>
177+
<key>CFBundleTypeExtensions</key>
178+
<array>
179+
<string>mif</string>
180+
</array>
181+
<key>CFBundleTypeName</key>
182+
<string>Magick Image File Format Image</string>
183+
</dict>
154184
<dict>
155185
<key>CFBundleTypeRole</key>
156186
<string>Viewer</string>
@@ -191,6 +221,26 @@
191221
<key>CFBundleTypeName</key>
192222
<string>Portable Graymap Image</string>
193223
</dict>
224+
<dict>
225+
<key>CFBundleTypeRole</key>
226+
<string>Viewer</string>
227+
<key>CFBundleTypeExtensions</key>
228+
<array>
229+
<string>pic</string>
230+
</array>
231+
<key>CFBundleTypeName</key>
232+
<string>Softimage PIC Image</string>
233+
</dict>
234+
<dict>
235+
<key>CFBundleTypeRole</key>
236+
<string>Viewer</string>
237+
<key>CFBundleTypeExtensions</key>
238+
<array>
239+
<string>pnm</string>
240+
</array>
241+
<key>CFBundleTypeName</key>
242+
<string>Portable Anymap Image</string>
243+
</dict>
194244
<dict>
195245
<key>CFBundleTypeRole</key>
196246
<string>Viewer</string>
@@ -211,6 +261,17 @@
211261
<key>CFBundleTypeName</key>
212262
<string>Adobe Photoshop Image</string>
213263
</dict>
264+
<dict>
265+
<key>CFBundleTypeRole</key>
266+
<string>Viewer</string>
267+
<key>CFBundleTypeExtensions</key>
268+
<array>
269+
<string>sun</string>
270+
<string>ras</string>
271+
</array>
272+
<key>CFBundleTypeName</key>
273+
<string>Sun Raster Image</string>
274+
</dict>
214275
<dict>
215276
<key>CFBundleTypeRole</key>
216277
<string>Viewer</string>

src/ImageViewer/src/Decoders/Impl/DecoderLibJasPer.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,6 @@ class DecoderLibJasPer : public IDecoder
268268
#if !defined(EXCLUDE_BMP_SUPPORT)
269269
<< QString::fromLatin1("bmp")
270270
<< QString::fromLatin1("dib")
271-
<< QString::fromLatin1("rle")
272271
#endif
273272
;
274273
}

0 commit comments

Comments
 (0)