mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-11-22 10:02:43 -05:00
PFM: extended to half float format
The Portable HalfMap is a format supported by ImageMagick. The test cases was generated by converting pfm to phm using ImageMagick: `convert image.pfm image.phm`.
This commit is contained in:
committed by
Albert Astals Cid
parent
2ea724c241
commit
c38a1a0248
@ -1,4 +1,4 @@
|
||||
{
|
||||
"Keys": [ "pfm" ],
|
||||
"MimeTypes": [ "image/x-pfm" ]
|
||||
"Keys": [ "pfm", "phm" ],
|
||||
"MimeTypes": [ "image/x-pfm", "image/x-phm" ]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user