{"product_id":"x-rite-i1profiler-v3-8","title":"X-Rite i1Profiler v3.8","description":"\u003c!-- X-Rite i1Profiler v3.8 — Product description --\u003e\n\n\u003cstyle\u003e\n  .i1p-wrap {\n    max-width: 820px;\n    margin: 0 auto;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Arial, sans-serif;\n    color: #333;\n    line-height: 1.6;\n    box-sizing: border-box;\n  }\n  .i1p-wrap *,\n  .i1p-wrap *::before,\n  .i1p-wrap *::after {\n    box-sizing: inherit;\n  }\n\n  \/* ---------- Badges ---------- *\/\n  .i1p-badge,\n  .i1p-badge-blue {\n    display: inline-block;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.4px;\n    text-transform: uppercase;\n    padding: 4px 12px;\n    border-radius: 5px;\n    margin-bottom: 14px;\n  }\n  .i1p-badge {\n    background: #0d0d0d;\n    color: #fff;\n  }\n  .i1p-badge-blue {\n    background: #e8f1fd;\n    color: #1a6fd4;\n    margin-left: 6px;\n  }\n\n  \/* ---------- Headings \u0026 text ---------- *\/\n  .i1p-h2 {\n    font-size: 22px;\n    font-weight: 800;\n    color: #0d0d0d;\n    line-height: 1.3;\n    margin: 0 0 16px;\n  }\n  .i1p-intro,\n  .i1p-seo-text {\n    font-size: 15px;\n    color: #444;\n    line-height: 1.75;\n    margin: 0 0 18px;\n  }\n  .i1p-section-title {\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    color: #888;\n    margin: 0 0 14px;\n  }\n\n  \/* ---------- Quick stats ---------- *\/\n  .i1p-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 10px;\n    margin: 24px 0 8px;\n  }\n  .i1p-stat {\n    background: #f7f7f5;\n    border: 1px solid #ebebe8;\n    border-radius: 10px;\n    padding: 16px 14px;\n    text-align: center;\n  }\n  .i1p-stat-value {\n    font-size: 15px;\n    font-weight: 800;\n    color: #0d0d0d;\n    margin-bottom: 4px;\n  }\n  .i1p-stat-label {\n    font-size: 12px;\n    color: #777;\n  }\n\n  \/* ---------- System requirements ---------- *\/\n  .i1p-config {\n    border: 1px solid #e8e8e5;\n    border-radius: 10px;\n    overflow: hidden;\n  }\n  .i1p-config-item {\n    display: flex;\n    justify-content: space-between;\n    gap: 16px;\n    padding: 13px 20px;\n    font-size: 14px;\n  }\n  .i1p-config-item + .i1p-config-item {\n    border-top: 1px solid #efefec;\n  }\n  .i1p-config-label {\n    color: #777;\n  }\n  .i1p-config-value {\n    font-weight: 600;\n    color: #0d0d0d;\n    text-align: right;\n  }\n\n  \/* ---------- Features ---------- *\/\n  .i1p-features {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 12px;\n  }\n  .i1p-feature {\n    background: #fff;\n    border: 1px solid #e8e8e5;\n    border-radius: 10px;\n    padding: 18px 20px;\n  }\n  .i1p-feature-title {\n    font-size: 15px;\n    font-weight: 700;\n    color: #0d0d0d;\n    margin: 0 0 6px;\n  }\n  .i1p-feature-text {\n    font-size: 13.5px;\n    color: #666;\n    line-height: 1.65;\n    margin: 0;\n  }\n\n  \/* ---------- Compatibility ---------- *\/\n  .i1p-compat-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 12px;\n    margin-top: 18px;\n  }\n  .i1p-compat-card {\n    background: #f7f7f5;\n    border: 1px solid #ebebe8;\n    border-radius: 10px;\n    padding: 16px 18px;\n  }\n  .i1p-compat-card-title {\n    font-size: 14px;\n    font-weight: 700;\n    color: #0d0d0d;\n    margin: 0 0 10px;\n  }\n  .i1p-compat-card ul {\n    margin: 0;\n    padding-left: 18px;\n  }\n  .i1p-compat-card li {\n    font-size: 13px;\n    color: #555;\n    line-height: 1.8;\n  }\n\n  \/* ---------- Divider ---------- *\/\n  .i1p-divider {\n    border: none;\n    border-top: 1px solid #ebebeb;\n    margin: 32px 0;\n  }\n\n  \/* ---------- FAQ (native accordion) ---------- *\/\n  .i1p-faq {\n    margin-bottom: 28px;\n  }\n  .i1p-faq-item {\n    background: #fff;\n    border: 1px solid #e8e8e5;\n    border-radius: 10px;\n    margin-bottom: 10px;\n  }\n  .i1p-faq-q {\n    font-size: 15px;\n    font-weight: 700;\n    color: #0d0d0d;\n    line-height: 1.4;\n    padding: 18px 24px;\n    cursor: pointer;\n    list-style: none;\n    position: relative;\n    padding-right: 48px;\n  }\n  .i1p-faq-q::-webkit-details-marker {\n    display: none;\n  }\n  .i1p-faq-q::after {\n    content: \"+\";\n    position: absolute;\n    right: 22px;\n    top: 50%;\n    transform: translateY(-50%);\n    font-size: 20px;\n    font-weight: 400;\n    color: #999;\n  }\n  .i1p-faq-item[open] .i1p-faq-q::after {\n    content: \"−\";\n  }\n  .i1p-faq-q:focus-visible {\n    outline: 2px solid #1a6fd4;\n    outline-offset: -2px;\n    border-radius: 10px;\n  }\n  .i1p-faq-a {\n    font-size: 14px;\n    color: #555;\n    line-height: 1.7;\n    margin: 0;\n    padding: 0 24px 20px;\n  }\n\n  \/* ---------- Responsive ---------- *\/\n  @media (max-width: 720px) {\n    .i1p-compat-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n    .i1p-grid,\n    .i1p-features {\n      grid-template-columns: 1fr;\n    }\n  }\n  @media (max-width: 420px) {\n    .i1p-compat-grid {\n      grid-template-columns: 1fr;\n    }\n    .i1p-config-item {\n      flex-direction: column;\n      gap: 2px;\n    }\n    .i1p-config-value {\n      text-align: left;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"i1p-wrap\"\u003e\n\n  \u003c!-- Badges --\u003e\n  \u003cspan class=\"i1p-badge\"\u003ei1Profiler v3.8\u003c\/span\u003e\n  \u003cspan class=\"i1p-badge-blue\"\u003eDelivered by email\u003c\/span\u003e\n\n  \u003c!-- Heading --\u003e\n  \u003ch2 class=\"i1p-h2\"\u003eX-Rite i1Profiler v3.8 — Professional ICC Color Profiling Software\u003c\/h2\u003e\n\n  \u003c!-- Intro --\u003e\n  \u003cp class=\"i1p-intro\"\u003e\n    \u003cstrong\u003eX-Rite i1Profiler v3.8\u003c\/strong\u003e is the reference \u003cstrong\u003eICC profiling software\u003c\/strong\u003e for imaging, photo and prepress professionals. It creates high-end \u003cstrong\u003ecustom ICC profiles\u003c\/strong\u003e for all types of input and output devices — monitors, projectors, scanners, cameras, and \u003cstrong\u003eRGB, CMYK and CMYK+ printers\u003c\/strong\u003e (up to 4 additional colors) — on a wide range of printing substrates, so you can trust your color on any device, from capture to output. Your \u003cstrong\u003eactivation key\u003c\/strong\u003e is delivered directly by email after purchase — no physical shipment, instant activation. Supplied for \u003cstrong\u003eWindows 10 and Windows 11\u003c\/strong\u003e.\n  \u003c\/p\u003e\n\n  \u003c!-- Quick stats --\u003e\n  \u003cdiv class=\"i1p-grid\"\u003e\n    \u003cdiv class=\"i1p-stat\"\u003e\n      \u003cdiv class=\"i1p-stat-value\"\u003eRGB · CMYK · CMYK+4\u003c\/div\u003e\n      \u003cdiv class=\"i1p-stat-label\"\u003ePrinter profiling\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"i1p-stat\"\u003e\n      \u003cdiv class=\"i1p-stat-value\"\u003eWindows 10 \/ 11\u003c\/div\u003e\n      \u003cdiv class=\"i1p-stat-label\"\u003eSupplied system\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"i1p-stat\"\u003e\n      \u003cdiv class=\"i1p-stat-value\"\u003eEmail\u003c\/div\u003e\n      \u003cdiv class=\"i1p-stat-label\"\u003eSoftware key delivery\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"i1p-divider\"\u003e\n\n  \u003c!-- System requirements --\u003e\n  \u003cp class=\"i1p-section-title\"\u003eSystem requirements\u003c\/p\u003e\n  \u003cdiv class=\"i1p-config\"\u003e\n    \u003cdiv class=\"i1p-config-item\"\u003e\n      \u003cspan class=\"i1p-config-label\"\u003eOperating system\u003c\/span\u003e\n      \u003cspan class=\"i1p-config-value\"\u003eWindows 10 or Windows 11\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"i1p-config-item\"\u003e\n      \u003cspan class=\"i1p-config-label\"\u003eMeasurement device\u003c\/span\u003e\n      \u003cspan class=\"i1p-config-value\"\u003eX-Rite i1 spectrophotometer \/ i1Display required\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"i1p-config-item\"\u003e\n      \u003cspan class=\"i1p-config-label\"\u003eVersion\u003c\/span\u003e\n      \u003cspan class=\"i1p-config-value\"\u003ei1Profiler v3.8 (full profiling functionality)\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"i1p-config-item\"\u003e\n      \u003cspan class=\"i1p-config-label\"\u003eDelivery\u003c\/span\u003e\n      \u003cspan class=\"i1p-config-value\"\u003eEmail (activation key)\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"i1p-divider\"\u003e\n\n  \u003c!-- SEO text block --\u003e\n  \u003ch2 class=\"i1p-h2\"\u003eUnrivaled color quality, from capture to print\u003c\/h2\u003e\n  \u003cp class=\"i1p-seo-text\"\u003e\n    At the heart of i1Profiler sits X-Rite's \u003cstrong\u003ei1Prism engine\u003c\/strong\u003e — a unique iterative profiling technology that generates unrivaled color quality. The flexible, user-defined workflow lets you save and reuse assets and preferred settings with simple \u003cstrong\u003edrag-and-drop\u003c\/strong\u003e: build future profiles or share complete profile-creation workflows without starting from scratch, and exchange palettes and color data using X-Rite's \u003cstrong\u003eColor Exchange Format (CxF)\u003c\/strong\u003e.\n  \u003c\/p\u003e\n  \u003cp class=\"i1p-seo-text\"\u003e\n    For printer profiling, i1Profiler supports \u003cstrong\u003ehigh patch count charts\u003c\/strong\u003e for the most accurate profiles possible — ideal for fine art printing and proofing — with a \u003cstrong\u003elinearization feature\u003c\/strong\u003e that keeps color correct over time and between runs, and \u003cstrong\u003ewhite-point editing\u003c\/strong\u003e for fine-tuning. Profiles can even be \u003cstrong\u003eoptimized for the real viewing conditions\u003c\/strong\u003e of your prints: daylight, tungsten, fluorescent lighting or a specific captured ambient light — so a photo hanging in a gallery or retail space looks exactly as intended. Display work is just as complete, with calibration and matching of \u003cstrong\u003eup to four displays on one computer\u003c\/strong\u003e and unlimited monitors across different workstations.\n  \u003c\/p\u003e\n\n  \u003c!-- Key features --\u003e\n  \u003cp class=\"i1p-section-title\"\u003eKey features\u003c\/p\u003e\n  \u003cdiv class=\"i1p-features\"\u003e\n    \u003cdiv class=\"i1p-feature\"\u003e\n      \u003ch3 class=\"i1p-feature-title\"\u003ei1Prism engine\u003c\/h3\u003e\n      \u003cp class=\"i1p-feature-text\"\u003eX-Rite's unique iterative profiling technology generates the highest quality ICC profiles for flawless color reproduction.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"i1p-feature\"\u003e\n      \u003ch3 class=\"i1p-feature-title\"\u003eRGB, CMYK \u0026amp; CMYK+4 printers\u003c\/h3\u003e\n      \u003cp class=\"i1p-feature-text\"\u003eProfile conventional and digital printing systems — including multicolor CMYK with up to 4 additional inks — on a wide range of substrates.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"i1p-feature\"\u003e\n      \u003ch3 class=\"i1p-feature-title\"\u003eHigh patch count charts\u003c\/h3\u003e\n      \u003cp class=\"i1p-feature-text\"\u003eThe most accurate printer profiles possible, ideal for fine art printing and proofing — with no restriction on paper sizes.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"i1p-feature\"\u003e\n      \u003ch3 class=\"i1p-feature-title\"\u003eMonitor \u0026amp; projector calibration\u003c\/h3\u003e\n      \u003cp class=\"i1p-feature-text\"\u003eCalibrate and match up to four displays on a single computer — and unlimited monitors across different computers — for consistent viewing.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"i1p-feature\"\u003e\n      \u003ch3 class=\"i1p-feature-title\"\u003eAmbient light optimization\u003c\/h3\u003e\n      \u003cp class=\"i1p-feature-text\"\u003eOptimize ICC profiles for daylight, tungsten, fluorescent or captured ambient light — accurate color in the real viewing environment.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"i1p-feature\"\u003e\n      \u003ch3 class=\"i1p-feature-title\"\u003eLinearization\u003c\/h3\u003e\n      \u003cp class=\"i1p-feature-text\"\u003eKeep color correct over time and between print runs — consistent, repeatable output day after day.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"i1p-feature\"\u003e\n      \u003ch3 class=\"i1p-feature-title\"\u003eCamera \u0026amp; scanner profiling\u003c\/h3\u003e\n      \u003cp class=\"i1p-feature-text\"\u003eCreate custom camera profiles (ideal for RAW workflows, even under unusual artificial lighting) and scanner profiles for accurate capture.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"i1p-feature\"\u003e\n      \u003ch3 class=\"i1p-feature-title\"\u003eReusable workflows \u0026amp; CxF\u003c\/h3\u003e\n      \u003cp class=\"i1p-feature-text\"\u003eSave assets and settings with drag-and-drop, share complete profiling workflows, and exchange color data via the CxF format.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"i1p-divider\"\u003e\n\n  \u003c!-- Compatibility --\u003e\n  \u003ch2 class=\"i1p-h2\"\u003eCompatibility — X-Rite i1Profiler v3.8\u003c\/h2\u003e\n  \u003cp class=\"i1p-seo-text\"\u003e\n    i1Profiler creates profiles for \u003cstrong\u003eall types of input and output devices\u003c\/strong\u003e and works with X-Rite's i1 family of measurement instruments.\n  \u003c\/p\u003e\n  \u003cdiv class=\"i1p-compat-grid\"\u003e\n    \u003cdiv class=\"i1p-compat-card\"\u003e\n      \u003ch3 class=\"i1p-compat-card-title\"\u003eDevices profiled\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003eMonitors \u0026amp; projectors\u003c\/li\u003e\n        \u003cli\u003eRGB printers\u003c\/li\u003e\n        \u003cli\u003eCMYK \/ CMYK+4 printers\u003c\/li\u003e\n        \u003cli\u003eCameras \u0026amp; scanners\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"i1p-compat-card\"\u003e\n      \u003ch3 class=\"i1p-compat-card-title\"\u003eInstruments\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003ei1Pro 2\u003c\/li\u003e\n        \u003cli\u003ei1Pro 3 \/ 3 Plus\u003c\/li\u003e\n        \u003cli\u003ei1Display\u003c\/li\u003e\n        \u003cli\u003ei1iO scanning table\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"i1p-compat-card\"\u003e\n      \u003ch3 class=\"i1p-compat-card-title\"\u003eSubstrates\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003ePhoto \u0026amp; fine art papers\u003c\/li\u003e\n        \u003cli\u003eProofing media\u003c\/li\u003e\n        \u003cli\u003eSignage \u0026amp; textiles\u003c\/li\u003e\n        \u003cli\u003eSublimation media\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"i1p-compat-card\"\u003e\n      \u003ch3 class=\"i1p-compat-card-title\"\u003eWorkflows\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003ePhotography \u0026amp; RAW\u003c\/li\u003e\n        \u003cli\u003ePrepress \u0026amp; proofing\u003c\/li\u003e\n        \u003cli\u003eRIP profiling\u003c\/li\u003e\n        \u003cli\u003eMulti-display studios\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"i1p-divider\"\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003ch2 class=\"i1p-h2\"\u003eFrequently asked questions\u003c\/h2\u003e\n  \u003cdiv class=\"i1p-faq\"\u003e\n\n    \u003cdetails class=\"i1p-faq-item\"\u003e\n      \u003csummary class=\"i1p-faq-q\"\u003eIs the i1Profiler v3.8 software key sent physically?\u003c\/summary\u003e\n      \u003cp class=\"i1p-faq-a\"\u003eNo. The \u003cstrong\u003ei1Profiler activation key\u003c\/strong\u003e is sent by email only. You receive your software key directly in your inbox after the order is confirmed — no postal shipment, no physical item.\u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"i1p-faq-item\"\u003e\n      \u003csummary class=\"i1p-faq-q\"\u003eHow long does it take to receive my activation key?\u003c\/summary\u003e\n      \u003cp class=\"i1p-faq-a\"\u003eUsually within a few minutes after order confirmation. If there is a delay, please check your spam folder.\u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"i1p-faq-item\"\u003e\n      \u003csummary class=\"i1p-faq-q\"\u003eWhich operating systems does this version support?\u003c\/summary\u003e\n      \u003cp class=\"i1p-faq-a\"\u003eThis version of \u003cstrong\u003ei1Profiler v3.8\u003c\/strong\u003e is supplied for \u003cstrong\u003eWindows 10 and Windows 11\u003c\/strong\u003e.\u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"i1p-faq-item\"\u003e\n      \u003csummary class=\"i1p-faq-q\"\u003eDo I need a measurement device to use i1Profiler?\u003c\/summary\u003e\n      \u003cp class=\"i1p-faq-a\"\u003eYes. i1Profiler is profiling software: to measure printed charts and screens you need an \u003cstrong\u003eX-Rite i1 measurement instrument\u003c\/strong\u003e — such as an i1Pro 2, i1Pro 3 \/ 3 Plus spectrophotometer (for printer profiling) or an i1Display (for monitor calibration). The software supports the i1iO scanning table as well.\u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"i1p-faq-item\"\u003e\n      \u003csummary class=\"i1p-faq-q\"\u003eCan i1Profiler create profiles for my printer and RIP?\u003c\/summary\u003e\n      \u003cp class=\"i1p-faq-a\"\u003eYes. i1Profiler builds custom \u003cstrong\u003eICC profiles for RGB, CMYK and CMYK+4 printers\u003c\/strong\u003e on virtually any substrate — photo paper, fine art, proofing media, sublimation and more. The resulting ICC profiles can then be used in your RIP software or any color-managed application for accurate, repeatable output.\u003c\/p\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- FAQ structured data for Google rich results --\u003e\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is the i1Profiler v3.8 software key sent physically?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. The i1Profiler activation key is sent by email only. You receive your software key directly in your inbox after the order is confirmed — no postal shipment, no physical item.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How long does it take to receive my activation key?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Usually within a few minutes after order confirmation. If there is a delay, please check your spam folder.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Which operating systems does this version support?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"This version of i1Profiler v3.8 is supplied for Windows 10 and Windows 11.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Do I need a measurement device to use i1Profiler?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. i1Profiler is profiling software: to measure printed charts and screens you need an X-Rite i1 measurement instrument — such as an i1Pro 2, i1Pro 3 \/ 3 Plus spectrophotometer (for printer profiling) or an i1Display (for monitor calibration). The software supports the i1iO scanning table as well.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can i1Profiler create profiles for my printer and RIP?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. i1Profiler builds custom ICC profiles for RGB, CMYK and CMYK+4 printers on virtually any substrate — photo paper, fine art, proofing media, sublimation and more. The resulting ICC profiles can then be used in your RIP software or any color-managed application for accurate, repeatable output.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e\n\u003c!-- end X-Rite i1Profiler v3.8 description --\u003e","brand":"DTF Software","offers":[{"title":"Default Title","offer_id":52162163769610,"sku":null,"price":29.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0919\/3966\/8234\/files\/x-rite-i1profiler-v3-8-icc-profiling-profilemaker-colorgate-caldera-ergosoft-wasatch-onyx.webp?v=1776162833","url":"https:\/\/dtfsoftware.com\/products\/x-rite-i1profiler-v3-8","provider":"DTF Software","version":"1.0","type":"link"}