{"id":"image-vnd-mix","mimeType":"image/vnd.mix","name":"Microsoft Image Extension","shortName":"MIX","category":"Legacy \u0026 Proprietary","extensions":[".mix"],"description":"The image/vnd.mix MIME type represents the Microsoft Image Extension (MIX) format. Developed in the late 1990s, it was the native project file format for Microsoft's consumer image editing software, Picture It!, and the prosumer graphics program, PhotoDraw 2000. Built on the Microsoft OLE Structured Storage container format, MIX files function like complex document archives capable of holding multi-layered projects combining raster bitmaps, vector shapes, text elements, and application metadata. The format is now entirely obsolete following the discontinuation of the software suite.","seo":{"title":"image/vnd.mix MIME Type | Developer Reference for Microsoft MIX","description":"Complete reference for the image/vnd.mix MIME type: Microsoft Picture It! and PhotoDraw history, OLE container structure, and legacy conversion.","faqs":[{"question":"What is a .mix file?","answer":"A .mix file is a proprietary image project file created by legacy Microsoft software, specifically Microsoft Picture It! or Microsoft PhotoDraw 2000. It contains layered graphics, vectors, and text."},{"question":"How can I open a .mix file today?","answer":"Because Microsoft abandoned the format in the early 2000s, it is notoriously difficult to open. Modern Windows does not support it natively. You must use specialized legacy software viewers like XnView (which offers limited support), try to find a legacy installation of Microsoft Digital Image Suite, or use online conversion tools to extract a flat JPEG or PNG."},{"question":"Why does a MIME sniffer identify my .mix file as a Word document?","answer":"MIX files use the Microsoft OLE Structured Storage format—the exact same binary container structure used by old Microsoft Office documents (like .doc and .xls). Basic file sniffers detect this OLE header and often assume the file is an Office document."}]},"index":{"compression":["Proprietary (Internal JPEG/RLE)"],"browserSupport":{"score":1,"label":"None"},"commonUses":["Historical Microsoft Picture It! Projects","Microsoft PhotoDraw 2000 Graphics","Early 2000s Consumer Digital Scrapbooking"]},"technical":{"magicBytes":{"hex":"D0 CF 11 E0 A1 B1 1A E1","ascii":"ÐÏ.à¡±.á"},"container":"Microsoft OLE Structured Storage (COM)","compressionAlgorithm":["JPEG","Deflate","Proprietary"],"colorDepth":["8-bit","24-bit","32-bit (RGBA)"],"transparency":true,"animation":false,"metadata":{"exif":false,"xmp":false,"iccProfile":true},"alphaChannel":true,"progressiveLoading":false,"hdrSupport":false},"history":{"developer":"Microsoft Corporation","released":"1996","specification":"Proprietary / Closed Source"},"browserSupport":{"chrome":false,"chromeVersion":"None","firefox":false,"firefoxVersion":"None","safari":false,"safariVersion":"None","edge":false,"edgeVersion":"None","internetExplorer":false},"softwareSupport":[{"name":"Microsoft Picture It! (Legacy)","logo":""},{"name":"Microsoft PhotoDraw 2000 (Legacy)","logo":""},{"name":"XnView","logo":""}],"conversion":{"convertTo":["jpeg","png","tiff"],"convertFrom":[]},"developer":{"httpHeaders":[{"header":"Content-Type","value":"image/vnd.mix"}],"htmlAccept":"image/vnd.mix, .mix","fileDetection":["Check the first 8 bytes for the Microsoft OLE Structured Storage signature (D0 CF 11 E0 A1 B1 1A E1).","Because this header is shared with legacy MS Office documents and FlashPix (.fpx) images, a parser must traverse the OLE directory streams to look for MIX-specific data structures to conclusively identify it as an image/vnd.mix file."]},"prosCons":{"pros":["Allowed early consumer software to non-destructively edit complex compositions involving photos, text, and vector clipart","Shared an architecture with other Microsoft Office products, enabling deep integration (OLE embedding) into Word and PowerPoint at the time"],"cons":["Completely proprietary and undocumented, leading to a massive loss of historical data for users who archived their family photos in this project format","Requires traversing a complex OLE filesystem just to extract the flattened raster image","No support in modern image editors like Photoshop, GIMP, or web browsers"]},"specifications":{"url":"https://www.iana.org/assignments/media-types/image/vnd.mix","rfc":"","mimeAliases":["application/x-mix"]},"developerSnippets":{"python":"import magic\n# Libmagic relies on the OLE header and may mistakenly output 'application/CDFV2' or 'application/vnd.ms-office' instead of 'image/vnd.mix'\nprint(magic.from_file('project.mix', mime=True))","nodejs":"const FileType = require('file-type');\nconst type = await FileType.fromFile('project.mix');\nconsole.log(type?.mime); // Parsers often mistake MIX for legacy Microsoft documents (.doc) due to the identical container signature.","go":"import \"net/http\"\n// http.DetectContentType will not reliably identify MIX. It detects the binary OLE header and usually falls back to 'application/octet-stream'.","php":"$mime = mime_content_type('project.mix');\necho $mime; // Standard setups will often output 'application/octet-stream' or an Office MIME type"},"relatedFormats":["fpx","doc","psd"]}
