JPEG XR
From Just Solve the File Format Problem
(Difference between revisions)
(Cleanup) |
|||
Line 2: | Line 2: | ||
|formattype=electronic | |formattype=electronic | ||
|subcat=Graphics | |subcat=Graphics | ||
− | |extensions={{ext|jxr}} {{ext|hdp}} | + | |extensions={{ext|jxr}}, {{ext|hdp}}, {{ext|wdp}} |
|locfdd={{LoCFDD|fdd000243}} | |locfdd={{LoCFDD|fdd000243}} | ||
+ | |mimetypes={{mimetype|image/vnd.ms-photo}} | ||
+ | |released=≤2009 | ||
}} | }} | ||
− | |||
'''JPEG XR''' is an image compression standard and file format. It supports both lossy and lossless compression. It was originally developed by Microsoft and called '''Windows Media Photo''', then '''HD Photo'''. | '''JPEG XR''' is an image compression standard and file format. It supports both lossy and lossless compression. It was originally developed by Microsoft and called '''Windows Media Photo''', then '''HD Photo'''. | ||
Line 11: | Line 12: | ||
== Identification == | == Identification == | ||
− | + | Files start with bytes <code>49 49 BC 01</code>. | |
− | + | ||
− | Files start with <code>49 49 BC 01</code>. | + | |
== Specifications == | == Specifications == | ||
Line 19: | Line 18: | ||
== Software == | == Software == | ||
− | * [https://jxrlib.codeplex.com/ jxrlib] | + | * [https://jxrlib.codeplex.com/ jxrlib]: JxrDecApp, JxrEncApp |
− | == | + | == Links == |
* [[Wikipedia:JPEG XR|Wikipedia article]] | * [[Wikipedia:JPEG XR|Wikipedia article]] | ||
[[Category:Microsoft]] | [[Category:Microsoft]] | ||
[[Category:TIFF]] | [[Category:TIFF]] |
Revision as of 23:52, 21 August 2013
JPEG XR is an image compression standard and file format. It supports both lossy and lossless compression. It was originally developed by Microsoft and called Windows Media Photo, then HD Photo.
The JPEG XR file format is very similar to TIFF, though it is not compatible with it. The compression scheme is vaguely similar to the one used by lossy JPEG.
Contents |
Identification
Files start with bytes 49 49 BC 01
.
Specifications
Software
- jxrlib: JxrDecApp, JxrEncApp