{"id":91976,"date":"2026-02-13T08:56:13","date_gmt":"2026-02-13T08:56:13","guid":{"rendered":"https:\/\/www.pixelcatcher.de\/produkt\/mac-bordertool-pro\/"},"modified":"2026-06-10T07:38:36","modified_gmt":"2026-06-10T07:38:36","slug":"mac-bordertool-pro","status":"publish","type":"product","link":"https:\/\/www.pixelcatcher.de\/en\/produkt\/mac-bordertool-pro\/","title":{"rendered":"Mac BorderTool Pro"},"content":{"rendered":"<p><!-- ===== Scroll-Reveal + Animation Styles ===== --><\/p>\n<style>\n\/* ===== Apple-like Scroll Reveal Animations ===== *\/\n@keyframes btpFadeUp { from { opacity:0; transform:translateY(40px); } to { opacity:1; transform:translateY(0); } }\n@keyframes btpFadeScale { from { opacity:0; transform:scale(0.92) translateY(30px); } to { opacity:1; transform:scale(1) translateY(0); } }\n@keyframes btpSlideLeft { from { opacity:0; transform:translateX(-50px); } to { opacity:1; transform:translateX(0); } }\n@keyframes btpSlideRight { from { opacity:0; transform:translateX(50px); } to { opacity:1; transform:translateX(0); } }f\n@keyframes btpBlurIn { from { opacity:0; filter:blur(12px); transform:translateY(20px); } to { opacity:1; filter:blur(0); transform:translateY(0); } }\n@keyframes btpCountUp { from { opacity:0; transform:translateY(10px) scale(0.9); } to { opacity:1; transform:translateY(0) scale(1); } }\n@keyframes btpFloat { 0%,100% { transform:translateY(0); } 50% { transform:translateY(-8px); } }\n@keyframes btpPulseGlow { 0%,100% { box-shadow:0 0 0 0 rgba(0,113,227,.3); } 50% { box-shadow:0 0 0 12px rgba(0,113,227,0); } }\n@keyframes btpShimmer { 0% { background-position:-200% center; } 100% { background-position:200% center; } }\n.btp-reveal { opacity:0; transform:translateY(40px); transition:opacity 0.8s cubic-bezier(.16,1,.3,1), transform 0.8s cubic-bezier(.16,1,.3,1); }\n.btp-reveal.btp-visible { opacity:1; transform:translateY(0); }\n.btp-reveal-scale { opacity:0; transform:scale(0.92) translateY(30px); transition:opacity 0.9s cubic-bezier(.16,1,.3,1), transform 0.9s cubic-bezier(.16,1,.3,1); }\n.btp-reveal-scale.btp-visible { opacity:1; transform:scale(1) translateY(0); }\n.btp-reveal-left { opacity:0; transform:translateX(-50px); transition:opacity 0.8s cubic-bezier(.16,1,.3,1), transform 0.8s cubic-bezier(.16,1,.3,1); }\n.btp-reveal-left.btp-visible { opacity:1; transform:translateX(0); }btp\n.btp-reveal-right { opacity:0; transform:translateX(50px); transition:opacity 0.8s cubic-bezier(.16,1,.3,1), transform 0.8s cubic-bezier(.16,1,.3,1); }\n.btp-reveal-right.btp-visible { opacity:1; transform:translateX(0); }\n.btp-reveal-blur { opacity:0; filter:blur(10px); transform:translateY(20px); transition:opacity 0.9s cubic-bezier(.16,1,.3,1), filter 0.7s cubic-bezier(.16,1,.3,1), transform 0.9s cubic-bezier(.16,1,.3,1); }\n.btp-reveal-blur.btp-visible { opacity:1; filter:blur(0); transform:translateY(0); }fa\n\/* Stagger children *\/\n.btp-stagger > * { opacity:0; transform:translateY(30px); transition:opacity 0.7s cubic-bezier(.16,1,.3,1), transform 0.7s cubic-bezier(.16,1,.3,1); }\n.btp-stagger.btp-visible > *:nth-child(1) { opacity:1; transform:translateY(0); transition-delay:0s; }\n.btp-stagger.btp-visible > *:nth-child(2) { opacity:1; transform:translateY(0); transition-delay:0.1s; }\n.btp-stagger.btp-visible > *:nth-child(3) { opacity:1; transform:translateY(0); transition-delay:0.2s; }\n.btp-stagger.btp-visible > *:nth-child(4) { opacity:1; transform:translateY(0); transition-delay:0.3s; }\n.btp-stagger.btp-visible > *:nth-child(5) { opacity:1; transform:translateY(0); transition-delay:0.4s; }\n.btp-stagger.btp-visible > *:nth-child(6) { opacity:1; transform:translateY(0); transition-delay:0.5s; }\n.btp-stagger.btp-visible > *:nth-child(n+7) { opacity:1; transform:translateY(0); transition-delay:0.6s; }\n\/* Floating CTA buttons *\/\n.btp-cta-float { transition:transform 0.3s cubic-bezier(.16,1,.3,1), box-shadow 0.3s ease; }\n.btp-cta-float:hover { transform:translateY(-3px); box-shadow:0 8px 30px rgba(0,113,227,0.35) !important; }\n\/* Card hover lift *\/\n.btp-card-lift { transition:transform 0.35s cubic-bezier(.16,1,.3,1), box-shadow 0.35s ease; }\n.btp-card-lift:hover { transform:translateY(-6px); box-shadow:0 16px 48px rgba(0,0,0,0.12) !important; }\n\/* Smooth gradient text shimmer for hero *\/\n.btp-shimmer { background:linear-gradient(90deg, #0071e3 0%, #40a9ff 50%, #0071e3 100%); background-size:200% auto; -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; animation:btpShimmer 4s linear infinite; }\n\/* Reviews card subtle glow *\/\n.btp-review-glow { transition:transform 0.3s ease, box-shadow 0.3s ease; }\n.btp-review-glow:hover { transform:translateY(-4px) scale(1.01); box-shadow:0 12px 40px rgba(0,0,0,0.10) !important; }\n@media (prefers-reduced-motion: reduce) {\n  .btp-reveal, .btp-reveal-scale, .btp-reveal-left, .btp-reveal-right, .btp-reveal-blur, .btp-stagger > * { opacity:1 !important; transform:none !important; filter:none !important; transition:none !important; }\n  .btp-shimmer { animation:none !important; -webkit-text-fill-color:#0071e3 !important; }\n}\n\/* ===== HEX-Eingabe Cursor + Swatch Pulse ===== *\/\n@keyframes btpCursorBlink { 0%,49%{opacity:1} 50%,100%{opacity:0} }\n@keyframes btpSwatchPulse { 0%,22% { background:#f5f0e8; } 25%,47% { background:#111111; } 50%,72% { background:#2a3b5c; } 75%,97% { background:#d4a574; } 100% { background:#f5f0e8; } }\n<\/style>\n<div style=\"font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif\">\n<section style=\"padding:80px 24px;background:#fff;padding-bottom:48px\">\n<div style=\"max-width:1060px;margin-right:auto;margin-left:auto;text-align:center\">\n<div style=\"display:flex; justify-content:center; gap:8px; flex-wrap:wrap; margin-bottom:22px\">\n   <span style=\"display:inline-block;padding:5px 13px;border-radius:999px;font-size:12.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;background:rgba(0,113,227,.10);color:#0055b3\">Native Mac App<\/span><br \/>\n   <span style=\"display:inline-block;padding:5px 13px;border-radius:999px;font-size:12.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;background:rgba(52,199,89,.13);color:#1a7a36\">One-Time Purchase &middot; No Subscription<\/span><br \/>\n   <span style=\"display:inline-block;padding:5px 13px;border-radius:999px;font-size:12.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;background:rgba(88,86,214,.12);color:#3634a3\">+ Photos Extension<\/span><br \/>\n   <span style=\"display:inline-block;padding:5px 13px;border-radius:999px;font-size:12.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;background:#f0f0f5;color:#3a3a3c\">macOS 11+<\/span><br \/>\n   <span style=\"display:inline-block;padding:5px 13px;border-radius:999px;font-size:12.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;background:#f0f0f5;color:#3a3a3c\">Universal Binary<\/span><br \/>\n   <span style=\"display:inline-block;padding:5px 13px;border-radius:999px;font-size:12.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;background:rgba(52,199,89,.13);color:#1a7a36\" title=\"Checked and notarized by Apple &ndash; no security warning on first launch\">&#128274; Apple-notarized<\/span>\n  <\/div>\n<h1 style=\"display:block;font-size:clamp(2.4rem,4.5vw,3.8rem);font-weight:900;line-height:1.04;letter-spacing:-0.035em;color:#1d1d1f;margin:0 0 20px 0;text-transform:none\">\n   Frame photos &amp; add mat borders. <span class=\"btp-shimmer\"><br \/>In seconds. Without Photoshop.<\/span><br \/>\n  <\/h1>\n<p style=\"font-size:1.2rem;line-height:1.65;color:#515154;margin:0 auto 32px;max-width:640px\">\n   <strong style=\"color:#1d1d1f\">BorderTool Pro<\/strong> is the menu bar app for photographers &ndash; drag in single images or entire folders, load a preset, done. With live preview, color harmony, black-and-white conversion, drop shadows, Polaroid mode, and real batch power. Includes the <strong style=\"color:#1d1d1f\">Apple Photos Extension<\/strong>.<br \/>100% local. Offline. One-time purchase.<\/p>\n<p>  <a class=\"btp-cta-float\" href=\"?add-to-cart=91913\" style=\"display:inline-block;padding:20px 44px;background:#0071e3;color:#fff;font-size:1.15rem;font-weight:800;border-radius:999px;text-decoration:none;letter-spacing:-0.01em\">Buy Now<\/a><\/p>\n<div style=\"margin-top:13px; color:#6e6e73; font-size:14.5px\">Apple Silicon &amp; Intel &middot; macOS 11.0+ &middot; Offline &middot; No Subscription<\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- ==================== HERO GIF ==================== --><\/p>\n<section style=\"padding:0 24px 72px; background:#fff\">\n<div style=\"max-width:1200px;margin-right:auto;margin-left:auto\">\n  <img decoding=\"async\" alt=\"BorderTool Pro &ndash; drag-and-drop menu bar workflow: drop in photos, choose a frame, export\" src=\"https:\/\/www.pixelcatcher.de\/wp-content\/uploads\/2026\/02\/mac-bordertool-pro-menubar-workflow-2.gif\" style=\"width:100%; height:auto; display:block; border-radius:22px; box-shadow:0 32px 90px rgba(0,0,0,0.14), 0 8px 24px rgba(0,0,0,0.07)\" title=\"\"><\/p>\n<p style=\"text-align:center; color:#6e6e73; font-size:14.5px; margin:12px 0 0; line-height:1.5\">Drag an image into the menu bar &rarr; choose settings &rarr; save. That fast.<\/p>\n<\/p><\/div>\n<\/section>\n<p><!-- ==================== 4 CORE CARDS ==================== --><\/p>\n<section style=\"padding:0 24px 72px; background:#fff\">\n<div style=\"max-width:1060px;margin-right:auto;margin-left:auto\">\n<div class=\"btp-stagger\" style=\"display:flex;flex-wrap:wrap;gap:16px\">\n<div class=\"btp-card-lift\" style=\"box-sizing:border-box;flex:1 1 200px;max-width:100%;min-width:0;background:#f5f5f7;border-radius:20px;padding:24px 22px;box-shadow:0 3px 16px rgba(0,0,0,0.06);border:1px solid rgba(0,0,0,.05)\">\n<div style=\"font-size:3.8rem; margin-bottom:12px; line-height:1\">&#128433;<\/div>\n<div style=\"font-size:1.3rem;font-weight:800;color:#1d1d1f;margin:0 0 8px 0\">Drag &amp; Drop<\/div>\n<div style=\"color:#6e6e73; font-size:1.04rem; line-height:1.6\">Drag images onto the menu bar icon and you are done. Or in <strong style=\"color:#1d1d1f\">Finder<\/strong>: right-click a file &rarr; <strong style=\"color:#1d1d1f\">&ldquo;Open With&rdquo; &rarr; BorderTool Pro<\/strong>. Drag and drop directly onto the app icon works too.<\/div>\n<\/p><\/div>\n<div class=\"btp-card-lift\" style=\"box-sizing:border-box;flex:1 1 200px;max-width:100%;min-width:0;background:#f5f5f7;border-radius:20px;padding:24px 22px;box-shadow:0 3px 16px rgba(0,0,0,0.06);border:1px solid rgba(0,0,0,.05)\">\n<div style=\"margin-bottom:12px; line-height:1\"><svg fill=\"none\" height=\"62\" viewbox=\"0 0 62 62\" width=\"62\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect fill=\"#e8e8ed\" height=\"62\" rx=\"14\" width=\"62\"><\/rect><circle cx=\"27\" cy=\"27\" fill=\"none\" r=\"11\" stroke=\"#1d1d1f\" stroke-width=\"3\"><\/circle><line stroke=\"#1d1d1f\" stroke-linecap=\"round\" stroke-width=\"3\" x1=\"35.5\" x2=\"47\" y1=\"35.5\" y2=\"47\"><\/line><\/svg><\/div>\n<div style=\"font-size:1.3rem;font-weight:800;color:#1d1d1f;margin:0 0 8px 0\">Live Preview &amp; Quick Look<\/div>\n<div style=\"color:#6e6e73; font-size:1.04rem; line-height:1.6\">See the result before saving. <strong style=\"color:#1d1d1f\">Space = Quick Look<\/strong> at full resolution. Share the finished image directly via <strong style=\"color:#1d1d1f\">AirDrop, iMessage, or email<\/strong>. Print with <strong style=\"color:#1d1d1f\">&#8984;P<\/strong> &ndash; without saving first.<\/div>\n<\/p><\/div>\n<div class=\"btp-card-lift\" style=\"box-sizing:border-box;flex:1 1 200px;max-width:100%;min-width:0;background:#f5f5f7;border-radius:20px;padding:24px 22px;box-shadow:0 3px 16px rgba(0,0,0,0.06);border:1px solid rgba(0,0,0,.05)\">\n<div style=\"font-size:3.8rem; margin-bottom:12px; line-height:1\">&#127899;<\/div>\n<div style=\"font-size:1.3rem;font-weight:800;color:#1d1d1f;margin:0 0 8px 0\">8 Presets<\/div>\n<div style=\"color:#6e6e73; font-size:1.04rem; line-height:1.6\">Set it up once. Load it with a single shortcut. Keep your visual identity consistent across entire sets.<\/div>\n<\/p><\/div>\n<div class=\"btp-card-lift\" style=\"box-sizing:border-box;flex:1 1 200px;max-width:100%;min-width:0;background:#f5f5f7;border-radius:20px;padding:24px 22px;box-shadow:0 3px 16px rgba(0,0,0,0.06);border:1px solid rgba(0,0,0,.05)\">\n<div style=\"font-size:3.8rem; margin-bottom:12px; line-height:1\">&#9889;&#65039;<\/div>\n<div style=\"font-size:1.3rem;font-weight:800;color:#1d1d1f;margin:0 0 8px 0\">Batch-Engine<\/div>\n<div style=\"color:#6e6e73; font-size:1.04rem; line-height:1.6\">Hundreds of images in parallel. Folders and subfolders included. Progress + ETA right in the menu bar icon.<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- ==================== NEUE FEATURES ==================== --><\/p>\n<section id=\"whatsnew\" style=\"padding:80px 24px;background:#f5f5f7\">\n<div style=\"max-width:1060px;margin-right:auto;margin-left:auto\">\n<div class=\"btp-reveal\" style=\"text-align:center; margin-bottom:56px\">\n<h2 style=\"display:block;font-size:clamp(1.9rem,3vw,2.9rem);font-weight:900;line-height:1.08;letter-spacing:-0.03em;color:#1d1d1f;margin:0 0 16px 0;text-transform:none\">More style. More speed. More control.<\/h2>\n<p style=\"font-size:1.2rem;line-height:1.65;color:#515154;margin:0 auto;max-width:600px\">Features that genuinely change your workflow &ndash; built from real photographer feedback.<\/p>\n<\/p><\/div>\n<p>  <!-- Row 1: Drop Shadow + Presets --><\/p>\n<div style=\"display:flex;flex-wrap:wrap;gap:24px;align-items:flex-start;margin-bottom:24px\">\n<div style=\"box-sizing:border-box;flex:1 1 340px;max-width:100%;min-width:0;background:#fff;border-radius:20px;padding:24px 22px;box-shadow:0 3px 16px rgba(0,0,0,0.06);border:1px solid rgba(0,0,0,.05)\">\n<div style=\"display:flex; align-items:center; gap:12px; margin-bottom:12px\">\n<div style=\"width:44px; height:44px; background:rgba(52,199,89,.14); border-radius:13px; display:flex; align-items:center; justify-content:center; font-size:20px; flex-shrink:0\">&#127761;<\/div>\n<div>\n<div style=\"font-size:1.3rem;font-weight:800;color:#1d1d1f;margin:0 0 4px\">Drop Shadow<\/div>\n<\/div><\/div>\n<p style=\"font-size:1.05rem;line-height:1.7;color:#515154;margin:0 0 16px 0\">Offset, softness, opacity, and angle &ndash; all values are <strong style=\"color:#1d1d1f\">percentage-based<\/strong>, so the result stays perfectly consistent at any size. Works just as well for web export as it does for print resolution. No manual recalculations.<\/p>\n<div style=\"background:#e8e8ed; border-radius:14px; padding:18px; display:flex; justify-content:center; align-items:center; min-height:90px\">\n<div style=\"width:100px; height:70px; background:#fff; border-radius:4px; box-shadow:6px 8px 18px rgba(0,0,0,0.32)\">\n<div style=\"width:100%; height:100%; background:linear-gradient(135deg,#d0d8e4,#c4c8cc); border-radius:4px\"><\/div>\n<\/div><\/div>\n<\/p><\/div>\n<div style=\"box-sizing:border-box;flex:1 1 340px;max-width:100%;min-width:0;background:#fff;border-radius:20px;padding:24px 22px;box-shadow:0 3px 16px rgba(0,0,0,0.06);border:1px solid rgba(0,0,0,.05)\">\n<div style=\"display:flex; align-items:center; gap:12px; margin-bottom:12px\">\n<div style=\"width:44px; height:44px; background:rgba(0,113,227,.10); border-radius:13px; display:flex; align-items:center; justify-content:center; font-size:20px; flex-shrink:0\">&#127899;<\/div>\n<div>\n<div style=\"font-size:1.3rem;font-weight:800;color:#1d1d1f;margin:0 0 4px\">8 Presets (&#8984;1&ndash;8)<\/div>\n<\/div><\/div>\n<p style=\"font-size:1.05rem;line-height:1.7;color:#515154;margin:0 0 16px 0\">Save complete configurations &ndash; colors, widths, units, corners, shadows, everything. Load them instantly with &#8984;1&ndash;8. <strong style=\"color:#1d1d1f\">Hold = save.<\/strong> Perfect for brand-consistent workflows.<\/p>\n<div style=\"background:#1c1c1e; border-radius:14px; padding:14px 16px\">\n<div style=\"display:flex; gap:7px; flex-wrap:wrap; margin-bottom:8px\">\n<div style=\"display:flex; flex-direction:column; align-items:center; gap:4px\">\n<div style=\"width:34px; height:34px; background:#2c2c2e; border-radius:8px; border:2px solid rgba(52,199,89,.7); display:flex; align-items:center; justify-content:center; overflow:hidden\">\n<div style=\"width:26px; height:26px; background:#fff; border:3px solid #222; border-radius:2px\"><\/div>\n<\/div>\n<p><span style=\"color:rgba(255,255,255,.35); font-size:11.5px; font-weight:600\">&#8984;1<\/span><\/div>\n<div style=\"display:flex; flex-direction:column; align-items:center; gap:4px\">\n<div style=\"width:34px; height:34px; background:#2c2c2e; border-radius:8px; border:2px solid #3a3a3c; display:flex; align-items:center; justify-content:center\">\n<div style=\"width:26px; height:26px; background:#1a1a1a; border:3px solid #888; border-radius:2px\"><\/div>\n<\/div>\n<p><span style=\"color:rgba(255,255,255,.35); font-size:11.5px; font-weight:600\">&#8984;2<\/span><\/div>\n<div style=\"display:flex; flex-direction:column; align-items:center; gap:4px\">\n<div style=\"width:34px; height:34px; background:rgba(255,69,0,.14); border-radius:8px; border:2px solid rgba(255,69,0,.55); display:flex; align-items:center; justify-content:center\">\n<div style=\"width:26px; height:26px; background:#fff8f6; border-radius:5px; border:3px solid #ff4500\"><\/div>\n<\/div>\n<p><span style=\"color:rgba(255,255,255,.35); font-size:11.5px; font-weight:600\">&#8984;3<\/span><\/div>\n<div style=\"display:flex; flex-direction:column; align-items:center; gap:4px\">\n<div style=\"width:34px; height:34px; background:#2c2c2e; border-radius:8px; border:2px solid #3a3a3c; display:flex; align-items:center; justify-content:center\">\n<div style=\"width:26px; height:26px; background:#f5f0e8; border:4px solid #d4c9b0; border-radius:2px\"><\/div>\n<\/div>\n<p><span style=\"color:rgba(255,255,255,.35); font-size:11.5px; font-weight:600\">&#8984;4<\/span><\/div>\n<div style=\"display:flex; flex-direction:column; align-items:center; gap:4px\">\n<div style=\"width:34px; height:34px; background:#2c2c2e; border-radius:8px; border:2px solid #3a3a3c; display:flex; align-items:center; justify-content:center\">\n<div style=\"width:26px; height:26px; background:#fff; border:2px solid #ddd; border-radius:8px\"><\/div>\n<\/div>\n<p><span style=\"color:rgba(255,255,255,.35); font-size:11.5px; font-weight:600\">&#8984;5<\/span><\/div>\n<div style=\"display:flex; flex-direction:column; align-items:center; gap:4px\">\n<div style=\"width:34px; height:34px; background:#2c2c2e; border-radius:8px; border:2px solid #3a3a3c; display:flex; align-items:center; justify-content:center\"><span style=\"color:rgba(255,255,255,.2); font-size:18px\">+<\/span><\/div>\n<p><span style=\"color:rgba(255,255,255,.35); font-size:11.5px; font-weight:600\">&#8984;6<\/span><\/div>\n<div style=\"display:flex; flex-direction:column; align-items:center; gap:4px\">\n<div style=\"width:34px; height:34px; background:#2c2c2e; border-radius:8px; border:2px solid #3a3a3c; display:flex; align-items:center; justify-content:center\"><span style=\"color:rgba(255,255,255,.2); font-size:18px\">+<\/span><\/div>\n<p><span style=\"color:rgba(255,255,255,.35); font-size:11.5px; font-weight:600\">&#8984;7<\/span><\/div>\n<div style=\"display:flex; flex-direction:column; align-items:center; gap:4px\">\n<div style=\"width:34px; height:34px; background:#2c2c2e; border-radius:8px; border:2px solid #3a3a3c; display:flex; align-items:center; justify-content:center\"><span style=\"color:rgba(255,255,255,.2); font-size:18px\">+<\/span><\/div>\n<p><span style=\"color:rgba(255,255,255,.35); font-size:11.5px; font-weight:600\">&#8984;8<\/span><\/div>\n<\/p><\/div>\n<div style=\"color:rgba(255,255,255,.28); font-size:12.5px; line-height:1.5\">Green = active &amp; unchanged &middot; Red = loaded but modified &middot; Hold = save<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>  <!-- Row 2: Color Harmony + S\/W --><\/p>\n<div style=\"display:flex;flex-wrap:wrap;gap:24px;align-items:flex-start;margin-bottom:24px\">\n<div style=\"box-sizing:border-box;flex:1 1 340px;max-width:100%;min-width:0;background:#fff;border-radius:20px;padding:24px 22px;box-shadow:0 3px 16px rgba(0,0,0,0.06);border:1px solid rgba(0,0,0,.05)\">\n<div style=\"display:flex; align-items:center; gap:12px; margin-bottom:12px\">\n<div style=\"width:44px; height:44px; background:linear-gradient(135deg,#ff6b6b,#ffd93d,#6bcb77,#4d96ff); border-radius:13px; flex-shrink:0\"><\/div>\n<div>\n<div style=\"font-size:1.3rem;font-weight:800;color:#1d1d1f;margin:0 0 4px\">Color Harmony<\/div>\n<\/div><\/div>\n<p style=\"font-size:1.05rem;line-height:1.7;color:#515154;margin:0 0 16px 0\">The app analyzes your photo and automatically suggests <strong style=\"color:#1d1d1f\">7 color modes<\/strong>: Dominant, Vibrant, Light, Dark, Edge, Average, and Intense. Cycle through them with the <strong style=\"color:#1d1d1f\">H key<\/strong>. For double borders, there are 12 predefined color-pair combinations &ndash; <strong style=\"color:#1d1d1f\">&#8984;H<\/strong> toggles Color Harmony on and off.<\/p>\n<div style=\"background:#1c1c1e; border-radius:14px; padding:14px 16px\">\n<div style=\"display:flex; gap:6px; align-items:center; flex-wrap:wrap; margin-bottom:10px\">\n<div style=\"padding:5px 10px; border-radius:8px; font-size:12px; font-weight:700; color:#fff; background:rgba(255,255,255,.12); border:1px solid rgba(52,199,89,.6)\">Dominant<\/div>\n<div style=\"padding:5px 10px; border-radius:8px; font-size:12px; font-weight:700; color:rgba(255,255,255,.5); background:rgba(255,255,255,.06)\">Vibrant<\/div>\n<div style=\"padding:5px 10px; border-radius:8px; font-size:12px; font-weight:700; color:rgba(255,255,255,.5); background:rgba(255,255,255,.06)\">Light<\/div>\n<div style=\"padding:5px 10px; border-radius:8px; font-size:12px; font-weight:700; color:rgba(255,255,255,.5); background:rgba(255,255,255,.06)\">Dark<\/div>\n<div style=\"padding:5px 10px; border-radius:8px; font-size:12px; font-weight:700; color:rgba(255,255,255,.5); background:rgba(255,255,255,.06)\">Edge<\/div>\n<div style=\"padding:5px 10px; border-radius:8px; font-size:12px; font-weight:700; color:rgba(255,255,255,.5); background:rgba(255,255,255,.06)\">Average<\/div>\n<div style=\"padding:5px 10px; border-radius:8px; font-size:12px; font-weight:700; color:rgba(255,255,255,.5); background:rgba(255,255,255,.06)\">Intense<\/div>\n<\/p><\/div>\n<div style=\"color:rgba(255,255,255,.3); font-size:12.5px\">H = next mode &middot; &#8984;H = on\/off &middot; Click = border 1 &middot; Hold = border 2<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div style=\"box-sizing:border-box;flex:1 1 340px;max-width:100%;min-width:0;background:#fff;border-radius:20px;padding:24px 22px;box-shadow:0 3px 16px rgba(0,0,0,0.06);border:1px solid rgba(0,0,0,.05)\">\n<div style=\"display:flex; align-items:center; gap:12px; margin-bottom:12px\">\n<div style=\"width:44px; height:44px; background:#f0f0f5; border-radius:13px; display:flex; align-items:center; justify-content:center; flex-shrink:0\">\n<div style=\"width:28px; height:28px; border-radius:50%; background:linear-gradient(135deg,#1d1d1f 50%,#e8e8ed 50%)\"><\/div>\n<\/p><\/div>\n<div>\n<div style=\"font-size:1.3rem;font-weight:800;color:#1d1d1f;margin:0 0 4px\">Black &amp; White Conversion<\/div>\n<\/div><\/div>\n<p style=\"font-size:1.05rem;line-height:1.7;color:#515154;margin:0 0 16px 0\">Convert your color image <strong style=\"color:#1d1d1f\">to black and white while framing it<\/strong> &ndash; no extra app needed. Choose from multiple looks: classic, hard, soft, or film. Adjust intensity and color filters continuously. The frame stays colored &ndash; only the image is converted.<\/p>\n<div style=\"display:flex; gap:8px; align-items:center; padding:8px 0\">\n<div style=\"flex:1; height:60px; background:linear-gradient(135deg,#555,#888,#444); border-radius:8px; border:4px solid #fff; box-shadow:0 2px 8px rgba(0,0,0,.15)\"><\/div>\n<div style=\"flex:1; height:60px; background:linear-gradient(135deg,#333,#666,#222); border-radius:8px; border:4px solid #1a1a1a; box-shadow:0 2px 8px rgba(0,0,0,.15)\"><\/div>\n<div style=\"flex:1; height:60px; background:linear-gradient(135deg,#777,#aaa,#666); border-radius:8px; border:4px solid #f5f0e8; box-shadow:0 2px 8px rgba(0,0,0,.15)\"><\/div>\n<\/p><\/div>\n<div style=\"color:#6e6e73; font-size:12.5px; margin-top:6px; text-align:center\">Classic &middot; Hard &middot; Film &ndash; frame color stays independent<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>  <!-- Row 3: Instagram\/Polaroid + Farbe --><\/p>\n<div style=\"display:flex;flex-wrap:wrap;gap:24px;align-items:flex-start;margin-bottom:24px\">\n<div style=\"box-sizing:border-box;flex:1 1 340px;max-width:100%;min-width:0;background:#fff;border-radius:20px;padding:24px 22px;box-shadow:0 3px 16px rgba(0,0,0,0.06);border:1px solid rgba(0,0,0,.05)\">\n<div style=\"display:flex; align-items:center; gap:12px; margin-bottom:12px\">\n<div style=\"width:44px; height:44px; background:rgba(255,149,0,.12); border-radius:13px; display:flex; align-items:center; justify-content:center; font-size:20px; flex-shrink:0\">&#128208;<\/div>\n<div>\n<div style=\"font-size:1.3rem;font-weight:800;color:#1d1d1f;margin:0 0 4px\">Instagram Formats &amp; Polaroid<\/div>\n<\/div><\/div>\n<p style=\"font-size:1.05rem;line-height:1.7;color:#515154;margin:0 0 16px 0\">1:1, 4:5, 9:16, 1.91:1, 3:2, 16:9, and more &ndash; the original image is <strong style=\"color:#1d1d1f\">never cropped<\/strong>. The frame fills the difference to the target format. Switch between landscape and portrait with one toggle. <strong style=\"color:#1d1d1f\">Polaroid mode<\/strong>: a wider bottom border for that classic instant-film look.<\/p>\n<div style=\"display:flex; gap:12px; align-items:flex-end; padding:8px 0; flex-wrap:wrap\">\n<div style=\"text-align:center\">\n<div style=\"width:50px; height:50px; background:#e0e0e8; border-radius:6px; border:2px solid #b0b0c0; margin:0 auto 6px; display:flex; align-items:center; justify-content:center\">\n<div style=\"width:34px; height:34px; background:#fff; border:1px solid #ccc; border-radius:2px\"><\/div>\n<\/div>\n<div style=\"font-size:12.5px; font-weight:700; color:#1d1d1f\">1:1<\/div>\n<div style=\"font-size:11.5px; color:#6e6e73\">Square<\/div>\n<\/p><\/div>\n<div style=\"text-align:center\">\n<div style=\"width:42px; height:52px; background:#e0e0e8; border-radius:6px; border:2px solid #b0b0c0; margin:0 auto 6px; display:flex; align-items:center; justify-content:center\">\n<div style=\"width:28px; height:38px; background:#fff; border:1px solid #ccc; border-radius:2px\"><\/div>\n<\/div>\n<div style=\"font-size:12.5px; font-weight:700; color:#1d1d1f\">4:5<\/div>\n<div style=\"font-size:11.5px; color:#6e6e73\">Portrait<\/div>\n<\/p><\/div>\n<div style=\"text-align:center\">\n<div style=\"width:32px; height:56px; background:#e0e0e8; border-radius:6px; border:2px solid #b0b0c0; margin:0 auto 6px; display:flex; align-items:center; justify-content:center\">\n<div style=\"width:20px; height:44px; background:#fff; border:1px solid #ccc; border-radius:2px\"><\/div>\n<\/div>\n<div style=\"font-size:12.5px; font-weight:700; color:#1d1d1f\">9:16<\/div>\n<div style=\"font-size:11.5px; color:#6e6e73\">Stories<\/div>\n<\/p><\/div>\n<div style=\"text-align:center\">\n<div style=\"width:58px; height:32px; background:#e0e0e8; border-radius:6px; border:2px solid #b0b0c0; margin:0 auto 6px; display:flex; align-items:center; justify-content:center\">\n<div style=\"width:44px; height:20px; background:#fff; border:1px solid #ccc; border-radius:2px\"><\/div>\n<\/div>\n<div style=\"font-size:12.5px; font-weight:700; color:#1d1d1f\">1.91:1<\/div>\n<div style=\"font-size:11.5px; color:#6e6e73\">Feed Wide<\/div>\n<\/p><\/div>\n<div style=\"text-align:center\">\n<div style=\"width:44px; height:56px; background:#f5f0e8; border-radius:6px; border:2px solid #d4c9b0; margin:0 auto 6px; display:flex; flex-direction:column; align-items:center; justify-content:flex-start; padding-top:5px\">\n<div style=\"width:32px; height:28px; background:#bbb; border-radius:2px\"><\/div>\n<\/p><\/div>\n<div style=\"font-size:12.5px; font-weight:700; color:#1d1d1f\">Polaroid<\/div>\n<div style=\"font-size:11.5px; color:#6e6e73\">Instant Film<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div style=\"box-sizing:border-box;flex:1 1 340px;max-width:100%;min-width:0;background:#fff;border-radius:20px;padding:24px 22px;box-shadow:0 3px 16px rgba(0,0,0,0.06);border:1px solid rgba(0,0,0,.05)\">\n<div style=\"display:flex; align-items:center; gap:12px; margin-bottom:12px\">\n<div style=\"width:44px; height:44px; background:linear-gradient(135deg,#ff6b6b,#ffd93d,#6bcb77,#4d96ff,#c77dff); border-radius:13px; flex-shrink:0\"><\/div>\n<div>\n<div style=\"font-size:1.2rem;font-weight:800;color:#1d1d1f;margin:0\">Color &ndash; exact brand consistency<\/div>\n<\/div><\/div>\n<p style=\"font-size:1.05rem;line-height:1.7;color:#515154;margin:0 0 16px 0\">Color picker + <strong style=\"color:#1d1d1f\">HEX input<\/strong> (#RGB \/ #RRGGBB) + 5 quick slots per border. Click to load, hold to save. Configure it once and get perfectly repeatable results every time.<\/p>\n<div style=\"background:#1c1c1e; border-radius:16px; padding:16px 18px\">\n<div style=\"display:flex; align-items:center; gap:12px; margin-bottom:14px; flex-wrap:wrap\">\n<div style=\"width:44px; height:44px; border-radius:10px; background:#f5f0e8; border:3px solid rgba(255,255,255,.25); flex:0 0 auto\"><\/div>\n<div style=\"background:#2c2c2e; border-radius:10px; padding:8px 14px; border:1px solid rgba(255,255,255,.12); display:flex; align-items:center; gap:6px; flex:1; min-width:120px\">\n       <span style=\"color:rgba(255,255,255,.4); font-size:15.5px; font-weight:600\">#<\/span><br \/>\n       <span style=\"color:#fff; font-size:15.5px; font-weight:600; letter-spacing:.08em\">F5F0E8<\/span>\n      <\/div>\n<div style=\"background:#2c2c2e; border-radius:10px; padding:8px 12px; border:1px solid rgba(255,255,255,.12); color:rgba(255,255,255,.6); font-size:15.5px; font-weight:700; flex-shrink:0\">&#8644; X<\/div>\n<\/p><\/div>\n<div style=\"display:flex; gap:7px; align-items:center\">\n<div style=\"width:28px; height:28px; border-radius:50%; background:#f5f0e8; border:2px solid rgba(52,199,89,.75)\"><\/div>\n<div style=\"width:28px; height:28px; border-radius:50%; background:#111; border:2px solid rgba(255,255,255,.18)\"><\/div>\n<div style=\"width:28px; height:28px; border-radius:50%; background:#fff; border:2px solid rgba(255,255,255,.25)\"><\/div>\n<div style=\"width:28px; height:28px; border-radius:50%; background:#2a3b5c; border:2px solid rgba(255,255,255,.12)\"><\/div>\n<div style=\"width:28px; height:28px; border-radius:50%; background:#d4a574; border:2px solid rgba(255,255,255,.12)\"><\/div>\n<\/p><\/div>\n<div style=\"color:rgba(255,255,255,.3); font-size:12.5px; margin-top:8px\">Click = load &middot; Hold = save &middot; Green = active<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>  <!-- Row 4: Random + HEIC --><\/p>\n<div style=\"display:flex;flex-wrap:wrap;gap:24px;align-items:flex-start;margin-bottom:24px\">\n<div style=\"box-sizing:border-box;flex:1 1 340px;max-width:100%;min-width:0;background:#fff;border-radius:20px;padding:24px 22px;box-shadow:0 3px 16px rgba(0,0,0,0.06);border:1px solid rgba(0,0,0,.05)\">\n<div style=\"display:flex; align-items:center; gap:12px; margin-bottom:12px\">\n<div style=\"width:44px; height:44px; background:rgba(255,59,48,.10); border-radius:13px; display:flex; align-items:center; justify-content:center; font-size:20px; flex-shrink:0\">&#127922;<\/div>\n<div>\n<div style=\"font-size:1.3rem;font-weight:800;color:#1d1d1f;margin:0 0 4px\">Random Frames<\/div>\n<\/div><\/div>\n<p style=\"font-size:1.05rem;line-height:1.7;color:#515154;margin:0 0 16px 0\">Not sure which look fits best? <strong style=\"color:#1d1d1f\">R = roll the dice.<\/strong> The app randomizes colors, widths, single or double borders, corners, shadows, and Polaroid mode &ndash; with tasteful probabilities built in (56% neutral tones, 28% shadows, 52% double borders). Fresh results every time. Perfect for creative exploration.<\/p>\n<div style=\"display:flex; gap:6px; flex-wrap:wrap\">\n     <span style=\"padding:5px 10px; background:#f5f5f7; border-radius:7px; font-size:12.5px; font-weight:700; color:#1d1d1f\">Colors<\/span><br \/>\n     <span style=\"padding:5px 10px; background:#f5f5f7; border-radius:7px; font-size:12.5px; font-weight:700; color:#1d1d1f\">Widths<\/span><br \/>\n     <span style=\"padding:5px 10px; background:#f5f5f7; border-radius:7px; font-size:12.5px; font-weight:700; color:#1d1d1f\">Corners<\/span><br \/>\n     <span style=\"padding:5px 10px; background:#f5f5f7; border-radius:7px; font-size:12.5px; font-weight:700; color:#1d1d1f\">Shadows<\/span><br \/>\n     <span style=\"padding:5px 10px; background:#f5f5f7; border-radius:7px; font-size:12.5px; font-weight:700; color:#1d1d1f\">Polaroid<\/span><br \/>\n     <span style=\"padding:5px 10px; background:#f5f5f7; border-radius:7px; font-size:12.5px; font-weight:700; color:#1d1d1f\">px \/ %<\/span>\n    <\/div>\n<\/p><\/div>\n<div style=\"box-sizing:border-box;flex:1 1 340px;max-width:100%;min-width:0;background:#fff;border-radius:20px;padding:24px 22px;box-shadow:0 3px 16px rgba(0,0,0,0.06);border:1px solid rgba(0,0,0,.05)\">\n<div style=\"display:flex; align-items:center; gap:12px; margin-bottom:12px\">\n<div style=\"width:44px; height:44px; background:rgba(88,86,214,.12); border-radius:13px; display:flex; align-items:center; justify-content:center; font-size:20px; flex-shrink:0\">&#128247;<\/div>\n<div>\n<div style=\"font-size:1.3rem;font-weight:800;color:#1d1d1f;margin:0 0 4px\">HEIC\/HEIF &ndash; straight from iPhone<\/div>\n<\/div><\/div>\n<p style=\"font-size:1.05rem;line-height:1.7;color:#515154;margin:0 0 16px 0\">Just drag in iPhone photos in HEIC\/HEIF format &ndash; no pre-conversion, no workaround. The format stays intact by default. You can optionally switch output to JPEG, PNG, or TIFF.<\/p>\n<div style=\"display:flex; gap:8px; flex-wrap:wrap\">\n     <span style=\"padding:5px 11px; background:#f5f5f7; border-radius:7px; font-size:13.5px; font-weight:700; color:#1d1d1f\">JPG<\/span><br \/>\n     <span style=\"padding:5px 11px; background:#f5f5f7; border-radius:7px; font-size:13.5px; font-weight:700; color:#1d1d1f\">PNG<\/span><br \/>\n     <span style=\"padding:5px 11px; background:#f5f5f7; border-radius:7px; font-size:13.5px; font-weight:700; color:#1d1d1f\">TIFF<\/span><br \/>\n     <span style=\"padding:5px 11px; background:#f5f5f7; border-radius:7px; font-size:13.5px; font-weight:700; color:#1d1d1f\">BMP<\/span><br \/>\n     <span style=\"padding:5px 11px; background:#f5f5f7; border-radius:7px; font-size:13.5px; font-weight:700; color:#1d1d1f\">GIF<\/span><br \/>\n     <span style=\"padding:5px 11px; background:rgba(88,86,214,.12); border-radius:7px; font-size:13.5px; font-weight:700; color:#3634a3\">HEIC &#10003;<\/span><br \/>\n     <span style=\"padding:5px 11px; background:rgba(88,86,214,.12); border-radius:7px; font-size:13.5px; font-weight:700; color:#3634a3\">HEIF &#10003;<\/span>\n    <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>  <!-- Row 5: Corners + Clipboard\/Window --><\/p>\n<div style=\"display:flex;flex-wrap:wrap;gap:24px;align-items:flex-start;margin-bottom:24px\">\n<div style=\"box-sizing:border-box;flex:1 1 340px;max-width:100%;min-width:0;background:#fff;border-radius:20px;padding:24px 22px;box-shadow:0 3px 16px rgba(0,0,0,0.06);border:1px solid rgba(0,0,0,.05)\">\n<div style=\"display:flex; align-items:center; gap:12px; margin-bottom:12px\">\n<div style=\"width:44px; height:44px; background:#f0f0f5; border-radius:13px; display:flex; align-items:center; justify-content:center; flex-shrink:0\">\n      <svg fill=\"none\" height=\"24\" viewbox=\"0 0 24 24\" width=\"24\"><polygon fill=\"none\" points=\"7,2 17,2 22,7 22,17 17,22 7,22 2,17 2,7\" stroke=\"#1d1d1f\" stroke-width=\"2\"><\/polygon><\/svg>\n     <\/div>\n<div>\n<div style=\"font-size:1.3rem;font-weight:800;color:#1d1d1f;margin:0 0 4px\">Chamferede Corners<\/div>\n<\/div><\/div>\n<p style=\"font-size:1.05rem;line-height:1.7;color:#515154;margin:0 0 16px 0\">Choose from three corner styles: <strong style=\"color:#1d1d1f\">square<\/strong>, <strong style=\"color:#1d1d1f\">chamfered<\/strong> (45&#176; cut), or <strong style=\"color:#1d1d1f\">rounded<\/strong>. Each style is selectable on its own &ndash; not combined.<\/p>\n<div style=\"display:flex; gap:14px; justify-content:center; padding:10px 0; align-items:center\">\n<div style=\"text-align:center\">\n<div style=\"width:60px; height:60px; background:#e8e8ed; border-radius:2px; margin:0 auto 6px\"><\/div>\n<div style=\"font-size:12.5px; font-weight:700; color:#6e6e73\">Square<\/div>\n<\/div>\n<div style=\"text-align:center\">\n<div style=\"width:60px; height:60px; background:#e8e8ed; clip-path:polygon(14px 0%, calc(100% - 14px) 0%, 100% 14px, 100% calc(100% - 14px), calc(100% - 14px) 100%, 14px 100%, 0% calc(100% - 14px), 0% 14px); margin:0 auto 6px\"><\/div>\n<div style=\"font-size:12.5px; font-weight:700; color:#6e6e73\">Chamfered<\/div>\n<\/div>\n<div style=\"text-align:center\">\n<div style=\"width:60px; height:60px; background:#e8e8ed; border-radius:16px; margin:0 auto 6px\"><\/div>\n<div style=\"font-size:12.5px; font-weight:700; color:#6e6e73\">Rounded<\/div>\n<\/div><\/div>\n<\/p><\/div>\n<div style=\"box-sizing:border-box;flex:1 1 340px;max-width:100%;min-width:0;background:#fff;border-radius:20px;padding:24px 22px;box-shadow:0 3px 16px rgba(0,0,0,0.06);border:1px solid rgba(0,0,0,.05)\">\n<div style=\"display:flex; align-items:center; gap:12px; margin-bottom:12px\">\n<div style=\"width:44px; height:44px; background:rgba(0,113,227,.10); border-radius:13px; display:flex; align-items:center; justify-content:center; font-size:20px; flex-shrink:0\">&#128203;<\/div>\n<div>\n<div style=\"font-size:1.3rem;font-weight:800;color:#1d1d1f;margin:0 0 4px\">Clipboard Import &amp; Export<\/div>\n<\/div><\/div>\n<p style=\"font-size:1.05rem;line-height:1.7;color:#515154;margin:0 0 16px 0\"><strong style=\"color:#1d1d1f\">&#8984;V<\/strong> = paste an image directly from the clipboard &ndash; from screenshots, Safari, Mail, or any other app. <strong style=\"color:#1d1d1f\">&#8984;C<\/strong> = copy the result back to the clipboard &ndash; ready to paste into Mail, Keynote, Pages, or chat. No saving, no Finder detour.<\/p>\n<div style=\"display:flex; gap:8px; flex-wrap:wrap\">\n     <span style=\"padding:5px 11px; background:rgba(0,113,227,.08); border-radius:7px; font-size:13.5px; font-weight:700; color:#0055b3\">&#8984;V Paste<\/span><br \/>\n     <span style=\"padding:5px 11px; background:rgba(0,113,227,.08); border-radius:7px; font-size:13.5px; font-weight:700; color:#0055b3\">&#8984;C Copy<\/span>\n    <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>  <!-- Row 6: Menubar & Window Mode + 12 Languages --><\/p>\n<div style=\"display:flex;flex-wrap:wrap;gap:24px;align-items:stretch;margin-bottom:24px\">\n<div style=\"box-sizing:border-box;flex:1 1 380px;max-width:100%;min-width:0;background:#fff;border-radius:20px;padding:24px 22px;box-shadow:0 3px 16px rgba(0,0,0,0.06);border:1px solid rgba(0,0,0,.05)\">\n<div style=\"display:flex; align-items:center; gap:12px; margin-bottom:12px\">\n<div style=\"width:44px; height:44px; background:rgba(88,86,214,.12); border-radius:13px; display:flex; align-items:center; justify-content:center; font-size:20px; flex-shrink:0\">&#128421;<\/div>\n<div>\n<div style=\"font-size:1.3rem;font-weight:800;color:#1d1d1f;margin:0 0 4px\">Menu Bar &amp; Window Mode<\/div>\n<\/div><\/div>\n<p style=\"font-size:1.05rem;line-height:1.7;color:#515154;margin:0 0 16px 0\">BorderTool Pro lives in the <strong style=\"color:#1d1d1f\">menu bar<\/strong> &ndash; always there, never in the way. Use the title bar toggle to detach the popover into a standalone window: freely movable, resizable, and fully drag-and-drop capable.<\/p>\n<div style=\"display:flex; gap:8px; flex-wrap:wrap\">\n     <span style=\"padding:5px 11px; background:rgba(88,86,214,.10); border-radius:7px; font-size:13.5px; font-weight:700; color:#3634a3\">Menu Bar Popover<\/span><br \/>\n     <span style=\"padding:5px 11px; background:rgba(88,86,214,.10); border-radius:7px; font-size:13.5px; font-weight:700; color:#3634a3\">Freely resizable<\/span><br \/>\n     <span style=\"padding:5px 11px; background:rgba(88,86,214,.10); border-radius:7px; font-size:13.5px; font-weight:700; color:#3634a3\">Side-by-Side<\/span>\n    <\/div>\n<\/p><\/div>\n<div style=\"box-sizing:border-box;flex:1 1 280px;max-width:100%;min-width:0;background:#fff;border-radius:20px;padding:24px 22px;box-shadow:0 3px 16px rgba(0,0,0,0.06);border:1px solid rgba(0,0,0,.05)\">\n<div style=\"display:flex; align-items:center; gap:12px; margin-bottom:12px\">\n<div style=\"width:44px; height:44px; background:rgba(255,214,10,.15); border-radius:13px; display:flex; align-items:center; justify-content:center; font-size:20px; flex-shrink:0\">&#127757;<\/div>\n<div>\n<div style=\"font-size:1.3rem;font-weight:800;color:#1d1d1f;margin:0 0 4px\">12 Languages<\/div>\n<\/div><\/div>\n<p style=\"font-size:0.95rem;line-height:1.6;color:#515154;margin:0 0 12px 0\">Switch instantly &ndash; no restart required.<\/p>\n<div style=\"display:flex; gap:6px; flex-wrap:wrap\">\n     <span style=\"padding:4px 9px; background:#f5f5f7; border-radius:7px; font-size:12.5px; font-weight:600; color:#1d1d1f\">&#127465;&#127466; DE<\/span><br \/>\n     <span style=\"padding:4px 9px; background:#f5f5f7; border-radius:7px; font-size:12.5px; font-weight:600; color:#1d1d1f\">&#127468;&#127463; EN<\/span><br \/>\n     <span style=\"padding:4px 9px; background:#f5f5f7; border-radius:7px; font-size:12.5px; font-weight:600; color:#1d1d1f\">&#127467;&#127479; FR<\/span><br \/>\n     <span style=\"padding:4px 9px; background:#f5f5f7; border-radius:7px; font-size:12.5px; font-weight:600; color:#1d1d1f\">&#127466;&#127480; ES<\/span><br \/>\n     <span style=\"padding:4px 9px; background:#f5f5f7; border-radius:7px; font-size:12.5px; font-weight:600; color:#1d1d1f\">&#127470;&#127481; IT<\/span><br \/>\n     <span style=\"padding:4px 9px; background:#f5f5f7; border-radius:7px; font-size:12.5px; font-weight:600; color:#1d1d1f\">&#127475;&#127473; NL<\/span><br \/>\n     <span style=\"padding:4px 9px; background:#f5f5f7; border-radius:7px; font-size:12.5px; font-weight:600; color:#1d1d1f\">&#127464;&#127475; ZH<\/span><br \/>\n     <span style=\"padding:4px 9px; background:#f5f5f7; border-radius:7px; font-size:12.5px; font-weight:600; color:#1d1d1f\">&#127471;&#127477; JA<\/span><br \/>\n     <span style=\"padding:4px 9px; background:#f5f5f7; border-radius:7px; font-size:12.5px; font-weight:600; color:#1d1d1f\">&#127477;&#127473; PL<\/span><br \/>\n     <span style=\"padding:4px 9px; background:#f5f5f7; border-radius:7px; font-size:12.5px; font-weight:600; color:#1d1d1f\">&#127477;&#127481; PT<\/span><br \/>\n     <span style=\"padding:4px 9px; background:#f5f5f7; border-radius:7px; font-size:12.5px; font-weight:600; color:#1d1d1f\">&#127480;&#127466; SV<\/span><br \/>\n     <span style=\"padding:4px 9px; background:#f5f5f7; border-radius:7px; font-size:12.5px; font-weight:600; color:#1d1d1f\">&#127481;&#127479; TR<\/span>\n    <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div style=\"text-align:center\">\n   <a class=\"btp-cta-float\" href=\"?add-to-cart=91913\" style=\"display:inline-block;padding:16px 34px;background:#0071e3;color:#fff;font-size:1.05rem;font-weight:800;border-radius:999px;text-decoration:none;letter-spacing:-0.01em\">Buy Now<\/a>\n  <\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- ==================== FARBHARMONIE SHOWCASE ==================== --><\/p>\n<section style=\"padding:80px 24px;background:#fff;overflow:hidden\">\n<div style=\"max-width:1060px;margin-right:auto;margin-left:auto\">\n<div style=\"text-align:center; margin-bottom:48px\">\n   <span style=\"font-size:13.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#0071e3;margin-bottom:14px;display:block\">Color Harmony<\/span><\/p>\n<h2 style=\"display:block;font-size:clamp(1.9rem,3vw,2.9rem);font-weight:900;line-height:1.08;letter-spacing:-0.03em;color:#1d1d1f;margin:0 0 16px 0;text-transform:none\">Your photo chooses the color.<\/h2>\n<p style=\"font-size:1.2rem;line-height:1.65;color:#515154;margin:0 auto;max-width:620px\">BorderTool Pro analyzes every photo and automatically suggests matching border colors. <strong style=\"color:#1d1d1f\">7 modes<\/strong> &ndash; from bold to subtle. Cycle through them with the <strong style=\"color:#1d1d1f\">H key<\/strong> and toggle with <strong style=\"color:#1d1d1f\">&#8984;H<\/strong>. Border width, corners, and geometry remain fully adjustable &ndash; Color Harmony only controls the color.<\/p>\n<\/p><\/div>\n<p>  <!-- Color Harmony Galerie --><\/p>\n<div style=\"max-width:980px; margin:0 auto\">\n<div style=\"display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px\">\n<figure style=\"margin:0; position:relative; border-radius:20px; overflow:hidden; box-shadow:0 18px 50px rgba(0,0,0,0.10); border:1px solid rgba(0,0,0,.06); background:#dfe7ee\">\n     <img decoding=\"async\" src=\"https:\/\/www.pixelcatcher.de\/wp-content\/uploads\/2026\/03\/farbharmonie-dolomiten.jpg\" alt=\"Color Harmony Dominant &ndash; Dolomiten\" style=\"width:100%; aspect-ratio:1800\/1304; display:block; object-fit:cover; transform:scale(1.12); transform-origin:center center\" loading=\"lazy\" title=\"\"><figcaption style=\"position:absolute; left:14px; right:14px; bottom:14px; padding:12px 14px; border-radius:14px; background:rgba(255,255,255,.82); backdrop-filter:blur(10px); -webkit-backdrop-filter:blur(10px); box-shadow:0 6px 22px rgba(0,0,0,.10)\">\n<div style=\"font-size:15px; font-weight:800; color:#1d1d1f; letter-spacing:.01em\">Dominant<\/div>\n<div style=\"color:#6e6e73; font-size:13px; margin-top:2px\">Dolomiten<\/div>\n<\/figcaption><\/figure>\n<figure style=\"margin:0; position:relative; border-radius:20px; overflow:hidden; box-shadow:0 18px 50px rgba(0,0,0,0.10); border:1px solid rgba(0,0,0,.06); background:#efe9e1\">\n     <img decoding=\"async\" src=\"https:\/\/www.pixelcatcher.de\/wp-content\/uploads\/2026\/03\/farbharmonie-rajasthan.jpg\" alt=\"Color Harmony Vibrant &ndash; Rajasthan\" style=\"width:100%; aspect-ratio:1800\/1304; display:block; object-fit:cover; transform:scale(1.12); transform-origin:center center\" loading=\"lazy\" title=\"\"><figcaption style=\"position:absolute; left:14px; right:14px; bottom:14px; padding:12px 14px; border-radius:14px; background:rgba(255,255,255,.82); backdrop-filter:blur(10px); -webkit-backdrop-filter:blur(10px); box-shadow:0 6px 22px rgba(0,0,0,.10)\">\n<div style=\"font-size:15px; font-weight:800; color:#1d1d1f; letter-spacing:.01em\">Vibrant<\/div>\n<div style=\"color:#6e6e73; font-size:13px; margin-top:2px\">Rajasthan<\/div>\n<\/figcaption><\/figure>\n<figure style=\"margin:0; position:relative; border-radius:20px; overflow:hidden; box-shadow:0 18px 50px rgba(0,0,0,0.10); border:1px solid rgba(0,0,0,.06); background:#e5ddd4\">\n     <img decoding=\"async\" src=\"https:\/\/www.pixelcatcher.de\/wp-content\/uploads\/2026\/03\/farbharmonie-joshuatree.jpg\" alt=\"Color Harmony Light &ndash; Joshua Tree\" style=\"width:100%; aspect-ratio:1800\/1304; display:block; object-fit:cover; transform:scale(1.12); transform-origin:center center\" loading=\"lazy\" title=\"\"><figcaption style=\"position:absolute; left:14px; right:14px; bottom:14px; padding:12px 14px; border-radius:14px; background:rgba(255,255,255,.82); backdrop-filter:blur(10px); -webkit-backdrop-filter:blur(10px); box-shadow:0 6px 22px rgba(0,0,0,.10)\">\n<div style=\"font-size:15px; font-weight:800; color:#1d1d1f; letter-spacing:.01em\">Light<\/div>\n<div style=\"color:#6e6e73; font-size:13px; margin-top:2px\">Joshua Tree<\/div>\n<\/figcaption><\/figure>\n<figure style=\"margin:0; position:relative; border-radius:20px; overflow:hidden; box-shadow:0 18px 50px rgba(0,0,0,0.10); border:1px solid rgba(0,0,0,.06); background:#e7dfd5\">\n     <img decoding=\"async\" src=\"https:\/\/www.pixelcatcher.de\/wp-content\/uploads\/2026\/03\/farbharmonie-duene.jpg\" alt=\"Color Harmony Dark &ndash; Desert\" style=\"width:100%; aspect-ratio:1800\/1304; display:block; object-fit:cover; transform:scale(1.12); transform-origin:center center\" loading=\"lazy\" title=\"\"><figcaption style=\"position:absolute; left:14px; right:14px; bottom:14px; padding:12px 14px; border-radius:14px; background:rgba(255,255,255,.82); backdrop-filter:blur(10px); -webkit-backdrop-filter:blur(10px); box-shadow:0 6px 22px rgba(0,0,0,.10)\">\n<div style=\"font-size:15px; font-weight:800; color:#1d1d1f; letter-spacing:.01em\">Dark<\/div>\n<div style=\"color:#6e6e73; font-size:13px; margin-top:2px\">Desert<\/div>\n<\/figcaption><\/figure>\n<figure style=\"margin:0; position:relative; border-radius:20px; overflow:hidden; box-shadow:0 18px 50px rgba(0,0,0,0.10); border:1px solid rgba(0,0,0,.06); background:#ece6df\">\n     <img decoding=\"async\" src=\"https:\/\/www.pixelcatcher.de\/wp-content\/uploads\/2026\/03\/farbharmonie-mustang.jpg\" alt=\"Color Harmony Average &ndash; Mustang\" style=\"width:100%; aspect-ratio:1800\/1304; display:block; object-fit:cover; transform:scale(1.12); transform-origin:center center\" loading=\"lazy\" title=\"\"><figcaption style=\"position:absolute; left:14px; right:14px; bottom:14px; padding:12px 14px; border-radius:14px; background:rgba(255,255,255,.82); backdrop-filter:blur(10px); -webkit-backdrop-filter:blur(10px); box-shadow:0 6px 22px rgba(0,0,0,.10)\">\n<div style=\"font-size:15px; font-weight:800; color:#1d1d1f; letter-spacing:.01em\">Average<\/div>\n<div style=\"color:#6e6e73; font-size:13px; margin-top:2px\">Mustang<\/div>\n<\/figcaption><\/figure>\n<figure style=\"margin:0; position:relative; border-radius:20px; overflow:hidden; box-shadow:0 18px 50px rgba(0,0,0,0.10); border:1px solid rgba(0,0,0,.06); background:#dde4ea\">\n     <img decoding=\"async\" src=\"https:\/\/www.pixelcatcher.de\/wp-content\/uploads\/2026\/03\/farbharmonie-island.jpg\" alt=\"Color Harmony Edge &ndash; Iceland\" style=\"width:100%; aspect-ratio:1800\/1304; display:block; object-fit:cover; transform:scale(1.12); transform-origin:center center\" loading=\"lazy\" title=\"\"><figcaption style=\"position:absolute; left:14px; right:14px; bottom:14px; padding:12px 14px; border-radius:14px; background:rgba(255,255,255,.82); backdrop-filter:blur(10px); -webkit-backdrop-filter:blur(10px); box-shadow:0 6px 22px rgba(0,0,0,.10)\">\n<div style=\"font-size:15px; font-weight:800; color:#1d1d1f; letter-spacing:.01em\">Edge<\/div>\n<div style=\"color:#6e6e73; font-size:13px; margin-top:2px\">Island<\/div>\n<\/figcaption><\/figure>\n<\/p><\/div>\n<div style=\"text-align:center; color:#6e6e73; font-size:13px; margin-top:18px\">6 examples from real photos. Color Harmony always reacts individually to the image content.<\/div>\n<\/p><\/div>\n<p>  <!-- Double borders Hinweis --><\/p>\n<div class=\"btp-reveal\" style=\"margin-top:48px; text-align:center\">\n<div style=\"display:inline-block; background:#f5f5f7; border-radius:16px; padding:20px 28px; max-width:560px\">\n<div style=\"font-size:1.05rem; font-weight:800; color:#1d1d1f; margin-bottom:6px\">For double borders: 12 color-pair combinations<\/div>\n<p style=\"font-size:0.95rem; line-height:1.6; color:#515154; margin:0\">Inner and outer borders are automatically matched &ndash; harmonious, contrast-rich, or tone-on-tone. Works in batch too: drag in entire folders and every image is <strong style=\"color:#1d1d1f\">analyzed individually<\/strong>.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- ==================== PHOTOS EXTENSION &ndash; GROSSER BLOCK ==================== --><\/p>\n<section id=\"photos-extension\" style=\"padding:80px 24px;background:#000;color:#fff\">\n<div style=\"max-width:1060px;margin-right:auto;margin-left:auto\">\n<div class=\"btp-reveal\" style=\"text-align:center; margin-bottom:48px\">\n   <span style=\"font-size:13.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(88,86,214,.9);margin-bottom:14px;display:block\">Included<\/span><\/p>\n<h2 style=\"display:block;font-size:clamp(1.9rem,3vw,2.9rem);font-weight:900;line-height:1.08;letter-spacing:-0.03em;color:#fff;margin:0 0 16px 0;text-transform:none\">Apple Photos Extension.<\/h2>\n<p style=\"font-size:1.2rem;line-height:1.65;color:#a1a1a6;margin:0 auto;max-width:620px\">Add borders directly inside Apple Photos &ndash; no export, no detour. The original always stays intact. All settings from the main app are available, including presets and random mode.<\/p>\n<\/p><\/div>\n<div style=\"display:flex;flex-wrap:wrap;gap:24px;margin-bottom:36px\">\n<div style=\"box-sizing:border-box;flex:1 1 300px;max-width:100%;min-width:0;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:20px;padding:24px 22px\">\n<div style=\"font-size:2.4rem; margin-bottom:12px\">&#128248;<\/div>\n<div style=\"font-size:1.2rem;font-weight:800;color:#fff;margin:0 0 8px\">Edit directly in Photos<\/div>\n<p style=\"color:#a1a1a6; font-size:1rem; line-height:1.65; margin:0\">Choose a photo &rarr; click Edit &rarr; select BorderTool Pro. Configure the frame, check the preview, save. Apple Photos automatically preserves the original.<\/p>\n<\/p><\/div>\n<div style=\"box-sizing:border-box;flex:1 1 300px;max-width:100%;min-width:0;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:20px;padding:24px 22px\">\n<div style=\"font-size:2.4rem; margin-bottom:12px\">&#128260;<\/div>\n<div style=\"font-size:1.2rem;font-weight:800;color:#fff;margin:0 0 8px\">Non-destructive<\/div>\n<p style=\"color:#a1a1a6; font-size:1rem; line-height:1.65; margin:0\">Return to the original at any time &ndash; Apple Photos keeps the untouched image. Frames can be changed or removed completely without any quality loss.<\/p>\n<\/p><\/div>\n<div style=\"box-sizing:border-box;flex:1 1 300px;max-width:100%;min-width:0;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:20px;padding:24px 22px\">\n<div style=\"font-size:2.4rem; margin-bottom:12px\">&#9881;&#65039;<\/div>\n<div style=\"font-size:1.2rem;font-weight:800;color:#fff;margin:0 0 8px\">Full control<\/div>\n<p style=\"color:#a1a1a6; font-size:1rem; line-height:1.65; margin:0\">All features from the main app: double borders, Color Harmony, black &amp; white, shadows, corners, presets, and random mode. Live preview in the sidebar. Keyboard shortcuts work too.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div style=\"background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.08); border-radius:16px; padding:20px 24px; max-width:640px; margin:0 auto 36px\">\n<div style=\"display:flex; flex-direction:column; gap:12px\">\n<div style=\"display:flex; gap:12px; align-items:center\">\n<div style=\"width:28px; height:28px; background:rgba(88,86,214,.3); border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:14px; font-weight:800; color:#a78bfa; flex-shrink:0\">1<\/div>\n<div style=\"color:#e5e5ea; font-size:1rem\">Open a photo in Apple Photos &rarr; <strong style=\"color:#fff\">Edit<\/strong><\/div>\n<\/p><\/div>\n<div style=\"display:flex; gap:12px; align-items:center\">\n<div style=\"width:28px; height:28px; background:rgba(88,86,214,.3); border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:14px; font-weight:800; color:#a78bfa; flex-shrink:0\">2<\/div>\n<div style=\"color:#e5e5ea; font-size:1rem\">Top right: <strong style=\"color:#fff\">&ldquo;&hellip;&rdquo; &rarr; Extensions &rarr; BorderTool Pro<\/strong><\/div>\n<\/p><\/div>\n<div style=\"display:flex; gap:12px; align-items:center\">\n<div style=\"width:28px; height:28px; background:rgba(88,86,214,.3); border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:14px; font-weight:800; color:#a78bfa; flex-shrink:0\">3<\/div>\n<div style=\"color:#e5e5ea; font-size:1rem\">Configure the frame &rarr; <strong style=\"color:#fff\">Save Changes<\/strong><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div style=\"text-align:center\">\n   <a href=\"?add-to-cart=91913\" style=\"display:inline-block;padding:16px 34px;background:#fff;color:#1d1d1f;font-size:1.05rem;font-weight:800;border-radius:999px;text-decoration:none;letter-spacing:-0.01em\">Explore Now<\/a>\n  <\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- ==================== UI SECTION ==================== --><\/p>\n<section id=\"ui\" style=\"padding:80px 24px;background:#1d1d1f;color:#fff\">\n<div class=\"btp-reveal\" style=\"max-width:1060px;margin-right:auto;margin-left:auto;text-align:center\">\n  <span style=\"font-size:13.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.5);margin-bottom:14px;display:block\">The App<\/span><\/p>\n<h2 style=\"display:block;font-size:clamp(1.9rem,3vw,2.9rem);font-weight:900;line-height:1.08;letter-spacing:-0.03em;color:#fff;margin:0 0 16px 0;text-transform:none\">An interface you understand instantly.<br \/><span style=\"font-size:clamp(1rem,1.8vw,1.3rem);font-weight:600;color:#a1a1a6\">Light mode &amp; dark mode.<\/span><\/h2>\n<p style=\"font-size:1.15rem;line-height:1.65;color:#a1a1a6;margin:0 auto 36px;max-width:560px\">Large drop zones. Sliders &amp; numeric inputs. Color picker &amp; HEX. Presets. Color Harmony. Quick Look. Everything directly in the menu bar popover &ndash; or in a standalone window.<\/p>\n<\/p><\/div>\n<div style=\"max-width:1060px;margin-right:auto;margin-left:auto\">\n<div id=\"pcModeFade\" style=\"position:relative; max-width:600px; margin:0 auto; border-radius:20px; overflow:hidden; box-shadow:0 32px 100px rgba(0,0,0,0.6); border:1px solid rgba(255,255,255,.12); aspect-ratio:1200\/1124\">\n   <img decoding=\"async\" alt=\"BorderTool Pro Light Mode\" src=\"https:\/\/www.pixelcatcher.de\/wp-content\/uploads\/2026\/03\/bordertool-pro-light-window-en-scaled.jpg\" style=\"position:absolute;top:0;left:0;width:100%;height:100%;display:block;object-fit:cover\" title=\"\"><\/p>\n<div id=\"pcFadeClip\" style=\"position:absolute;top:0;left:0;width:100%;height:100%;clip-path:polygon(0 0,115% 0,100% 100%,0 100%);transition:clip-path .08s linear\">\n    <img decoding=\"async\" alt=\"BorderTool Pro Dark Mode\" src=\"https:\/\/www.pixelcatcher.de\/wp-content\/uploads\/2026\/03\/bordertool-pro-dark-window-en-scaled.jpg\" style=\"position:absolute;top:0;left:0;width:100%;height:100%;display:block;object-fit:cover\" title=\"\">\n   <\/div>\n<\/p><\/div>\n<p id=\"pcFadeHint\" style=\"text-align:center;color:rgba(255,255,255,.35);font-size:12.5px;margin:12px 0 0;transition:opacity .5s\">&#8595; Scroll down<\/p>\n<p style=\"text-align:center; color:rgba(255,255,255,.3); font-size:13.5px; margin:24px 0 0; line-height:1.6\">Space = Quick Look &middot; &#8984;1&ndash;8 = Preset &middot; X = Colors tauschen &middot; H = Color Harmony &middot; R = Random &middot; D = Defaults<\/p>\n<p style=\"text-align:center; color:#a1a1a6; font-size:0.95rem; margin:8px 0 0\">Drei Darstellungsmodi: System, Light oder Dark. Umschaltbar im Footer.<\/p>\n<\/p><\/div>\n<div style=\"text-align:center; margin-top:36px\">\n  <a href=\"?add-to-cart=91913\" style=\"display:inline-block;padding:16px 34px;background:#fff;color:#1d1d1f;font-size:1.05rem;font-weight:800;border-radius:999px;text-decoration:none;letter-spacing:-0.01em\">Try It Now<\/a>\n <\/div>\n<\/section>\n<p><!-- ==================== NAHTLOS IN macOS ==================== --><\/p>\n<section style=\"padding:80px 24px;background:#f5f5f7\">\n<div style=\"max-width:1060px;margin-right:auto;margin-left:auto\">\n<div class=\"btp-reveal\" style=\"text-align:center; margin-bottom:44px\">\n   <span style=\"font-size:13.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#0071e3;margin-bottom:14px;display:block\">Built into macOS<\/span><\/p>\n<h2 style=\"display:block;font-size:clamp(1.9rem,3vw,2.9rem);font-weight:900;line-height:1.08;letter-spacing:-0.03em;color:#1d1d1f;margin:0 0 16px 0;text-transform:none\">How to launch it &ndash; right from Finder.<\/h2>\n<p style=\"font-size:1.2rem;line-height:1.65;color:#515154;margin:0 auto;max-width:560px\">BorderTool Pro is deeply integrated into the Mac ecosystem. No launching, no browsing around &ndash; you work exactly the way you already do.<\/p>\n<\/p><\/div>\n<div class=\"btp-stagger\" style=\"display:flex;flex-wrap:wrap;gap:20px;margin-bottom:24px\">\n<div style=\"box-sizing:border-box;flex:1 1 240px;max-width:100%;min-width:0;background:#fff;border-radius:20px;padding:24px 22px;box-shadow:0 3px 16px rgba(0,0,0,0.06);border:1px solid rgba(0,0,0,.05)\">\n<div style=\"width:44px; height:44px; background:rgba(0,113,227,.10); border-radius:13px; display:flex; align-items:center; justify-content:center; font-size:22px; margin-bottom:14px\">&#128433;<\/div>\n<div style=\"font-size:1.3rem;font-weight:800;color:#1d1d1f;margin:0 0 8px 0\">Drag &amp; Drop to the menu bar<\/div>\n<p style=\"font-size:1.05rem;line-height:1.7;color:#515154;margin:0 0 16px 0\">Drag files or entire folders directly onto the menu bar icon &ndash; BorderTool Pro launches instantly with your current settings.<\/p>\n<div style=\"background:#f5f5f7; border-radius:9px; padding:9px 12px; font-size:13.5px; color:#515154\">Drag image onto &#128433; menu bar icon &rarr; done<\/div>\n<\/p><\/div>\n<div style=\"box-sizing:border-box;flex:1 1 240px;max-width:100%;min-width:0;background:#fff;border-radius:20px;padding:24px 22px;box-shadow:0 3px 16px rgba(0,0,0,0.06);border:1px solid rgba(0,0,0,.05)\">\n<div style=\"width:44px; height:44px; background:rgba(52,199,89,.12); border-radius:13px; display:flex; align-items:center; justify-content:center; font-size:22px; margin-bottom:14px\">&#128194;<\/div>\n<div style=\"font-size:1.3rem;font-weight:800;color:#1d1d1f;margin:0 0 8px 0\">Right-click in Finder<\/div>\n<p style=\"font-size:1.05rem;line-height:1.7;color:#515154;margin:0 0 16px 0\">Select an image in Finder &rarr; right-click &rarr; <strong style=\"color:#1d1d1f\">&ldquo;Open With&rdquo; &rarr; BorderTool Pro<\/strong>. Also works with multi-selection and entire folders.<\/p>\n<div style=\"background:#f5f5f7; border-radius:9px; padding:9px 12px; font-size:13.5px; color:#515154\">Right-click &rarr; Open With &rarr; BorderTool Pro<\/div>\n<\/p><\/div>\n<div style=\"box-sizing:border-box;flex:1 1 240px;max-width:100%;min-width:0;background:#fff;border-radius:20px;padding:24px 22px;box-shadow:0 3px 16px rgba(0,0,0,0.06);border:1px solid rgba(0,0,0,.05)\">\n<div style=\"width:44px; height:44px; background:rgba(88,86,214,.12); border-radius:13px; display:flex; align-items:center; justify-content:center; font-size:22px; margin-bottom:14px\">&uarr;<\/div>\n<div style=\"font-size:1.3rem;font-weight:800;color:#1d1d1f;margin:0 0 8px 0\">Share &amp; print right from the app<\/div>\n<p style=\"font-size:1.05rem;line-height:1.7;color:#515154;margin:0 0 16px 0\">Share the finished image directly from the preview &ndash; via <strong style=\"color:#1d1d1f\">AirDrop, iMessage, or email<\/strong>. Print with <strong style=\"color:#1d1d1f\">&#8984;P<\/strong> at full resolution, without any Finder detour.<\/p>\n<div style=\"display:flex; gap:7px; flex-wrap:wrap; margin-top:4px\">\n     <span style=\"padding:4px 10px; background:#f5f5f7; border-radius:7px; font-size:13.5px; font-weight:700; color:#1d1d1f\">AirDrop<\/span><br \/>\n     <span style=\"padding:4px 10px; background:#f5f5f7; border-radius:7px; font-size:13.5px; font-weight:700; color:#1d1d1f\">iMessage<\/span><br \/>\n     <span style=\"padding:4px 10px; background:#f5f5f7; border-radius:7px; font-size:13.5px; font-weight:700; color:#1d1d1f\">Email<\/span><br \/>\n     <span style=\"padding:4px 10px; background:rgba(0,113,227,.10); border-radius:7px; font-size:13.5px; font-weight:700; color:#0055b3\">&#8984;P Print<\/span>\n    <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- ==================== EINSTELLUNGEN ==================== --><\/p>\n<section id=\"einstellungen\" style=\"padding:80px 24px;background:#fff\">\n<div style=\"max-width:1060px;margin-right:auto;margin-left:auto\">\n<div style=\"display:flex;flex-wrap:wrap;gap:32px;align-items:center\">\n<div class=\"btp-reveal-left\" style=\"box-sizing:border-box;flex:1 1 380px;max-width:100%;min-width:0\">\n    <img decoding=\"async\" alt=\"BorderTool Pro Preferences &ndash; output format JPEG HEIC PNG TIFF, resolution, compression, destination folder\" src=\"https:\/\/www.pixelcatcher.de\/wp-content\/uploads\/2026\/03\/bordertool-pro-preferences-light.jpg\" style=\"width:100%; height:auto; display:block; border-radius:20px; box-shadow:0 24px 60px rgba(0,0,0,0.12), 0 6px 16px rgba(0,0,0,0.06); border:1px solid rgba(0,0,0,.07)\" title=\"\">\n   <\/div>\n<div class=\"btp-reveal-right\" style=\"box-sizing:border-box;flex:1 1 300px;max-width:100%;min-width:0\">\n    <span style=\"font-size:13.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#0071e3;margin-bottom:14px;display:block\">Preferences<\/span><\/p>\n<h2 style=\"display:block;font-size:clamp(1.9rem,3vw,2.9rem);font-weight:900;line-height:1.08;letter-spacing:-0.03em;color:#1d1d1f;margin:0 0 16px 0;text-transform:none\">Full control. <br \/>Set up once, always ready.<\/h2>\n<p style=\"font-size:1.05rem;line-height:1.7;color:#515154;margin:0 0 16px 0\">The preferences panel is not cosmetic &ndash; this is where the real batch power lives. Once configured, every export runs exactly the way you want it to.<\/p>\n<div style=\"display:flex; flex-direction:column; gap:14px; margin-top:20px\">\n<div style=\"display:flex; gap:14px; align-items:flex-start\">\n<div style=\"width:36px; height:36px; background:rgba(0,113,227,.10); border-radius:10px; display:flex; align-items:center; justify-content:center; font-size:16px; flex-shrink:0\">&#128450;<\/div>\n<div>\n<div style=\"font-weight:800; font-size:1.04rem; color:#1d1d1f; margin-bottom:3px\">Create a new file or replace the original<\/div>\n<div style=\"color:#515154; font-size:1.04rem; line-height:1.6\">Originals stay untouched by default &ndash; with Trash fallback protection when replacing files.<\/div>\n<\/div><\/div>\n<div style=\"display:flex; gap:14px; align-items:flex-start\">\n<div style=\"width:36px; height:36px; background:rgba(52,199,89,.12); border-radius:10px; display:flex; align-items:center; justify-content:center; font-size:16px; flex-shrink:0\">&#128193;<\/div>\n<div>\n<div style=\"font-weight:800; font-size:1.04rem; color:#1d1d1f; margin-bottom:3px\">Choose any destination folder<\/div>\n<div style=\"color:#515154; font-size:1.04rem; line-height:1.6\">Use the original folder or a custom destination &ndash; whatever fits your workflow.<\/div>\n<\/div><\/div>\n<div style=\"display:flex; gap:14px; align-items:flex-start\">\n<div style=\"width:36px; height:36px; background:rgba(255,149,0,.12); border-radius:10px; display:flex; align-items:center; justify-content:center; font-size:16px; flex-shrink:0\">&#128260;<\/div>\n<div>\n<div style=\"font-weight:800; font-size:1.04rem; color:#1d1d1f; margin-bottom:3px\">Output format: Original \/ JPEG \/ HEIC \/ PNG \/ TIFF<\/div>\n<div style=\"color:#515154; font-size:1.04rem; line-height:1.6\">Keep the original format or convert it. Ideal for platform-specific delivery requirements.<\/div>\n<\/div><\/div>\n<div style=\"display:flex; gap:14px; align-items:flex-start\">\n<div style=\"width:36px; height:36px; background:rgba(88,86,214,.12); border-radius:10px; display:flex; align-items:center; justify-content:center; font-size:16px; flex-shrink:0\">&#127898;<\/div>\n<div>\n<div style=\"font-weight:800; font-size:1.04rem; color:#1d1d1f; margin-bottom:3px\">Image quality &amp; compression via slider<\/div>\n<div style=\"color:#515154; font-size:1.04rem; line-height:1.6\">Adjust JPEG and HEIF quality (0&ndash;1), PNG compression (0&ndash;9), and TIFF compression.<\/div>\n<\/div><\/div>\n<div style=\"display:flex; gap:14px; align-items:flex-start\">\n<div style=\"width:36px; height:36px; background:#f0f0f5; border-radius:10px; display:flex; align-items:center; justify-content:center; font-size:16px; flex-shrink:0\">&#128208;<\/div>\n<div>\n<div style=\"font-weight:800; font-size:1.04rem; color:#1d1d1f; margin-bottom:3px\">Limit resolution<\/div>\n<div style=\"color:#515154; font-size:1.04rem; line-height:1.6\">Limit the long edge in pixels &ndash; ideal for web export or social media. Never upscale.<\/div>\n<\/div><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- ==================== PROFI-TIPP ==================== --><\/p>\n<div style=\"background:#1c1c1e; padding:36px 24px\">\n<div style=\"max-width:800px;margin-right:auto;margin-left:auto\">\n<div style=\"max-width:660px; margin:0 auto\">\n<div style=\"display:flex; align-items:center; gap:10px; margin-bottom:10px\">\n<div style=\"width:36px;height:36px;background:rgba(0,113,227,.15);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0\">&#128161;<\/div>\n<div style=\"font-size:12.5px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; color:rgba(0,113,227,.8)\">Pro tip from the developer<\/div>\n<\/p><\/div>\n<p style=\"color:#e5e5ea; font-size:1.5rem; line-height:1.35; margin:0 0 12px; font-weight:800; letter-spacing:-0.02em\">Always create borders in percent &ndash; never in pixels.<\/p>\n<p style=\"color:rgba(255,255,255,.5); font-size:1.01rem; line-height:1.68; margin:0\">A 3% border looks just as proportional on a 1080px Instagram export as it does on a print-ready 6000px image. Fixed pixel values tend to look too heavy on small outputs and almost invisible on very large prints. Set it once in percent and it stays consistent &ndash; no matter the camera or aspect ratio.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/div>\n<p><!-- ==================== PRESSE ==================== --><\/p>\n<section style=\"padding:48px 24px 0;background:#f5f5f7\">\n<div style=\"max-width:1060px;margin-right:auto;margin-left:auto\">\n<div class=\"btp-stagger\" style=\"display:flex;flex-wrap:wrap;gap:20px;justify-content:center;align-items:stretch\">\n<div style=\"box-sizing:border-box;flex:1 1 340px;max-width:100%;min-width:0;background:#fff;border-radius:16px;padding:22px 24px;border:1px solid rgba(0,0,0,.05);box-shadow:0 2px 10px rgba(0,0,0,0.04)\">\n<div style=\"font-weight:800;font-size:13px;letter-spacing:.04em;color:#0071e3;margin-bottom:10px\">PETAPIXEL<\/div>\n<p style=\"color:#1d1d1f;font-size:1.02rem;line-height:1.65;margin:0;font-style:italic\">&ldquo;BorderTool Pro brings high-end digital framing to the macOS menu bar &ndash; a lightweight alternative to heavy Photoshop workflows. Operates completely offline with no cloud dependency.&rdquo;<\/p>\n<\/p><\/div>\n<div style=\"box-sizing:border-box;flex:1 1 340px;max-width:100%;min-width:0;background:#fff;border-radius:16px;padding:22px 24px;border:1px solid rgba(0,0,0,.05);box-shadow:0 2px 10px rgba(0,0,0,0.04)\">\n<div style=\"font-weight:800;font-size:13px;letter-spacing:.04em;color:#0071e3;margin-bottom:10px\">APPGEFAHREN.DE<\/div>\n<p style=\"color:#1d1d1f;font-size:1.02rem;line-height:1.65;margin:0;font-style:italic\">&ldquo;BorderTool Pro could become a standard tool for many photographers &ndash; a Mac app by a professional photographer that makes the gallery look fast and effortless.&rdquo;<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- ==================== REVIEWS ==================== --><\/p>\n<section id=\"reviews\" style=\"padding:80px 24px;background:#f5f5f7\">\n<div style=\"max-width:1060px;margin-right:auto;margin-left:auto\">\n<div class=\"btp-reveal\" style=\"text-align:center; margin-bottom:52px\">\n   <span style=\"font-size:13.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#0071e3;margin-bottom:14px;display:block\">Real buyers &middot; translated where needed<\/span><\/p>\n<div style=\"font-size:3rem; font-weight:900; letter-spacing:-0.03em; color:#1d1d1f; line-height:1; margin-bottom:6px\">5,0 \/ 5,0<\/div>\n<div style=\"color:#ffb300;font-size:22px;margin-bottom:8px\">&#9733;&#9733;&#9733;&#9733;&#9733;<\/div>\n<div style=\"color:#6e6e73; font-size:15.5px\">20 reviews from verified buyers &ndash; February &amp; March 2026<\/div>\n<\/p><\/div>\n<div class=\"btp-stagger\" style=\"display:flex;flex-wrap:wrap;gap:20px;align-items:flex-start;margin-bottom:20px\">\n<div style=\"box-sizing:border-box;flex:1 1 340px;max-width:100%;min-width:0;background:#fff;border-radius:20px;padding:24px 22px;box-shadow:0 3px 16px rgba(0,0,0,0.06);border:1px solid rgba(0,0,0,.05)\">\n<div style=\"display:flex; gap:12px; align-items:flex-start; margin-bottom:12px\">\n<div style=\"width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;color:#fff;font-size:16px;flex-shrink:0;background:#0071e3\">M<\/div>\n<div style=\"flex:1\">\n<div style=\"font-weight:800; font-size:1.04rem; color:#1d1d1f\">Maximilian Rodenwaldt<\/div>\n<div style=\"color:#6e6e73; font-size:13.5px\">Fujifilm X-E5 &middot; February 2026<\/div>\n<\/div>\n<div style=\"color:#ffb300;font-size:15.5px\">&#9733;&#9733;&#9733;&#9733;&#9733;<\/div>\n<\/p><\/div>\n<p style=\"color:#1d1d1f; line-height:1.7; margin:0; font-size:1.02rem\">&ldquo;I shoot with a Fujifilm X-E5 and use the film simulations directly, so my photos already come out of the camera feeling finished. I have no desire for complicated post-processing anymore. I used to try building borders in Affinity, but the learning curve never matched the result. BorderTool Pro is exactly the fast, uncomplicated solution I had been missing. As a music producer I have spent a lot of money on far less efficient plug-ins &ndash; this tool is an easy decision.&rdquo;<\/p>\n<\/p><\/div>\n<div style=\"box-sizing:border-box;flex:1 1 340px;max-width:100%;min-width:0;background:#fff;border-radius:20px;padding:24px 22px;box-shadow:0 3px 16px rgba(0,0,0,0.06);border:1px solid rgba(0,0,0,.05)\">\n<div style=\"display:flex; gap:12px; align-items:flex-start; margin-bottom:12px\">\n<div style=\"width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;color:#fff;font-size:16px;flex-shrink:0;background:#34c759\">M<\/div>\n<div style=\"flex:1\">\n<div style=\"font-weight:800; font-size:1.04rem; color:#1d1d1f\">Manuel Domann<\/div>\n<div style=\"color:#6e6e73; font-size:13.5px\">February 2026<\/div>\n<\/div>\n<div style=\"color:#ffb300;font-size:15.5px\">&#9733;&#9733;&#9733;&#9733;&#9733;<\/div>\n<\/p><\/div>\n<p style=\"color:#1d1d1f; line-height:1.7; margin:0; font-size:1.02rem\">&ldquo;Borders are a fixed part of my look, so this tool arrived at exactly the right time. I always used Darkroom before, but compared to this it is simply slow and awkward. It also lacks the double border. Even entire folders can now be processed unbelievably fast. What I love most is that no additional software is needed to get beautiful results. I would buy it again anytime.&rdquo;<\/p>\n<\/p><\/div>\n<div style=\"box-sizing:border-box;flex:1 1 340px;max-width:100%;min-width:0;background:#fff;border-radius:20px;padding:24px 22px;box-shadow:0 3px 16px rgba(0,0,0,0.06);border:1px solid rgba(0,0,0,.05)\">\n<div style=\"display:flex; gap:12px; align-items:flex-start; margin-bottom:12px\">\n<div style=\"width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;color:#fff;font-size:16px;flex-shrink:0;background:#ff9500\">a<\/div>\n<div style=\"flex:1\">\n<div style=\"font-weight:800; font-size:1.04rem; color:#1d1d1f\">aj7000<\/div>\n<div style=\"color:#6e6e73; font-size:13.5px\">Verified Purchase &middot; February 2026<\/div>\n<\/div>\n<div style=\"color:#ffb300;font-size:15.5px\">&#9733;&#9733;&#9733;&#9733;&#9733;<\/div>\n<\/p><\/div>\n<p style=\"color:#1d1d1f; line-height:1.7; margin:0; font-size:1.02rem\">&ldquo;Update: only four days have passed since my last review, but the app has already received so many new features that I had to write another one. My wish for HEIF support was implemented, the presets are incredibly useful, and the drop shadow looks elegant. I honestly cannot think of more improvements right now &ndash; the tool is exceptionally well done.&rdquo;<\/p>\n<\/p><\/div>\n<div style=\"box-sizing:border-box;flex:1 1 340px;max-width:100%;min-width:0;background:#fff;border-radius:20px;padding:24px 22px;box-shadow:0 3px 16px rgba(0,0,0,0.06);border:1px solid rgba(0,0,0,.05)\">\n<div style=\"display:flex; gap:12px; align-items:flex-start; margin-bottom:12px\">\n<div style=\"width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;color:#fff;font-size:16px;flex-shrink:0;background:#5856d6\">D<\/div>\n<div style=\"flex:1\">\n<div style=\"font-weight:800; font-size:1.04rem; color:#1d1d1f\">Diego C&uuml;rten<\/div>\n<div style=\"color:#6e6e73; font-size:13.5px\">Capture One &middot; February 2026<\/div>\n<\/div>\n<div style=\"color:#ffb300;font-size:15.5px\">&#9733;&#9733;&#9733;&#9733;&#9733;<\/div>\n<\/p><\/div>\n<p style=\"color:#1d1d1f; line-height:1.7; margin:0; font-size:1.02rem\">&ldquo;I was always too lazy to add borders to my images. Now I can dress them up with as many border variations as I want without lifting a finger. The batch workflow from Capture One is especially well solved. I am genuinely thrilled and can now frame large numbers of my photos in one go without breaking a sweat.&rdquo;<\/p>\n<\/p><\/div>\n<div style=\"box-sizing:border-box;flex:1 1 340px;max-width:100%;min-width:0;background:#fff;border-radius:20px;padding:24px 22px;box-shadow:0 3px 16px rgba(0,0,0,0.06);border:1px solid rgba(0,0,0,.05)\">\n<div style=\"display:flex; gap:12px; align-items:flex-start; margin-bottom:12px\">\n<div style=\"width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;color:#fff;font-size:16px;flex-shrink:0;background:#ff3b30\">A<\/div>\n<div style=\"flex:1\">\n<div style=\"font-weight:800; font-size:1.04rem; color:#1d1d1f\">Andreas J&auml;ger<\/div>\n<div style=\"color:#6e6e73; font-size:13.5px\">Luminar Neo &middot; February 2026<\/div>\n<\/div>\n<div style=\"color:#ffb300;font-size:15.5px\">&#9733;&#9733;&#9733;&#9733;&#9733;<\/div>\n<\/p><\/div>\n<p style=\"color:#1d1d1f; line-height:1.7; margin:0; font-size:1.02rem\">&ldquo;I use Luminar Neo, and while adding borders there is possible, it is awkward and very time-consuming with multiple images. The small BorderTool already served me well before. The new BorderTool Pro expands the functionality enormously and is genuinely fun to use thanks to the graphical interface.&rdquo;<\/p>\n<\/p><\/div>\n<div style=\"box-sizing:border-box;flex:1 1 340px;max-width:100%;min-width:0;background:#fff;border-radius:20px;padding:24px 22px;box-shadow:0 3px 16px rgba(0,0,0,0.06);border:1px solid rgba(0,0,0,.05)\">\n<div style=\"display:flex; gap:12px; align-items:flex-start; margin-bottom:12px\">\n<div style=\"width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;color:#fff;font-size:16px;flex-shrink:0;background:#1c1c1e\">M<\/div>\n<div style=\"flex:1\">\n<div style=\"font-weight:800; font-size:1.04rem; color:#1d1d1f\">Mike Guilbault<\/div>\n<div style=\"color:#6e6e73; font-size:13.5px\">Commercial Photographer &middot; Ontario, Canada &middot; March 2026<\/div>\n<\/div>\n<div style=\"color:#ffb300;font-size:15.5px\">&#9733;&#9733;&#9733;&#9733;&#9733;<\/div>\n<\/p><\/div>\n<p style=\"color:#1d1d1f; line-height:1.7; margin:0; font-size:1.02rem\">&ldquo;The ability to add two separate borders, corner styles, colours and then save them as presets is a game changer. The time savings alone was worth the upgrade, but it&rsquo;s also so easy to use and configure to your liking. Highly recommended, and the support from Michael is second to none. I&rsquo;d give it more stars if I could.&rdquo;<\/p>\n<\/p><\/div>\n<div style=\"box-sizing:border-box;flex:1 1 340px;max-width:100%;min-width:0;background:#fff;border-radius:20px;padding:24px 22px;box-shadow:0 3px 16px rgba(0,0,0,0.06);border:1px solid rgba(0,0,0,.05)\">\n<div style=\"display:flex; gap:12px; align-items:flex-start; margin-bottom:12px\">\n<div style=\"width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;color:#fff;font-size:16px;flex-shrink:0;background:#34aadc\">A<\/div>\n<div style=\"flex:1\">\n<div style=\"font-weight:800; font-size:1.04rem; color:#1d1d1f\">AZ<\/div>\n<div style=\"color:#6e6e73; font-size:13.5px\">PS, LR &amp; Capture One User &middot; March 2026<\/div>\n<\/div>\n<div style=\"color:#ffb300;font-size:15.5px\">&#9733;&#9733;&#9733;&#9733;&#9733;<\/div>\n<\/p><\/div>\n<p style=\"color:#1d1d1f; line-height:1.7; margin:0; font-size:1.02rem\">&ldquo;I&rsquo;m a frame\/border app connoisseur of sorts &mdash; I have bought and tested just about every one out there. For macOS it really doesn&rsquo;t get much better than this. I have been waiting for a fast purpose-built app like this for a long time. I know I am going to be a patron long-term.&rdquo;<\/p>\n<\/p><\/div>\n<div style=\"box-sizing:border-box;flex:1 1 340px;max-width:100%;min-width:0;background:#fff;border-radius:20px;padding:24px 22px;box-shadow:0 3px 16px rgba(0,0,0,0.06);border:1px solid rgba(0,0,0,.05)\">\n<div style=\"display:flex; gap:12px; align-items:flex-start; margin-bottom:12px\">\n<div style=\"width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;color:#fff;font-size:16px;flex-shrink:0;background:#ff9f0a\">L<\/div>\n<div style=\"flex:1\">\n<div style=\"font-weight:800; font-size:1.04rem; color:#1d1d1f\">Lynton Jones<\/div>\n<div style=\"color:#6e6e73; font-size:13.5px\">Luminar Neo User &middot; March 2026<\/div>\n<\/div>\n<div style=\"color:#ffb300;font-size:15.5px\">&#9733;&#9733;&#9733;&#9733;&#9733;<\/div>\n<\/p><\/div>\n<p style=\"color:#1d1d1f; line-height:1.7; margin:0; font-size:1.02rem\">&ldquo;I&rsquo;ve spent ages trying to add borders simply and easily. Luminar Neo is a nightmare for this, Pixelmator Pro still complicated. Then I discovered BorderTool Pro. It is a dream &mdash; very simple and intuitive. This is exactly what an app should be. It does one job easily, without any complications. First class!&rdquo;<\/p>\n<\/p><\/div>\n<div style=\"box-sizing:border-box;flex:1 1 340px;max-width:100%;min-width:0;background:#fff;border-radius:20px;padding:24px 22px;box-shadow:0 3px 16px rgba(0,0,0,0.06);border:1px solid rgba(0,0,0,.05)\">\n<div style=\"display:flex; gap:12px; align-items:flex-start; margin-bottom:12px\">\n<div style=\"width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;color:#fff;font-size:16px;flex-shrink:0;background:#30d158\">P<\/div>\n<div style=\"flex:1\">\n<div style=\"font-weight:800; font-size:1.04rem; color:#1d1d1f\">Per Kinde<\/div>\n<div style=\"color:#6e6e73; font-size:13.5px\">300+ Images &middot; March 2026<\/div>\n<\/div>\n<div style=\"color:#ffb300;font-size:15.5px\">&#9733;&#9733;&#9733;&#9733;&#9733;<\/div>\n<\/p><\/div>\n<p style=\"color:#1d1d1f; line-height:1.7; margin:0; font-size:1.02rem\">&ldquo;This tool is a must in order to present images in a professional way. The double border is a wow! I have used it for more than 300 images and the borders really lift my images. The developer is superb in replying to questions and proposals. I can only recommend this.&rdquo;<\/p>\n<\/p><\/div>\n<div style=\"box-sizing:border-box;flex:1 1 340px;max-width:100%;min-width:0;background:#fff;border-radius:20px;padding:24px 22px;box-shadow:0 3px 16px rgba(0,0,0,0.06);border:1px solid rgba(0,0,0,.05)\">\n<div style=\"display:flex; gap:12px; align-items:flex-start; margin-bottom:12px\">\n<div style=\"width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;color:#fff;font-size:16px;flex-shrink:0;background:#5e5ce6\">A<\/div>\n<div style=\"flex:1\">\n<div style=\"font-weight:800; font-size:1.04rem; color:#1d1d1f\">Alfred Schrott<\/div>\n<div style=\"color:#6e6e73; font-size:13.5px\">Follow-up Review &middot; March 2026<\/div>\n<\/div>\n<div style=\"color:#ffb300;font-size:15.5px\">&#9733;&#9733;&#9733;&#9733;&#9733;<\/div>\n<\/p><\/div>\n<p style=\"color:#1d1d1f; line-height:1.7; margin:0; font-size:1.02rem\">&ldquo;The latest update improved the software by another full level. Anyone who wants to give their images the final polish should seriously look at this tool. It is a genuinely great development and unique to me.&rdquo;<\/p>\n<\/p><\/div>\n<div style=\"box-sizing:border-box;flex:1 1 340px;max-width:100%;min-width:0;background:#fff;border-radius:20px;padding:24px 22px;box-shadow:0 3px 16px rgba(0,0,0,0.06);border:1px solid rgba(0,0,0,.05)\">\n<div style=\"display:flex; gap:12px; align-items:flex-start; margin-bottom:12px\">\n<div style=\"width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;color:#fff;font-size:16px;flex-shrink:0;background:#ff3b30\">A<\/div>\n<div style=\"flex:1\">\n<div style=\"font-weight:800; font-size:1.04rem; color:#1d1d1f\">Andre Gastreich<\/div>\n<div style=\"color:#6e6e73; font-size:13.5px\">February 2026<\/div>\n<\/div>\n<div style=\"color:#ffb300;font-size:15.5px\">&#9733;&#9733;&#9733;&#9733;&#9733;<\/div>\n<\/p><\/div>\n<p style=\"color:#1d1d1f; line-height:1.7; margin:0; font-size:1.02rem\">&bdquo;Es gibt so Tools, die einen bestimmten Anwendungsfall richtig einfach machen. Das BorderTool Pro ist so ein Tool. Eine total simple Bedienoberfl&auml;che. Und ein netter Kontakt zum Entwickler, der Ideen der Nutzer einflie&szlig;en l&auml;sst. Meine absolute Empfehlung aus wirklicher &Uuml;berzeugung heraus.&ldquo;<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div style=\"text-align:center; padding-top:12px\">\n   <a class=\"btp-cta-float\" href=\"?add-to-cart=91913\" style=\"display:inline-block;padding:16px 34px;background:#0071e3;color:#fff;font-size:1.05rem;font-weight:800;border-radius:999px;text-decoration:none;letter-spacing:-0.01em\">Get It Now<\/a>\n  <\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- ==================== F&Uuml;R FOTOGRAFEN ==================== --><\/p>\n<section style=\"padding:80px 24px;background:#fff\">\n<div style=\"max-width:1060px;margin-right:auto;margin-left:auto\">\n<div style=\"display:flex;flex-wrap:wrap;gap:32px;align-items:stretch\">\n<div class=\"btp-reveal\" style=\"box-sizing:border-box;flex:1 1 380px;max-width:100%;min-width:0\">\n    <span style=\"font-size:13.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#0071e3;margin-bottom:14px;display:block\">Made for photographers<\/span><\/p>\n<h2 style=\"display:block;font-size:clamp(1.9rem,3vw,2.9rem);font-weight:900;line-height:1.08;letter-spacing:-0.03em;color:#1d1d1f;margin:0 0 16px 0;text-transform:none\">No Photoshop.<br \/>No subscription circus.<br \/>No detours.<\/h2>\n<p style=\"font-size:1.05rem;line-height:1.7;color:#515154;margin:0 0 16px 0\">If you are looking for an easy way to add borders or mat-style framing on a Mac, you already know what you want. This is it. Local, fast, and paid once.<\/p>\n<div style=\"background:rgba(0,113,227,.05); border:1.5px solid rgba(0,113,227,.15); border-radius:18px; padding:20px 18px; margin-top:20px\">\n<div style=\"font-weight:800; font-size:1.04rem; color:#0071e3; margin-bottom:12px\">BorderTool Pro:<\/div>\n<div style=\"display:flex; flex-direction:column; gap:9px\">\n<div style=\"display:flex; gap:10px; align-items:flex-start\"><span style=\"color:#34c759; font-size:15.5px; margin-top:2px; flex-shrink:0\">&#10003;<\/span><span style=\"color:#1d1d1f; font-size:1.01rem; line-height:1.6\">Drag &amp; drop into the menu bar &rarr; preset &rarr; done.<\/span><\/div>\n<div style=\"display:flex; gap:10px; align-items:flex-start\"><span style=\"color:#34c759; font-size:15.5px; margin-top:2px; flex-shrink:0\">&#10003;<\/span><span style=\"color:#1d1d1f; font-size:1.01rem; line-height:1.6\">100% local &ndash; no uploads, no accounts, no cloud.<\/span><\/div>\n<div style=\"display:flex; gap:10px; align-items:flex-start\"><span style=\"color:#34c759; font-size:15.5px; margin-top:2px; flex-shrink:0\">&#10003;<\/span><span style=\"color:#1d1d1f; font-size:1.01rem; line-height:1.6\">One-time purchase. No monthly fees.<\/span><\/div>\n<div style=\"display:flex; gap:10px; align-items:flex-start\"><span style=\"color:#34c759; font-size:15.5px; margin-top:2px; flex-shrink:0\">&#10003;<\/span><span style=\"color:#1d1d1f; font-size:1.01rem; line-height:1.6\">Your originals stay safe &ndash; creating a new file is the default.<\/span><\/div>\n<div style=\"display:flex; gap:10px; align-items:flex-start\"><span style=\"color:#34c759; font-size:15.5px; margin-top:2px; flex-shrink:0\">&#10003;<\/span><span style=\"color:#1d1d1f; font-size:1.01rem; line-height:1.6\">EXIF metadata &amp; color profiles are preserved.<\/span><\/div>\n<div style=\"display:flex; gap:10px; align-items:flex-start\"><span style=\"color:#34c759; font-size:15.5px; margin-top:2px; flex-shrink:0\">&#10003;<\/span><span style=\"color:#1d1d1f; font-size:1.01rem; line-height:1.6\">Apple Photos Extension included.<\/span><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div style=\"box-sizing:border-box;flex:1 1 300px;max-width:100%;min-width:0;display:flex;flex-direction:column;justify-content:flex-end\">\n<div style=\"background:#f5f5f7; border-radius:18px; padding:20px 18px\">\n<div style=\"font-weight:800; font-size:1.04rem; color:#1d1d1f; margin-bottom:14px\">How photographers usually add borders today:<\/div>\n<div style=\"display:flex; flex-direction:column; gap:14px\">\n<div style=\"display:flex; gap:10px; align-items:flex-start\"><span style=\"color:#ff3b30; font-size:15.5px; margin-top:2px; flex-shrink:0\">&#10005;<\/span><\/p>\n<div style=\"font-size:1.01rem; line-height:1.6; color:#515154\"><strong style=\"color:#1d1d1f\">Photoshop \/ Lightroom \/ Affinity:<\/strong> Extend canvas, choose background color, export. Too many steps, too much time. Painful with 50+ images.<\/div>\n<\/div>\n<div style=\"display:flex; gap:10px; align-items:flex-start\"><span style=\"color:#ff3b30; font-size:15.5px; margin-top:2px; flex-shrink:0\">&#10005;<\/span><\/p>\n<div style=\"font-size:1.01rem; line-height:1.6; color:#515154\"><strong style=\"color:#1d1d1f\">Darkroom \/ Luminar Neo:<\/strong> Borders are possible, but awkward, no double border, and slow for batch work.<\/div>\n<\/div>\n<div style=\"display:flex; gap:10px; align-items:flex-start\"><span style=\"color:#ff3b30; font-size:15.5px; margin-top:2px; flex-shrink:0\">&#10005;<\/span><\/p>\n<div style=\"font-size:1.01rem; line-height:1.6; color:#515154\"><strong style=\"color:#1d1d1f\">Web-Tools:<\/strong> Uploads to third-party services, questionable privacy, often a subscription or a watermark.<\/div>\n<\/div><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div style=\"text-align:center; margin-top:32px\">\n   <a class=\"btp-cta-float\" href=\"?add-to-cart=91913\" style=\"display:inline-block;padding:16px 34px;background:#0071e3;color:#fff;font-size:1.05rem;font-weight:800;border-radius:999px;text-decoration:none;letter-spacing:-0.01em\">Get It Now &ndash; One-Time Purchase<\/a>\n  <\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- ==================== ALLE FEATURES TABELLE ==================== --><\/p>\n<section id=\"features\" style=\"padding:80px 24px;background:#f5f5f7\">\n<div style=\"max-width:1060px;margin-right:auto;margin-left:auto\">\n<div style=\"text-align:center; margin-bottom:48px\">\n   <span style=\"font-size:13.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#0071e3;margin-bottom:14px;display:block\">Complete<\/span><\/p>\n<h2 style=\"display:block;font-size:clamp(1.9rem,3vw,2.9rem);font-weight:900;line-height:1.08;letter-spacing:-0.03em;color:#1d1d1f;margin:0 0 16px 0;text-transform:none\">All features at a glance.<\/h2>\n<\/p><\/div>\n<div style=\"background:#fff; border-radius:22px; overflow:hidden; border:1px solid #e8e8ed; box-shadow:0 4px 20px rgba(0,0,0,0.04); overflow-x:auto\">\n<table style=\"width:100%; border-collapse:collapse; min-width:500px\">\n<thead>\n<tr style=\"background:#f5f5f7\">\n<th colspan=\"2\" style=\"padding:12px 20px; text-align:left; font-size:12.5px; font-weight:700; letter-spacing:.07em; text-transform:uppercase; color:#6e6e73; border-bottom:1px solid #e8e8ed\">Borders &amp; Appearance<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td style=\"padding:13px 20px; border-bottom:1px solid #f0f0f0; font-size:15.5px; color:#1d1d1f; font-weight:600; width:46%\">Single &amp; double borders<\/td>\n<td style=\"padding:13px 20px; border-bottom:1px solid #f0f0f0; font-size:14.5px; color:#515154\">Passepartout-Look mit zwei unabh&auml;ngig konfigurierbaren Ebenen<\/td>\n<\/tr>\n<tr>\n<td style=\"padding:13px 20px; border-bottom:1px solid #f0f0f0; font-size:15.5px; color:#1d1d1f; font-weight:600\">Pixel oder Prozent<\/td>\n<td style=\"padding:13px 20px; border-bottom:1px solid #f0f0f0; font-size:14.5px; color:#515154\">Feste px-Werte oder proportionale %-Werte &ndash; f&uuml;r Print und Web gleichwertig<\/td>\n<\/tr>\n<tr>\n<td style=\"padding:13px 20px; border-bottom:1px solid #f0f0f0; font-size:15.5px; color:#1d1d1f; font-weight:600\">Color Picker + HEX + Quick-Slots<\/td>\n<td style=\"padding:13px 20px; border-bottom:1px solid #f0f0f0; font-size:14.5px; color:#515154\">Free color selection, HEX input (#RGB \/ #RRGGBB), and 10 saved color slots per border<\/td>\n<\/tr>\n<tr>\n<td style=\"padding:13px 20px; border-bottom:1px solid #f0f0f0; font-size:15.5px; color:#1d1d1f; font-weight:600\">Color Harmony<\/td>\n<td style=\"padding:13px 20px; border-bottom:1px solid #f0f0f0; font-size:14.5px; color:#515154\">7 modes (Dominant, Vibrant, Light, Dark, Edge, Average, Intense) + 12 color-pair combinations<\/td>\n<\/tr>\n<tr>\n<td style=\"padding:13px 20px; border-bottom:1px solid #f0f0f0; font-size:15.5px; color:#1d1d1f; font-weight:600\">Black &amp; White Conversion<\/td>\n<td style=\"padding:13px 20px; border-bottom:1px solid #f0f0f0; font-size:14.5px; color:#515154\">Multiple looks (Classic, Hard, Soft, Film) with adjustable intensity and color filters<\/td>\n<\/tr>\n<tr>\n<td style=\"padding:13px 20px; border-bottom:1px solid #f0f0f0; font-size:15.5px; color:#1d1d1f; font-weight:600\">Roundede Corners<\/td>\n<td style=\"padding:13px 20px; border-bottom:1px solid #f0f0f0; font-size:14.5px; color:#515154\">Abgerundete Innenkante mit frei einstellbarem Radius<\/td>\n<\/tr>\n<tr>\n<td style=\"padding:13px 20px; border-bottom:1px solid #f0f0f0; font-size:15.5px; color:#1d1d1f; font-weight:600\">Chamferede Corners<\/td>\n<td style=\"padding:13px 20px; border-bottom:1px solid #f0f0f0; font-size:14.5px; color:#515154\">45&#176;-Schnitte f&uuml;r Achteck-Look, Tiefe steuerbar<\/td>\n<\/tr>\n<tr>\n<td style=\"padding:13px 20px; border-bottom:1px solid #f0f0f0; font-size:15.5px; color:#1d1d1f; font-weight:600\">Drop Shadow<\/td>\n<td style=\"padding:13px 20px; border-bottom:1px solid #f0f0f0; font-size:14.5px; color:#515154\">Versatz, Weichheit, Deckkraft, Winkel &ndash; prozentbasiert &amp; skalierungsstabil<\/td>\n<\/tr>\n<tr>\n<td style=\"padding:13px 20px; border-bottom:1px solid #f0f0f0; font-size:15.5px; color:#1d1d1f; font-weight:600\">Random Frames<\/td>\n<td style=\"padding:13px 20px; border-bottom:1px solid #f0f0f0; font-size:14.5px; color:#515154\">Randomizes colors, widths, corners, shadows, and double borders &ndash; via the R key<\/td>\n<\/tr>\n<\/tbody>\n<thead>\n<tr style=\"background:#f5f5f7\">\n<th colspan=\"2\" style=\"padding:12px 20px; text-align:left; font-size:12.5px; font-weight:700; letter-spacing:.07em; text-transform:uppercase; color:#6e6e73; border-top:1px solid #e8e8ed; border-bottom:1px solid #e8e8ed\">Workflow &amp; Export<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td style=\"padding:13px 20px; border-bottom:1px solid #f0f0f0; font-size:15.5px; color:#1d1d1f; font-weight:600\">8 Presets (&#8984;1&ndash;8)<\/td>\n<td style=\"padding:13px 20px; border-bottom:1px solid #f0f0f0; font-size:14.5px; color:#515154\">Komplette Setups speichern &amp; per Tastendruck laden<\/td>\n<\/tr>\n<tr>\n<td style=\"padding:13px 20px; border-bottom:1px solid #f0f0f0; font-size:15.5px; color:#1d1d1f; font-weight:600\">Instagram Formats &amp; Polaroid<\/td>\n<td style=\"padding:13px 20px; border-bottom:1px solid #f0f0f0; font-size:14.5px; color:#515154\">1:1, 4:5, 9:16, 1.91:1, 3:2, 16:9 + Polaroid mode &ndash; without cropping the original<\/td>\n<\/tr>\n<tr>\n<td style=\"padding:13px 20px; border-bottom:1px solid #f0f0f0; font-size:15.5px; color:#1d1d1f; font-weight:600\">Batch-Engine<\/td>\n<td style=\"padding:13px 20px; border-bottom:1px solid #f0f0f0; font-size:14.5px; color:#515154\">Parallel across ~80% of CPU cores, recursive folders, progress + ETA<\/td>\n<\/tr>\n<tr>\n<td style=\"padding:13px 20px; border-bottom:1px solid #f0f0f0; font-size:15.5px; color:#1d1d1f; font-weight:600\">Output format selection<\/td>\n<td style=\"padding:13px 20px; border-bottom:1px solid #f0f0f0; font-size:14.5px; color:#515154\">Original \/ JPEG \/ HEIC \/ PNG \/ TIFF &ndash; with individual quality and compression settings<\/td>\n<\/tr>\n<tr>\n<td style=\"padding:13px 20px; border-bottom:1px solid #f0f0f0; font-size:15.5px; color:#1d1d1f; font-weight:600\">HEIC\/HEIF Support<\/td>\n<td style=\"padding:13px 20px; border-bottom:1px solid #f0f0f0; font-size:14.5px; color:#515154\">Process iPhone photos directly &ndash; no pre-conversion required<\/td>\n<\/tr>\n<tr>\n<td style=\"padding:13px 20px; border-bottom:1px solid #f0f0f0; font-size:15.5px; color:#1d1d1f; font-weight:600\">Limit resolution<\/td>\n<td style=\"padding:13px 20px; border-bottom:1px solid #f0f0f0; font-size:14.5px; color:#515154\">Limit the long edge in pixels &ndash; never upscale<\/td>\n<\/tr>\n<tr>\n<td style=\"padding:13px 20px; border-bottom:1px solid #f0f0f0; font-size:15.5px; color:#1d1d1f; font-weight:600\">Live preview + Quick Look<\/td>\n<td style=\"padding:13px 20px; border-bottom:1px solid #f0f0f0; font-size:14.5px; color:#515154\">Preview &rarr; Save. Space = Quick Look. Share &amp; print right from the app.<\/td>\n<\/tr>\n<tr>\n<td style=\"padding:13px 20px; border-bottom:1px solid #f0f0f0; font-size:15.5px; color:#1d1d1f; font-weight:600\">Clipboard Import &amp; Export<\/td>\n<td style=\"padding:13px 20px; border-bottom:1px solid #f0f0f0; font-size:14.5px; color:#515154\">&#8984;V = paste image &middot; &#8984;C = copy result &ndash; directly into Mail, Keynote, or chat<\/td>\n<\/tr>\n<tr>\n<td style=\"padding:13px 20px; border-bottom:1px solid #f0f0f0; font-size:15.5px; color:#1d1d1f; font-weight:600\">Window Mode<\/td>\n<td style=\"padding:13px 20px; border-bottom:1px solid #f0f0f0; font-size:14.5px; color:#515154\">Menu Bar Popover als frei verschiebbares Fenster abtrennen &ndash; per Toggle in der Titelleiste<\/td>\n<\/tr>\n<\/tbody>\n<thead>\n<tr style=\"background:#f5f5f7\">\n<th colspan=\"2\" style=\"padding:12px 20px; text-align:left; font-size:12.5px; font-weight:700; letter-spacing:.07em; text-transform:uppercase; color:#6e6e73; border-top:1px solid #e8e8ed; border-bottom:1px solid #e8e8ed\">App &amp; Convenience<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td style=\"padding:13px 20px; border-bottom:1px solid #f0f0f0; font-size:15.5px; color:#1d1d1f; font-weight:600\">Apple Photos Extension<\/td>\n<td style=\"padding:13px 20px; border-bottom:1px solid #f0f0f0; font-size:14.5px; color:#515154\">Add borders directly in Apple Photos &ndash; non-destructive, original preserved<\/td>\n<\/tr>\n<tr>\n<td style=\"padding:13px 20px; border-bottom:1px solid #f0f0f0; font-size:15.5px; color:#1d1d1f; font-weight:600\">12 Languages<\/td>\n<td style=\"padding:13px 20px; border-bottom:1px solid #f0f0f0; font-size:14.5px; color:#515154\">DE, EN, FR, ES, IT, NL, ZH, JA, PL, PT, SV, TR &ndash; switchable without restart<\/td>\n<\/tr>\n<tr>\n<td style=\"padding:13px 20px; border-bottom:1px solid #f0f0f0; font-size:15.5px; color:#1d1d1f; font-weight:600\">EXIF &amp; color profiles stay intact<\/td>\n<td style=\"padding:13px 20px; border-bottom:1px solid #f0f0f0; font-size:14.5px; color:#515154\">Processed via ImageIO &ndash; metadata is preserved<\/td>\n<\/tr>\n<tr>\n<td style=\"padding:13px 20px; border-bottom:1px solid #f0f0f0; font-size:15.5px; color:#1d1d1f; font-weight:600\">Autostart &amp; Auto-Hide<\/td>\n<td style=\"padding:13px 20px; border-bottom:1px solid #f0f0f0; font-size:14.5px; color:#515154\">Start beim Login (macOS 13+), UI schlie&szlig;t bei Klick au&szlig;erhalb<\/td>\n<\/tr>\n<tr>\n<td style=\"padding:13px 20px; font-size:15.5px; color:#1d1d1f; font-weight:600\">Global counter<\/td>\n<td style=\"padding:13px 20px; font-size:14.5px; color:#515154\">&ldquo;Processed overall&rdquo; &ndash; persists across restarts<\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n<div style=\"text-align:center; margin-top:32px\">\n   <a class=\"btp-cta-float\" href=\"?add-to-cart=91913\" style=\"display:inline-block;padding:16px 34px;background:#0071e3;color:#fff;font-size:1.05rem;font-weight:800;border-radius:999px;text-decoration:none;letter-spacing:-0.01em\">Buy Now<\/a>\n  <\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- ==================== SHORTCUTS ==================== --><\/p>\n<section style=\"padding:80px 24px;background:#fff\">\n<div style=\"max-width:1060px;margin-right:auto;margin-left:auto\">\n<div style=\"display:flex;flex-wrap:wrap;gap:32px;align-items:center\">\n<div class=\"btp-reveal-left\" style=\"box-sizing:border-box;flex:1 1 300px;max-width:100%;min-width:0\">\n    <span style=\"font-size:13.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#0071e3;margin-bottom:14px;display:block\">For fast workflows<\/span><\/p>\n<h2 style=\"display:block;font-size:clamp(1.9rem,3vw,2.9rem);font-weight:900;line-height:1.08;letter-spacing:-0.03em;color:#1d1d1f;margin:0 0 16px 0;text-transform:none\">Shortcuts you will actually use.<\/h2>\n<p style=\"font-size:1.05rem;line-height:1.7;color:#515154;margin:0 0 16px 0\">Every move to the mouse costs time. BorderTool Pro is built so you barely need to take your hands off the keyboard.<\/p>\n<p>    <a class=\"btp-cta-float\" href=\"?add-to-cart=91913\" style=\"display:inline-block;padding:16px 34px;background:#0071e3;color:#fff;font-size:1.05rem;font-weight:800;border-radius:999px;text-decoration:none;letter-spacing:-0.01em\">Buy Now<\/a>\n   <\/div>\n<div class=\"btp-reveal-right\" style=\"box-sizing:border-box;flex:1 1 380px;max-width:100%;min-width:0;background:#f5f5f7;border-radius:20px;overflow:hidden;border:1px solid #e8e8ed\">\n<table style=\"width:100%;border-collapse:collapse\">\n<tbody>\n<tr>\n<td style=\"padding:13px 18px;border-bottom:1px solid #f0f0f0;font-size:15.5px;font-weight:700;color:#1d1d1f;font-family:'SF Mono','Menlo',monospace;white-space:nowrap;width:1%;border-right:1px solid #f0f0f0\">&#8984;1 &ndash; &#8984;8<\/td>\n<td style=\"padding:13px 18px;border-bottom:1px solid #f0f0f0;font-size:14.5px;color:#515154\">Load preset<\/td>\n<\/tr>\n<tr>\n<td style=\"padding:13px 18px;border-bottom:1px solid #f0f0f0;font-size:15.5px;font-weight:700;color:#1d1d1f;font-family:'SF Mono','Menlo',monospace;white-space:nowrap;width:1%;border-right:1px solid #f0f0f0\">H<\/td>\n<td style=\"padding:13px 18px;border-bottom:1px solid #f0f0f0;font-size:14.5px;color:#515154\">Next Color Harmony mode<\/td>\n<\/tr>\n<tr>\n<td style=\"padding:13px 18px;border-bottom:1px solid #f0f0f0;font-size:15.5px;font-weight:700;color:#1d1d1f;font-family:'SF Mono','Menlo',monospace;white-space:nowrap;width:1%;border-right:1px solid #f0f0f0\">&#8984;H<\/td>\n<td style=\"padding:13px 18px;border-bottom:1px solid #f0f0f0;font-size:14.5px;color:#515154\">Toggle Color Harmony on\/off<\/td>\n<\/tr>\n<tr>\n<td style=\"padding:13px 18px;border-bottom:1px solid #f0f0f0;font-size:15.5px;font-weight:700;color:#1d1d1f;font-family:'SF Mono','Menlo',monospace;white-space:nowrap;width:1%;border-right:1px solid #f0f0f0\">X<\/td>\n<td style=\"padding:13px 18px;border-bottom:1px solid #f0f0f0;font-size:14.5px;color:#515154\">Swap border colors<\/td>\n<\/tr>\n<tr>\n<td style=\"padding:13px 18px;border-bottom:1px solid #f0f0f0;font-size:15.5px;font-weight:700;color:#1d1d1f;font-family:'SF Mono','Menlo',monospace;white-space:nowrap;width:1%;border-right:1px solid #f0f0f0\">D<\/td>\n<td style=\"padding:13px 18px;border-bottom:1px solid #f0f0f0;font-size:14.5px;color:#515154\">Quick defaults (black inner, white outer)<\/td>\n<\/tr>\n<tr>\n<td style=\"padding:13px 18px;border-bottom:1px solid #f0f0f0;font-size:15.5px;font-weight:700;color:#1d1d1f;font-family:'SF Mono','Menlo',monospace;white-space:nowrap;width:1%;border-right:1px solid #f0f0f0\">R<\/td>\n<td style=\"padding:13px 18px;border-bottom:1px solid #f0f0f0;font-size:14.5px;color:#515154\">Random Frames w&uuml;rfeln<\/td>\n<\/tr>\n<tr>\n<td style=\"padding:13px 18px;border-bottom:1px solid #f0f0f0;font-size:15.5px;font-weight:700;color:#1d1d1f;font-family:'SF Mono','Menlo',monospace;white-space:nowrap;width:1%;border-right:1px solid #f0f0f0\">Space<\/td>\n<td style=\"padding:13px 18px;border-bottom:1px solid #f0f0f0;font-size:14.5px;color:#515154\">Quick Look preview<\/td>\n<\/tr>\n<tr>\n<td style=\"padding:13px 18px;border-bottom:1px solid #f0f0f0;font-size:15.5px;font-weight:700;color:#1d1d1f;font-family:'SF Mono','Menlo',monospace;white-space:nowrap;width:1%;border-right:1px solid #f0f0f0\">&#8984;S<\/td>\n<td style=\"padding:13px 18px;border-bottom:1px solid #f0f0f0;font-size:14.5px;color:#515154\">Save preview<\/td>\n<\/tr>\n<tr>\n<td style=\"padding:13px 18px;border-bottom:1px solid #f0f0f0;font-size:15.5px;font-weight:700;color:#1d1d1f;font-family:'SF Mono','Menlo',monospace;white-space:nowrap;width:1%;border-right:1px solid #f0f0f0\">&#8984;V<\/td>\n<td style=\"padding:13px 18px;border-bottom:1px solid #f0f0f0;font-size:14.5px;color:#515154\">Paste image from clipboard<\/td>\n<\/tr>\n<tr>\n<td style=\"padding:13px 18px;border-bottom:1px solid #f0f0f0;font-size:15.5px;font-weight:700;color:#1d1d1f;font-family:'SF Mono','Menlo',monospace;white-space:nowrap;width:1%;border-right:1px solid #f0f0f0\">&#8984;C<\/td>\n<td style=\"padding:13px 18px;border-bottom:1px solid #f0f0f0;font-size:14.5px;color:#515154\">Copy result to clipboard<\/td>\n<\/tr>\n<tr>\n<td style=\"padding:13px 18px;border-bottom:1px solid #f0f0f0;font-size:15.5px;font-weight:700;color:#1d1d1f;font-family:'SF Mono','Menlo',monospace;white-space:nowrap;width:1%;border-right:1px solid #f0f0f0\">&#8984;P<\/td>\n<td style=\"padding:13px 18px;border-bottom:1px solid #f0f0f0;font-size:14.5px;color:#515154\">Print<\/td>\n<\/tr>\n<tr>\n<td style=\"padding:13px 18px;font-size:15.5px;font-weight:700;color:#1d1d1f;font-family:'SF Mono','Menlo',monospace;white-space:nowrap;width:1%;border-right:1px solid #f0f0f0\">&#8984;+Scroll<\/td>\n<td style=\"padding:13px 18px;font-size:14.5px;color:#515154\">Adjust border width<\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- ==================== INTEGRATION ==================== --><\/p>\n<section id=\"integration\" style=\"padding:80px 24px;background:#f5f5f7\">\n<div style=\"max-width:1060px;margin-right:auto;margin-left:auto\">\n<div style=\"text-align:center; margin-bottom:52px\">\n   <span style=\"font-size:13.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#0071e3;margin-bottom:14px;display:block\">Integration<\/span><\/p>\n<h2 style=\"display:block;font-size:clamp(1.9rem,3vw,2.9rem);font-weight:900;line-height:1.08;letter-spacing:-0.03em;color:#1d1d1f;margin:0 0 16px 0;text-transform:none\">Fits seamlessly into your workflow.<\/h2>\n<p style=\"font-size:1.2rem;line-height:1.65;color:#515154;margin:0 auto;max-width:560px\">BorderTool Pro works as a post-export tool. Your workflow stays exactly as it is &ndash; the border is simply added automatically.<\/p>\n<\/p><\/div>\n<div style=\"display:flex;flex-wrap:wrap;gap:24px;align-items:stretch;margin-bottom:36px\">\n<div style=\"box-sizing:border-box;flex:1 1 340px;max-width:100%;min-width:0;background:#fff;border-radius:20px;padding:24px 22px;box-shadow:0 3px 16px rgba(0,0,0,0.06);border:1px solid rgba(0,0,0,.05)\">\n<div style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px\">\n<div style=\"width:36px;height:36px;background:#1d1d1f;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0\"><span style=\"color:#fff;font-size:18px;font-weight:900;font-family:system-ui\">C1<\/span><\/div>\n<div style=\"font-weight:800; font-size:1.1rem; color:#1d1d1f\">Capture One<\/div>\n<\/div>\n<div style=\"display:flex; flex-direction:column; gap:12px\">\n<div style=\"display:flex; gap:12px; align-items:flex-start\">\n<div style=\"width:24px; height:24px; background:#0071e3; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:13.5px; font-weight:800; color:#fff; flex-shrink:0; margin-top:1px\">1<\/div>\n<div style=\"color:#515154; font-size:1.02rem; line-height:1.6\">Create a process recipe template in Capture One<\/div>\n<\/div>\n<div style=\"display:flex; gap:12px; align-items:flex-start\">\n<div style=\"width:24px; height:24px; background:#0071e3; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:13.5px; font-weight:800; color:#fff; flex-shrink:0; margin-top:1px\">2<\/div>\n<div style=\"color:#515154; font-size:1.02rem; line-height:1.6\">Under <strong style=\"color:#1d1d1f\">&ldquo;Open With&#8230;&rdquo;<\/strong> select BorderTool Pro<\/div>\n<\/div>\n<div style=\"display:flex; gap:12px; align-items:flex-start\">\n<div style=\"width:24px; height:24px; background:#0071e3; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:13.5px; font-weight:800; color:#fff; flex-shrink:0; margin-top:1px\">3<\/div>\n<div style=\"color:#515154; font-size:1.02rem; line-height:1.6\">Start export &ndash; the border is applied automatically<\/div>\n<\/div><\/div>\n<\/p><\/div>\n<div style=\"box-sizing:border-box;flex:1 1 340px;max-width:100%;min-width:0;background:#fff;border-radius:20px;padding:24px 22px;box-shadow:0 3px 16px rgba(0,0,0,0.06);border:1px solid rgba(0,0,0,.05)\">\n<div style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px\">\n<div style=\"width:36px;height:36px;background:linear-gradient(135deg,#31A8FF,#001E36);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0\"><span style=\"color:#fff;font-size:16px;font-weight:900;font-family:system-ui\">Lr<\/span><\/div>\n<div style=\"font-weight:800; font-size:1.1rem; color:#1d1d1f\">Adobe Lightroom<\/div>\n<\/div>\n<div style=\"display:flex; flex-direction:column; gap:12px\">\n<div style=\"display:flex; gap:12px; align-items:flex-start\">\n<div style=\"width:24px; height:24px; background:#0071e3; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:13.5px; font-weight:800; color:#fff; flex-shrink:0; margin-top:1px\">1<\/div>\n<div style=\"color:#515154; font-size:1.02rem; line-height:1.6\">Open the export dialog in Lightroom<\/div>\n<\/div>\n<div style=\"display:flex; gap:12px; align-items:flex-start\">\n<div style=\"width:24px; height:24px; background:#0071e3; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:13.5px; font-weight:800; color:#fff; flex-shrink:0; margin-top:1px\">2<\/div>\n<div style=\"color:#515154; font-size:1.02rem; line-height:1.6\">Under <strong style=\"color:#1d1d1f\">&ldquo;After Export &rarr; Open With&rdquo;<\/strong> choose BorderTool Pro<\/div>\n<\/div>\n<div style=\"display:flex; gap:12px; align-items:flex-start\">\n<div style=\"width:24px; height:24px; background:#0071e3; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:13.5px; font-weight:800; color:#fff; flex-shrink:0; margin-top:1px\">3<\/div>\n<div style=\"color:#515154; font-size:1.02rem; line-height:1.6\">Export &ndash; BorderTool Pro automatically applies borders using your current preferences<\/div>\n<\/div><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div style=\"box-sizing:border-box;flex:1 1 340px;max-width:100%;min-width:0;background:#fff;border-radius:20px;padding:24px 22px;box-shadow:0 3px 16px rgba(0,0,0,0.06);border:1px solid rgba(0,0,0,.05);margin-bottom:24px\">\n<div style=\"display:flex; align-items:center; gap:12px; margin-bottom:12px\">\n<div style=\"width:44px; height:44px; background:rgba(88,86,214,.12); border-radius:13px; display:flex; align-items:center; justify-content:center; font-size:20px; flex-shrink:0\">&#128248;<\/div>\n<div>\n<div style=\"font-size:1.1rem;font-weight:800;color:#1d1d1f;margin:0 0 4px\">Apple Photos Extension<\/div>\n<\/div><\/div>\n<p style=\"color:#515154;font-size:1.02rem;line-height:1.65;margin:0\">Add borders directly inside Apple Photos &ndash; non-destructive, with no export. Open a photo &rarr; Edit &rarr; choose BorderTool Pro &rarr; configure the frame &rarr; save. The original always stays intact. <a href=\"#photos-extension\" style=\"color:#0071e3; text-decoration:none; font-weight:600\">Learn more &#8593;<\/a><\/p>\n<\/p><\/div>\n<div style=\"display:flex;flex-wrap:wrap;gap:16px;margin-bottom:16px\">\n<div style=\"box-sizing:border-box;flex:1 1 240px;max-width:100%;background:linear-gradient(135deg,rgba(0,113,227,.07),rgba(88,86,214,.07));border:1.5px solid rgba(0,113,227,.18);border-radius:18px;padding:20px 22px\">\n<div style=\"font-size:11.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(0,113,227,.8);margin-bottom:8px\">Pro Tip &middot; Capture One<\/div>\n<div style=\"font-weight:800;font-size:1rem;color:#1d1d1f;margin-bottom:6px\">Replace the original directly.<\/div>\n<p style=\"color:#515154;font-size:1.01rem;line-height:1.65;margin:0\">Enable &ldquo;Replace Original&rdquo; &ndash; the export lands immediately as the finished image, with no manual moving required.<\/p>\n<\/p><\/div>\n<div style=\"box-sizing:border-box;flex:1 1 240px;max-width:100%;background:linear-gradient(135deg,rgba(0,113,227,.07),rgba(88,86,214,.07));border:1.5px solid rgba(0,113,227,.18);border-radius:18px;padding:20px 22px\">\n<div style=\"font-size:11.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(0,113,227,.8);margin-bottom:8px\">Pro Tip &middot; Lightroom<\/div>\n<div style=\"font-weight:800;font-size:1rem;color:#1d1d1f;margin-bottom:6px\">Load your preset first.<\/div>\n<p style=\"color:#515154;font-size:1.01rem;line-height:1.65;margin:0\">That way every exported image gets the right look immediately &ndash; no manual in-between step needed.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div style=\"background:linear-gradient(135deg,rgba(0,113,227,.07),rgba(88,86,214,.07)); border:1.5px solid rgba(0,113,227,.18); border-radius:18px; padding:22px 26px; margin-bottom:36px\">\n<div style=\"font-size:12.5px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; color:rgba(0,113,227,.8); margin-bottom:8px\">Pro Tip<\/div>\n<div style=\"font-weight:800; font-size:1.3rem; color:#1d1d1f; margin-bottom:8px; letter-spacing:-0.01em\">Compress to JPEG only once.<\/div>\n<p style=\"color:#515154; font-size:1.01rem; line-height:1.65; margin:0\">Always export from Capture One or Lightroom as <strong style=\"color:#1d1d1f\">TIFF<\/strong> &ndash; lossless and without compression. Then convert to <strong style=\"color:#1d1d1f\">JPEG<\/strong> in BorderTool Pro. This way JPEG compression happens only <em>once<\/em>, at the final export step. Double compression (JPEG &rarr; edit &rarr; JPEG) visibly reduces quality.<\/p>\n<\/p><\/div>\n<div style=\"background:#fff; border-left:3px solid #0071e3; border-radius:0 16px 16px 0; padding:18px 20px; max-width:640px; margin:0 auto 32px\">\n<p style=\"color:#1d1d1f; font-size:1.06rem; line-height:1.7; margin:0 0 8px; font-style:italic\">&ldquo;The batch workflow from Capture One is brilliantly solved. I can now frame large numbers of my photos quickly and effortlessly.&rdquo;<\/p>\n<div style=\"font-size:14.5px; font-weight:700; color:#6e6e73\">Diego C&uuml;rten &middot; Capture One user<\/div>\n<\/p><\/div>\n<div style=\"text-align:center\">\n   <a class=\"btp-cta-float\" href=\"?add-to-cart=91913\" style=\"display:inline-block;padding:16px 34px;background:#0071e3;color:#fff;font-size:1.05rem;font-weight:800;border-radius:999px;text-decoration:none;letter-spacing:-0.01em\">Get Started<\/a>\n  <\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- ==================== VERGLEICH ==================== --><\/p>\n<section id=\"vergleich\" style=\"padding:80px 24px;background:#fff\">\n<div style=\"max-width:1060px;margin-right:auto;margin-left:auto\">\n<div style=\"text-align:center; margin-bottom:48px\">\n   <span style=\"font-size:13.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#0071e3;margin-bottom:14px;display:block\">Why BorderTool Pro<\/span><\/p>\n<h2 style=\"display:block;font-size:clamp(1.9rem,3vw,2.9rem);font-weight:900;line-height:1.08;letter-spacing:-0.03em;color:#1d1d1f;margin:0 0 16px 0;text-transform:none\">The honest comparison.<\/h2>\n<\/p><\/div>\n<div style=\"background:#f5f5f7; border-radius:22px; overflow:hidden; border:1px solid #e8e8ed; overflow-x:auto\">\n<table style=\"width:100%; border-collapse:collapse; min-width:560px\">\n<thead>\n<tr>\n<th style=\"padding:14px 18px; text-align:left; border-bottom:1px solid #e8e8ed; font-size:13.5px; text-transform:uppercase; letter-spacing:.06em; color:#6e6e73; background:#f5f5f7\"><\/th>\n<th style=\"padding:14px 18px; text-align:center; border-bottom:1px solid #e8e8ed; font-size:13.5px; font-weight:700; color:#6e6e73; background:#f5f5f7\">PS \/ LR<\/th>\n<th style=\"padding:14px 18px; text-align:center; border-bottom:1px solid #e8e8ed; font-size:13.5px; font-weight:700; color:#6e6e73; background:#f5f5f7\">Web-Tools<\/th>\n<th style=\"padding:14px 18px; text-align:center; border-bottom:1px solid #e8e8ed; font-size:14.5px; font-weight:800; color:#0071e3; background:rgba(0,113,227,.06)\">BorderTool Pro<\/th>\n<\/tr>\n<\/thead>\n<tbody style=\"background:#fff\">\n<tr>\n<td style=\"padding:13px 18px; border-bottom:1px solid #f0f0f0; font-size:14.5px; font-weight:600; color:#1d1d1f\">One-time purchase<\/td>\n<td style=\"padding:13px 18px; border-bottom:1px solid #f0f0f0; text-align:center; color:#ff3b30\">&#10005;<\/td>\n<td style=\"padding:13px 18px; border-bottom:1px solid #f0f0f0; text-align:center; color:#ff3b30\">&#10005;<\/td>\n<td style=\"padding:13px 18px; border-bottom:1px solid #f0f0f0; text-align:center; color:#34c759; font-size:15px; background:rgba(0,113,227,.03)\">&#10003;<\/td>\n<\/tr>\n<tr>\n<td style=\"padding:13px 18px; border-bottom:1px solid #f0f0f0; font-size:14.5px; font-weight:600; color:#1d1d1f\">100% local \/ offline<\/td>\n<td style=\"padding:13px 18px; border-bottom:1px solid #f0f0f0; text-align:center; color:#34c759\">&#10003;<\/td>\n<td style=\"padding:13px 18px; border-bottom:1px solid #f0f0f0; text-align:center; color:#ff3b30\">&#10005;<\/td>\n<td style=\"padding:13px 18px; border-bottom:1px solid #f0f0f0; text-align:center; color:#34c759; font-size:15px; background:rgba(0,113,227,.03)\">&#10003;<\/td>\n<\/tr>\n<tr>\n<td style=\"padding:13px 18px; border-bottom:1px solid #f0f0f0; font-size:14.5px; font-weight:600; color:#1d1d1f\">Double borders<\/td>\n<td style=\"padding:13px 18px; border-bottom:1px solid #f0f0f0; text-align:center; color:#ff9500; font-size:13.5px; font-weight:600\">Manual<\/td>\n<td style=\"padding:13px 18px; border-bottom:1px solid #f0f0f0; text-align:center; color:#ff3b30\">&#10005;<\/td>\n<td style=\"padding:13px 18px; border-bottom:1px solid #f0f0f0; text-align:center; color:#34c759; font-size:15px; background:rgba(0,113,227,.03)\">&#10003;<\/td>\n<\/tr>\n<tr>\n<td style=\"padding:13px 18px; border-bottom:1px solid #f0f0f0; font-size:14.5px; font-weight:600; color:#1d1d1f\">Color Harmony<\/td>\n<td style=\"padding:13px 18px; border-bottom:1px solid #f0f0f0; text-align:center; color:#ff3b30\">&#10005;<\/td>\n<td style=\"padding:13px 18px; border-bottom:1px solid #f0f0f0; text-align:center; color:#ff3b30\">&#10005;<\/td>\n<td style=\"padding:13px 18px; border-bottom:1px solid #f0f0f0; text-align:center; color:#34c759; font-size:15px; background:rgba(0,113,227,.03)\">&#10003;<\/td>\n<\/tr>\n<tr>\n<td style=\"padding:13px 18px; border-bottom:1px solid #f0f0f0; font-size:14.5px; font-weight:600; color:#1d1d1f\">Black &amp; white conversion<\/td>\n<td style=\"padding:13px 18px; border-bottom:1px solid #f0f0f0; text-align:center; color:#34c759\">&#10003;<\/td>\n<td style=\"padding:13px 18px; border-bottom:1px solid #f0f0f0; text-align:center; color:#ff3b30\">&#10005;<\/td>\n<td style=\"padding:13px 18px; border-bottom:1px solid #f0f0f0; text-align:center; color:#34c759; font-size:15px; background:rgba(0,113,227,.03)\">&#10003;<\/td>\n<\/tr>\n<tr>\n<td style=\"padding:13px 18px; border-bottom:1px solid #f0f0f0; font-size:14.5px; font-weight:600; color:#1d1d1f\">Drop Shadow<\/td>\n<td style=\"padding:13px 18px; border-bottom:1px solid #f0f0f0; text-align:center; color:#ff9500; font-size:13.5px; font-weight:600\">Manual<\/td>\n<td style=\"padding:13px 18px; border-bottom:1px solid #f0f0f0; text-align:center; color:#ff9500; font-size:13.5px; font-weight:600\">Begrenzt<\/td>\n<td style=\"padding:13px 18px; border-bottom:1px solid #f0f0f0; text-align:center; color:#34c759; font-size:15px; background:rgba(0,113,227,.03)\">&#10003;<\/td>\n<\/tr>\n<tr>\n<td style=\"padding:13px 18px; border-bottom:1px solid #f0f0f0; font-size:14.5px; font-weight:600; color:#1d1d1f\">Polaroid mode<\/td>\n<td style=\"padding:13px 18px; border-bottom:1px solid #f0f0f0; text-align:center; color:#ff9500; font-size:13.5px; font-weight:600\">Manual<\/td>\n<td style=\"padding:13px 18px; border-bottom:1px solid #f0f0f0; text-align:center; color:#ff3b30\">&#10005;<\/td>\n<td style=\"padding:13px 18px; border-bottom:1px solid #f0f0f0; text-align:center; color:#34c759; font-size:15px; background:rgba(0,113,227,.03)\">&#10003;<\/td>\n<\/tr>\n<tr>\n<td style=\"padding:13px 18px; border-bottom:1px solid #f0f0f0; font-size:14.5px; font-weight:600; color:#1d1d1f\">Apple Photos Extension<\/td>\n<td style=\"padding:13px 18px; border-bottom:1px solid #f0f0f0; text-align:center; color:#ff3b30\">&#10005;<\/td>\n<td style=\"padding:13px 18px; border-bottom:1px solid #f0f0f0; text-align:center; color:#ff3b30\">&#10005;<\/td>\n<td style=\"padding:13px 18px; border-bottom:1px solid #f0f0f0; text-align:center; color:#34c759; font-size:15px; background:rgba(0,113,227,.03)\">&#10003;<\/td>\n<\/tr>\n<tr>\n<td style=\"padding:13px 18px; border-bottom:1px solid #f0f0f0; font-size:14.5px; font-weight:600; color:#1d1d1f\">Presets per Tastendruck<\/td>\n<td style=\"padding:13px 18px; border-bottom:1px solid #f0f0f0; text-align:center; color:#ff9500; font-size:13.5px; font-weight:600\">Actions<\/td>\n<td style=\"padding:13px 18px; border-bottom:1px solid #f0f0f0; text-align:center; color:#ff3b30\">&#10005;<\/td>\n<td style=\"padding:13px 18px; border-bottom:1px solid #f0f0f0; text-align:center; color:#34c759; font-size:15px; background:rgba(0,113,227,.03)\">&#10003;<\/td>\n<\/tr>\n<tr>\n<td style=\"padding:13px 18px; border-bottom:1px solid #f0f0f0; font-size:14.5px; font-weight:600; color:#1d1d1f\">Drag &amp; Drop Menubar<\/td>\n<td style=\"padding:13px 18px; border-bottom:1px solid #f0f0f0; text-align:center; color:#ff3b30\">&#10005;<\/td>\n<td style=\"padding:13px 18px; border-bottom:1px solid #f0f0f0; text-align:center; color:#ff3b30\">&#10005;<\/td>\n<td style=\"padding:13px 18px; border-bottom:1px solid #f0f0f0; text-align:center; color:#34c759; font-size:15px; background:rgba(0,113,227,.03)\">&#10003;<\/td>\n<\/tr>\n<tr>\n<td style=\"padding:13px 18px; font-size:14.5px; font-weight:600; color:#1d1d1f\">EXIF &amp; color profiles preserved<\/td>\n<td style=\"padding:13px 18px; text-align:center; color:#ff9500; font-size:13.5px; font-weight:600\">Partial<\/td>\n<td style=\"padding:13px 18px; text-align:center; color:#ff9500; font-size:13.5px; font-weight:600\">Unclear<\/td>\n<td style=\"padding:13px 18px; text-align:center; color:#34c759; font-size:15px; background:rgba(0,113,227,.03)\">&#10003;<\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- ==================== DREAM TEAM (Final English Version) ==================== --><\/p>\n<section style=\"padding:80px 24px; background:#fff; font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif\">\n<div style=\"max-width:1060px; margin:0 auto\">\n<p>    <!-- Heading Section --><\/p>\n<div style=\"text-align:center; margin-bottom:52px\">\n      <span style=\"font-size:13.5px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; color:#0071e3; margin-bottom:14px; display:block\">The Ultimate Workflow<\/span><\/p>\n<h2 style=\"display:block; font-size:clamp(1.8rem, 4vw, 2.8rem); font-weight:900; line-height:1.1; letter-spacing:-0.03em; color:#1d1d1f; margin:0 0 16px\">Elevate Your Branding. Simplify Your Work.<\/h2>\n<p style=\"font-size:1.15rem; line-height:1.6; color:#515154; margin:0 auto; max-width:620px\">Combine Border Tool Pro and BatchMark Pro to create a consistent portfolio in record time.<\/p>\n<\/p><\/div>\n<p>    <!-- Flex Container for Responsive Layout --><\/p>\n<div style=\"display:flex; flex-wrap:wrap; gap:24px; justify-content:center\">\n<p>      <!-- Card 1: Border Tool Pro --><\/p>\n<div style=\"flex:1 1 320px; max-width:100%; display:flex; flex-direction:column; background:#f5f5f7; border-radius:24px; border:1px solid rgba(0,0,0,.05); overflow:hidden\">\n<div style=\"line-height:0; background:#1d1d1f\">\n          <img decoding=\"async\" src=\"https:\/\/www.pixelcatcher.de\/wp-content\/uploads\/2026\/02\/bordertool-pro.png\" alt=\"Border Tool Pro\" style=\"display:block; width:100%; height:auto\" title=\"\">\n        <\/div>\n<div style=\"padding:32px; display:flex; flex-direction:column; flex:1\">\n<h3 style=\"font-size:1.25rem; font-weight:900; color:#1d1d1f; margin:0 0 12px\">Border Tool Pro<\/h3>\n<p style=\"font-size:1rem; line-height:1.6; color:#515154; margin:0 0 20px; flex:1\">Professional frames and mats for Instagram, portfolio, and print.<\/p>\n<div style=\"display:flex; gap:8px\"><span style=\"padding:4px 10px; background:#fff; border-radius:7px; font-size:12px; font-weight:700\">Frames<\/span><span style=\"padding:4px 10px; background:#fff; border-radius:7px; font-size:12px; font-weight:700\">Batch Export<\/span><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>      <!-- Card 2: BatchMark Pro --><\/p>\n<div style=\"flex:1 1 320px; max-width:100%; display:flex; flex-direction:column; background:#f5f5f7; border-radius:24px; border:1px solid rgba(0,0,0,.05); overflow:hidden\">\n        <a href=\"https:\/\/www.pixelcatcher.de\/en\/produkt\/batchmark-pro-mac\/\" style=\"display:block; line-height:0; background:#0a0a0c\"><br \/>\n          <img decoding=\"async\" src=\"https:\/\/www.pixelcatcher.de\/wp-content\/uploads\/2026\/04\/batchmark-pro.jpg\" alt=\"BatchMark Pro\" style=\"display:block; width:100%; height:auto; border:0\" title=\"\"><br \/>\n        <\/a><\/p>\n<div style=\"padding:32px; display:flex; flex-direction:column; flex:1\">\n<h3 style=\"font-size:1.25rem; font-weight:900; color:#1d1d1f; margin:0 0 12px\">BatchMark Pro<\/h3>\n<p style=\"font-size:1rem; line-height:1.6; color:#515154; margin:0 0 20px; flex:1\">Automated watermarking directly from Lightroom Classic and Capture One.<\/p>\n<div style=\"display:flex; gap:8px\"><span style=\"padding:4px 10px; background:#fff; border-radius:7px; font-size:12px; font-weight:700\">Logos<\/span><span style=\"padding:4px 10px; background:#fff; border-radius:7px; font-size:12px; font-weight:700\">EXIF Data<\/span><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>      <!-- Card 3: Combo CTA --><\/p>\n<div style=\"flex:1 1 320px; max-width:100%; display:flex; flex-direction:column; background:#1d1d1f; border-radius:24px; padding:32px; color:#ffffff; justify-content:space-between\">\n<div>\n<h3 style=\"font-size:1.4rem; font-weight:900; color:#ffffff; line-height:1.2; margin:0 0 16px\">Setup Once.<br \/>Always Consistent.<\/h3>\n<p style=\"font-size:1rem; line-height:1.6; color:rgba(255,255,255,0.75); margin:0\">Border Tool Pro shapes your image, BatchMark Pro adds your branding. Once configured, it runs automatically on your Mac.<\/p>\n<\/p><\/div>\n<div style=\"display:flex; flex-direction:column; gap:12px; margin-top:32px\">\n          <a href=\"?add-to-cart=91976\" style=\"display:block; padding:14px; background:#ffffff; color:#1d1d1f; font-weight:800; border-radius:99px; text-decoration:none; text-align:center; font-size:0.95rem\">Buy Border Tool Pro<\/a><br \/>\n          <a href=\"https:\/\/www.pixelcatcher.de\/en\/produkt\/batchmark-pro-mac\/\" style=\"display:block; padding:14px; background:rgba(255,255,255,0.1); color:#ffffff; font-weight:700; border-radius:99px; text-decoration:none; text-align:center; font-size:0.95rem; border:1px solid rgba(255,255,255,0.3)\">Learn More About BatchMark Pro<\/a>\n        <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- ==================== FAQ ==================== --><\/p>\n<section id=\"faq\" style=\"padding:80px 24px;background:#f5f5f7\">\n<div style=\"max-width:1060px;margin-right:auto;margin-left:auto\">\n<div class=\"btp-reveal\" style=\"text-align:center; margin-bottom:48px\">\n   <span style=\"font-size:13.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#0071e3;margin-bottom:14px;display:block\">Frequently Asked Questions<\/span><\/p>\n<h2 style=\"display:block;font-size:clamp(1.9rem,3vw,2.9rem);font-weight:900;line-height:1.08;letter-spacing:-0.03em;color:#1d1d1f;margin:0 0 16px 0;text-transform:none\">Everything important, explained quickly.<\/h2>\n<\/p><\/div>\n<div class=\"btp-stagger\" style=\"display:flex;flex-wrap:wrap;gap:16px;align-items:flex-start\">\n<div style=\"box-sizing:border-box;flex:1 1 340px;max-width:100%;min-width:0;background:#fff;border-radius:20px;padding:24px 22px;box-shadow:0 3px 16px rgba(0,0,0,0.06);border:1px solid rgba(0,0,0,.05)\">\n<div style=\"font-size:1.3rem;font-weight:800;color:#1d1d1f;margin:0 0 8px 0\">Will image quality stay intact?<\/div>\n<p style=\"font-size:1rem;line-height:1.7;color:#515154;margin:0\">Yes. Processing runs via ImageIO. JPEG is saved at high quality (0.95) by default. EXIF metadata and color profiles are preserved whenever technically possible.<\/p>\n<\/p><\/div>\n<div style=\"box-sizing:border-box;flex:1 1 340px;max-width:100%;min-width:0;background:#fff;border-radius:20px;padding:24px 22px;box-shadow:0 3px 16px rgba(0,0,0,0.06);border:1px solid rgba(0,0,0,.05)\">\n<div style=\"font-size:1.3rem;font-weight:800;color:#1d1d1f;margin:0 0 8px 0\">Can I process entire folders?<\/div>\n<p style=\"font-size:1rem;line-height:1.7;color:#515154;margin:0\">Yes &ndash; recursively, including all subfolders. Even 1000+ images are no problem. Processing runs in parallel across about 80% of available CPU cores, with progress + ETA.<\/p>\n<\/p><\/div>\n<div style=\"box-sizing:border-box;flex:1 1 340px;max-width:100%;min-width:0;background:#fff;border-radius:20px;padding:24px 22px;box-shadow:0 3px 16px rgba(0,0,0,0.06);border:1px solid rgba(0,0,0,.05)\">\n<div style=\"font-size:1.3rem;font-weight:800;color:#1d1d1f;margin:0 0 8px 0\">Will the app overwrite my originals?<\/div>\n<p style=\"font-size:1rem;line-height:1.7;color:#515154;margin:0\">Only if you actively choose &ldquo;Replace Original.&rdquo; The default is always a new file. When replacing, the original is moved to the Trash first &ndash; with a clear warning.<\/p>\n<\/p><\/div>\n<div style=\"box-sizing:border-box;flex:1 1 340px;max-width:100%;min-width:0;background:#fff;border-radius:20px;padding:24px 22px;box-shadow:0 3px 16px rgba(0,0,0,0.06);border:1px solid rgba(0,0,0,.05)\">\n<div style=\"font-size:1.3rem;font-weight:800;color:#1d1d1f;margin:0 0 8px 0\">What do the Instagram formats do?<\/div>\n<p style=\"font-size:1rem;line-height:1.7;color:#515154;margin:0\">You choose a target aspect ratio (1:1, 4:5, 9:16, or 1.91:1). The original image is never cropped &ndash; the frame fills the difference instead. The result fits the platform without losing image content.<\/p>\n<\/p><\/div>\n<div style=\"box-sizing:border-box;flex:1 1 340px;max-width:100%;min-width:0;background:#fff;border-radius:20px;padding:24px 22px;box-shadow:0 3px 16px rgba(0,0,0,0.06);border:1px solid rgba(0,0,0,.05)\">\n<div style=\"font-size:1.3rem;font-weight:800;color:#1d1d1f;margin:0 0 8px 0\">Which output formats are available?<\/div>\n<p style=\"font-size:1rem;line-height:1.7;color:#515154;margin:0\">JPG, PNG, TIFF, BMP, GIF, HEIC, and HEIF as input. Output can keep the original format or switch to JPEG, HEIC, PNG, or TIFF &ndash; with individual quality and compression settings.<\/p>\n<\/p><\/div>\n<div style=\"box-sizing:border-box;flex:1 1 340px;max-width:100%;min-width:0;background:#fff;border-radius:20px;padding:24px 22px;box-shadow:0 3px 16px rgba(0,0,0,0.06);border:1px solid rgba(0,0,0,.05)\">\n<div style=\"font-size:1.3rem;font-weight:800;color:#1d1d1f;margin:0 0 8px 0\">Does it work with Capture One \/ Lightroom?<\/div>\n<p style=\"font-size:1rem;line-height:1.7;color:#515154;margin:0\">Yes. In Capture One, use &ldquo;Open With&#8230;&rdquo; inside the process recipe. In Lightroom, use &ldquo;After Export &rarr; Open With.&rdquo; BorderTool Pro then applies borders automatically using your current preferences.<\/p>\n<\/p><\/div>\n<div style=\"box-sizing:border-box;flex:1 1 340px;max-width:100%;min-width:0;background:#fff;border-radius:20px;padding:24px 22px;box-shadow:0 3px 16px rgba(0,0,0,0.06);border:1px solid rgba(0,0,0,.05)\">\n<div style=\"font-size:1.3rem;font-weight:800;color:#1d1d1f;margin:0 0 8px 0\">What is the real benefit of presets?<\/div>\n<p style=\"font-size:1rem;line-height:1.7;color:#515154;margin:0\">You save complete border configurations: colors, widths, units, corners, shadows &ndash; everything. Load them instantly with &#8984;1&ndash;8. Perfect for brand-consistent work across changing series.<\/p>\n<\/p><\/div>\n<div style=\"box-sizing:border-box;flex:1 1 340px;max-width:100%;min-width:0;background:#fff;border-radius:20px;padding:24px 22px;box-shadow:0 3px 16px rgba(0,0,0,0.06);border:1px solid rgba(0,0,0,.05)\">\n<div style=\"font-size:1.3rem;font-weight:800;color:#1d1d1f;margin:0 0 8px 0\">Is there a subscription?<\/div>\n<p style=\"font-size:1rem;line-height:1.7;color:#515154;margin:0\">No. BorderTool Pro is a one-time purchase. You own the app &ndash; no subscription, no monthly fees, no cloud dependency, no outside connection required.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- ==================== &Uuml;BER MICH ==================== --><\/p>\n<section id=\"ueber-mich\" style=\"padding:80px 24px;background:#fff\">\n<div style=\"max-width:1060px;margin-right:auto;margin-left:auto\">\n<div style=\"display:flex;flex-wrap:wrap;gap:32px;align-items:center\">\n<div style=\"box-sizing:border-box;flex:1 1 300px;max-width:100%;min-width:0;text-align:center\">\n    <img decoding=\"async\" alt=\"Michael Damb&ouml;ck &ndash; Fujifilm X-Photographer und Entwickler von BorderTool Pro\" src=\"https:\/\/www.pixelcatcher.de\/wp-content\/uploads\/2020\/12\/Newell-Snoot0814.jpg\" style=\"width:180px; height:180px; border-radius:50%; object-fit:cover; display:block; box-shadow:0 16px 50px rgba(0,0,0,0.14); border:4px solid #fff; margin:0 auto 16px\" title=\"\"><\/p>\n<div style=\"font-weight:800; font-size:1.04rem; color:#1d1d1f\">Michael Damb&ouml;ck<\/div>\n<div style=\"color:#6e6e73; font-size:14.5px\">Fujifilm X-Photographer<br \/>Fotograf &amp; Entwickler<\/div>\n<\/p><\/div>\n<div style=\"box-sizing:border-box;flex:1 1 380px;max-width:100%;min-width:0\">\n    <span style=\"font-size:13.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#0071e3;margin-bottom:14px;display:block\">The developer<\/span><\/p>\n<h2 style=\"display:block;font-size:clamp(1.9rem,3vw,2.9rem);font-weight:900;line-height:1.08;letter-spacing:-0.03em;color:#1d1d1f;margin:0 0 16px 0;text-transform:none\">Built from real practice.<br \/>For real workflows.<\/h2>\n<p style=\"font-size:1.05rem;line-height:1.7;color:#515154;margin:0 0 16px 0\">I have spent more than 18 years working as an independent photographer, YouTuber, and official Fujifilm X-Photographer. My daily work includes client galleries, series exports, and fine-art projects with hundreds of images. BorderTool came from a real problem &ndash; not from a feature brainstorm.<\/p>\n<p style=\"font-size:1.05rem;line-height:1.7;color:#515154;margin:0 0 16px 0\">User feedback flows directly into updates &ndash; you can see it in the follow-up reviews: some customers wrote a second review only four days later because so many new features had already arrived.<\/p>\n<div style=\"display:flex;flex-wrap:wrap; gap:12px; margin-top:20px; margin-bottom:24px\">\n<div style=\"box-sizing:border-box;flex:1 1 240px;max-width:100%;min-width:0;background:#f5f5f7;border-radius:20px;padding:16px 14px;box-shadow:0 3px 16px rgba(0,0,0,0.06);border:1px solid rgba(0,0,0,.05)\">\n<div style=\"font-weight:800; font-size:0.99rem; color:#1d1d1f; margin-bottom:4px\">No cloud stuff<\/div>\n<div style=\"color:#6e6e73; font-size:0.91rem; line-height:1.55\">Offline. No uploads. No accounts.<\/div>\n<\/p><\/div>\n<div style=\"box-sizing:border-box;flex:1 1 240px;max-width:100%;min-width:0;background:#f5f5f7;border-radius:20px;padding:16px 14px;box-shadow:0 3px 16px rgba(0,0,0,0.06);border:1px solid rgba(0,0,0,.05)\">\n<div style=\"font-weight:800; font-size:0.99rem; color:#1d1d1f; margin-bottom:4px\">Honest model<\/div>\n<div style=\"color:#6e6e73; font-size:0.91rem; line-height:1.55\">One-time purchase. No subscription. Yours to keep.<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>    <a class=\"btp-cta-float\" href=\"?add-to-cart=91913\" style=\"display:inline-block;padding:16px 34px;background:#0071e3;color:#fff;font-size:1.05rem;font-weight:800;border-radius:999px;text-decoration:none;letter-spacing:-0.01em\">Buy BorderTool Pro<\/a>\n   <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- ==================== EHRLICHE ANTWORTEN ==================== --><\/p>\n<section style=\"padding:80px 24px;background:#fff\">\n<div style=\"max-width:1060px;margin-right:auto;margin-left:auto\">\n<div style=\"text-align:center; margin-bottom:44px\">\n   <span style=\"font-size:13.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#0071e3;margin-bottom:14px;display:block\">Honest answers<\/span><\/p>\n<h2 style=\"display:block;font-size:clamp(1.9rem,3vw,2.9rem);font-weight:900;line-height:1.08;letter-spacing:-0.03em;color:#1d1d1f;margin:0 0 16px 0;text-transform:none\">What might still be holding you back.<\/h2>\n<\/p><\/div>\n<div class=\"btp-stagger\" style=\"display:flex;flex-wrap:wrap;gap:20px;align-items:flex-start\">\n<div style=\"box-sizing:border-box;flex:1 1 340px;max-width:100%;min-width:0;background:#fff;border-radius:20px;padding:24px 22px;box-shadow:0 3px 16px rgba(0,0,0,0.06);border:1px solid rgba(0,0,0,.05)\">\n<div style=\"font-weight:800; font-size:1rem; color:#6e6e73; margin-bottom:6px\">&ldquo;I can already do this in Lightroom \/ Photoshop.&rdquo;<\/div>\n<p style=\"font-size:1rem;line-height:1.7;color:#1d1d1f;margin:0\">True &ndash; but how long does it take you there? For 50 images, after a long shoot, when the upload is already waiting? BorderTool Pro does it in seconds, fully automatically, without opening an editor.<\/p>\n<\/p><\/div>\n<div style=\"box-sizing:border-box;flex:1 1 340px;max-width:100%;min-width:0;background:#fff;border-radius:20px;padding:24px 22px;box-shadow:0 3px 16px rgba(0,0,0,0.06);border:1px solid rgba(0,0,0,.05)\">\n<div style=\"font-weight:800; font-size:1rem; color:#6e6e73; margin-bottom:6px\">&ldquo;I do not buy apps outside the App Store.&rdquo;<\/div>\n<p style=\"font-size:1rem;line-height:1.7;color:#1d1d1f;margin:0\">Fair enough. BorderTool Pro is <strong>Apple-notarized<\/strong> &ndash; macOS checks the app automatically on first launch. No security warning, no Gatekeeper issue. Just like an app from the App Store.<\/p>\n<\/p><\/div>\n<div style=\"box-sizing:border-box;flex:1 1 340px;max-width:100%;min-width:0;background:#fff;border-radius:20px;padding:24px 22px;box-shadow:0 3px 16px rgba(0,0,0,0.06);border:1px solid rgba(0,0,0,.05)\">\n<div style=\"font-weight:800; font-size:1rem; color:#6e6e73; margin-bottom:6px\">&ldquo;Are my images uploaded anywhere?&rdquo;<\/div>\n<p style=\"font-size:1rem;line-height:1.7;color:#1d1d1f;margin:0\">No. Everything happens <strong>100% locally<\/strong> on your Mac. No servers, no cloud, no account. Your photos never leave your machine.<\/p>\n<\/p><\/div>\n<div style=\"box-sizing:border-box;flex:1 1 340px;max-width:100%;min-width:0;background:#fff;border-radius:20px;padding:24px 22px;box-shadow:0 3px 16px rgba(0,0,0,0.06);border:1px solid rgba(0,0,0,.05)\">\n<div style=\"font-weight:800; font-size:1rem; color:#6e6e73; margin-bottom:6px\">&ldquo;Will I lose my originals?&rdquo;<\/div>\n<p style=\"font-size:1rem;line-height:1.7;color:#1d1d1f;margin:0\">By default, the app <strong>always creates a new file<\/strong>. &ldquo;Replace Original&rdquo; is a deliberate option &ndash; with a clear warning and Trash fallback. So it only happens if you actively want it.<\/p>\n<\/p><\/div>\n<div style=\"box-sizing:border-box;flex:1 1 340px;max-width:100%;min-width:0;background:#fff;border-radius:20px;padding:24px 22px;box-shadow:0 3px 16px rgba(0,0,0,0.06);border:1px solid rgba(0,0,0,.05)\">\n<div style=\"font-weight:800; font-size:1rem; color:#6e6e73; margin-bottom:6px\">&ldquo;Will this work with my camera and file format?&rdquo;<\/div>\n<p style=\"font-size:1rem;line-height:1.7;color:#1d1d1f;margin:0\">With very high probability, yes. Supported formats include JPG, PNG, TIFF, BMP, GIF, and HEIC\/HEIF &ndash; including iPhone photos directly. If your camera writes a standard image format, it will work.<\/p>\n<\/p><\/div>\n<div style=\"box-sizing:border-box;flex:1 1 340px;max-width:100%;min-width:0;background:#fff;border-radius:20px;padding:24px 22px;box-shadow:0 3px 16px rgba(0,0,0,0.06);border:1px solid rgba(0,0,0,.05)\">\n<div style=\"font-weight:800; font-size:1rem; color:#6e6e73; margin-bottom:6px\">&ldquo;What if I do not like the app?&rdquo;<\/div>\n<p style=\"font-size:1rem;line-height:1.7;color:#1d1d1f;margin:0\">Take a look at the reviews &ndash; 5.0 out of 5.0. And if you have a question or something does not work: I am the developer and I reply personally. Not an AI, not a support ticket system.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div style=\"text-align:center; margin-top:40px\">\n   <a class=\"btp-cta-float\" href=\"?add-to-cart=91913\" style=\"display:inline-block;padding:16px 34px;background:#0071e3;color:#fff;font-size:1.05rem;font-weight:800;border-radius:999px;text-decoration:none;letter-spacing:-0.01em\">Not Convinced? Buy anyway!<\/a>\n  <\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- ==================== FINAL CTA ==================== --><\/p>\n<section style=\"padding:80px 24px;background:#000;color:#fff\">\n<div class=\"btp-reveal-blur\" style=\"max-width:800px;margin-right:auto;margin-left:auto;text-align:center\">\n<h2 style=\"display:block;font-size:clamp(2.2rem, 4vw, 3.4rem); font-weight:900; letter-spacing:-0.035em; color:#fff; margin:0 0 18px; line-height:1.05;text-transform:none\">Own it, do not rent it.<\/h2>\n<p style=\"color:#a1a1a6; font-size:1.1rem; line-height:1.65; margin:0 0 32px; max-width:540px; margin-left:auto; margin-right:auto\">Native Mac app. Menu bar workflow. Live preview. Color Harmony. Black &amp; white conversion. Presets. Double borders. Drop shadow. Polaroid. Random. Instagram formats. Clipboard. Window mode. Photos Extension. Batch processing. 12 languages.<br \/><strong style=\"color:#fff\">One-time purchase. No subscription. Offline.<\/strong><\/p>\n<p>  <a href=\"?add-to-cart=91913\" style=\"display:inline-block;padding:20px 44px;background:#fff;color:#1d1d1f;font-size:1.15rem;font-weight:800;border-radius:999px;text-decoration:none;letter-spacing:-0.01em\">Buy BorderTool Pro<\/a><\/p>\n<div style=\"margin-top:18px; color:#5a5a5e; font-size:14.5px; line-height:1.8\">Universal Binary &middot; Apple Silicon &amp; Intel &middot; macOS 11.0+ &middot; Works offline<\/div>\n<div style=\"margin-top:36px; background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.10); border-radius:20px; padding:22px 20px; display:flex;flex-wrap:wrap; gap:10px; text-align:left\">\n<div style=\"box-sizing:border-box;flex:1 1 160px;max-width:100%;min-width:0;color:rgba(255,255,255,.75);font-size:0.96rem;display:flex;gap:8px;align-items:center\"><span style=\"color:#34c759\">&#10003;<\/span>Single &amp; double borders<\/div>\n<div style=\"box-sizing:border-box;flex:1 1 160px;max-width:100%;min-width:0;color:rgba(255,255,255,.75);font-size:0.96rem;display:flex;gap:8px;align-items:center\"><span style=\"color:#34c759\">&#10003;<\/span>8 Presets (&#8984;1&ndash;8)<\/div>\n<div style=\"box-sizing:border-box;flex:1 1 160px;max-width:100%;min-width:0;color:rgba(255,255,255,.75);font-size:0.96rem;display:flex;gap:8px;align-items:center\"><span style=\"color:#34c759\">&#10003;<\/span>Color Harmony (7 Modi)<\/div>\n<div style=\"box-sizing:border-box;flex:1 1 160px;max-width:100%;min-width:0;color:rgba(255,255,255,.75);font-size:0.96rem;display:flex;gap:8px;align-items:center\"><span style=\"color:#34c759\">&#10003;<\/span>Black &amp; white conversion<\/div>\n<div style=\"box-sizing:border-box;flex:1 1 160px;max-width:100%;min-width:0;color:rgba(255,255,255,.75);font-size:0.96rem;display:flex;gap:8px;align-items:center\"><span style=\"color:#34c759\">&#10003;<\/span>Drop Shadow<\/div>\n<div style=\"box-sizing:border-box;flex:1 1 160px;max-width:100%;min-width:0;color:rgba(255,255,255,.75);font-size:0.96rem;display:flex;gap:8px;align-items:center\"><span style=\"color:#34c759\">&#10003;<\/span>Instagram + Polaroid<\/div>\n<div style=\"box-sizing:border-box;flex:1 1 160px;max-width:100%;min-width:0;color:rgba(255,255,255,.75);font-size:0.96rem;display:flex;gap:8px;align-items:center\"><span style=\"color:#34c759\">&#10003;<\/span>Random Frames<\/div>\n<div style=\"box-sizing:border-box;flex:1 1 160px;max-width:100%;min-width:0;color:rgba(255,255,255,.75);font-size:0.96rem;display:flex;gap:8px;align-items:center\"><span style=\"color:#34c759\">&#10003;<\/span>Apple Photos Extension<\/div>\n<div style=\"box-sizing:border-box;flex:1 1 160px;max-width:100%;min-width:0;color:rgba(255,255,255,.75);font-size:0.96rem;display:flex;gap:8px;align-items:center\"><span style=\"color:#34c759\">&#10003;<\/span>Clipboard Import\/Export<\/div>\n<div style=\"box-sizing:border-box;flex:1 1 160px;max-width:100%;min-width:0;color:rgba(255,255,255,.75);font-size:0.96rem;display:flex;gap:8px;align-items:center\"><span style=\"color:#34c759\">&#10003;<\/span>Window Mode<\/div>\n<div style=\"box-sizing:border-box;flex:1 1 160px;max-width:100%;min-width:0;color:rgba(255,255,255,.75);font-size:0.96rem;display:flex;gap:8px;align-items:center\"><span style=\"color:#34c759\">&#10003;<\/span>HEIC\/HEIF Support<\/div>\n<div style=\"box-sizing:border-box;flex:1 1 160px;max-width:100%;min-width:0;color:rgba(255,255,255,.75);font-size:0.96rem;display:flex;gap:8px;align-items:center\"><span style=\"color:#34c759\">&#10003;<\/span>Live preview<\/div>\n<div style=\"box-sizing:border-box;flex:1 1 160px;max-width:100%;min-width:0;color:rgba(255,255,255,.75);font-size:0.96rem;display:flex;gap:8px;align-items:center\"><span style=\"color:#34c759\">&#10003;<\/span>Batch parallel + ETA<\/div>\n<div style=\"box-sizing:border-box;flex:1 1 160px;max-width:100%;min-width:0;color:rgba(255,255,255,.75);font-size:0.96rem;display:flex;gap:8px;align-items:center\"><span style=\"color:#34c759\">&#10003;<\/span>12 Languages<\/div>\n<div style=\"box-sizing:border-box;flex:1 1 160px;max-width:100%;min-width:0;color:rgba(255,255,255,.75);font-size:0.96rem;display:flex;gap:8px;align-items:center\"><span style=\"color:#34c759\">&#10003;<\/span>Output format &amp; compression<\/div>\n<div style=\"box-sizing:border-box;flex:1 1 160px;max-width:100%;min-width:0;color:rgba(255,255,255,.75);font-size:0.96rem;display:flex;gap:8px;align-items:center\"><span style=\"color:#34c759\">&#10003;<\/span>Limit resolution<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- ===== Light\/Dark Crossfade Script ===== --><br \/>\n<script>\n(function(){\n  var wrap=document.getElementById('pcModeFade');\n  if(!wrap) return;\n  var clip=document.getElementById('pcFadeClip'),hint=document.getElementById('pcFadeHint'),ticking=false;\n  function update(){\n    var r=wrap.getBoundingClientRect(),vh=window.innerHeight,\n        start=vh*0.65, end=vh*0.35,\n        top=r.top+r.height*0.5,\n        p=Math.max(0,Math.min(1,(start-top)\/(start-end)));\n    var right=p*130-15, left=right-15;\n    clip.style.clipPath='polygon(0 0,'+right+'% 0,'+left+'% 100%,0 100%)';\n    clip.style.webkitClipPath='polygon(0 0,'+right+'% 0,'+left+'% 100%,0 100%)';\n    if(p>0.05)hint.style.opacity='0';\n    ticking=false;\n  }\n  window.addEventListener('scroll',function(){if(!ticking){ticking=true;requestAnimationFrame(update);}},{ passive:true });\n  update();\n})();\n<\/script><\/p>\n<p><!-- ===== Global Scroll Reveal Observer ===== --><br \/>\n<script>\n(function(){\n  var selectors='.btp-reveal,.btp-reveal-scale,.btp-reveal-left,.btp-reveal-right,.btp-reveal-blur,.btp-stagger';\n  if(!('IntersectionObserver' in window)){\n    document.querySelectorAll(selectors).forEach(function(el){el.classList.add('btp-visible');});\n    return;\n  }\n  var obs=new IntersectionObserver(function(entries){\n    entries.forEach(function(e){\n      if(e.isIntersecting){e.target.classList.add('btp-visible');obs.unobserve(e.target);}\n    });\n  },{threshold:0.12, rootMargin:'0px 0px -60px 0px'});\n  document.querySelectorAll(selectors).forEach(function(el){obs.observe(el);});\n})();\n<\/script><\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<section style=\"margin:0 auto 40px;max-width:1200px;padding:88px 26px;background:radial-gradient(circle at top,rgba(0,113,227,.16) 0%,rgba(0,113,227,0) 28%),linear-gradient(180deg,#0a0a0c 0%,#131316 100%);border-radius:40px;text-align:center;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#fff;box-shadow:0 40px 100px rgba(0,0,0,0.28);overflow:hidden;\">\n<div style=\"display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-bottom:22px;\">\n        <span style=\"display:inline-block;padding:7px 14px;border-radius:999px;background:rgba(0,113,227,.14);color:#66adff;font-size:.82rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;\">For Photographers on Mac<\/span><br \/>\n        <span style=\"display:inline-block;padding:7px 14px;border-radius:999px;background:rgba(52,199,89,.12);color:#7ee091;font-size:.82rem;font-weight:800;letter-spacing:.04em;\">One-Time Purchase \u00b7 No Subscription<\/span><br \/>\n        <span style=\"display:inline-block;padding:7px 14px;border-radius:999px;background:rgba(255,255,255,.08);color:#d0d0d5;font-size:.82rem;font-weight:700;\">Includes Photos Extension<\/span>\n    <\/div>\n<h2 style=\"display:block;font-size:clamp(1.45rem,3.2vw,2.15rem);margin:0 auto 18px;line-height:1.04;font-weight:850;letter-spacing:-0.04em;color:#fff;max-width:920px;\">Borders, mat styles,<br \/><span style=\"color:#8d8d95;\">and gallery presentation.<\/span><br \/><span style=\"color:#5f6068;\">Without the Photoshop detour.<\/span><br \/>\n    <\/h2>\n<p style=\"display:block;font-size:1.05rem;color:#c7c7cc;max-width:760px;margin:0 auto 30px;line-height:1.55;font-weight:400;\">BorderTool Pro is the fast Mac app for premium photo framing, presets, Color Harmony, black-and-white conversion, shadows, and batch processing directly from the menu bar.\n    <\/p>\n<div style=\"display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin:0 auto 44px;max-width:900px;\">\n<div style=\"padding:10px 14px;border-radius:14px;background:rgba(255,255,255,.06);color:#f3f3f5;font-size:.96rem;font-weight:700;\">\u26a1 Menu Bar Drag &#038; Drop<\/div>\n<div style=\"padding:10px 14px;border-radius:14px;background:rgba(255,255,255,.06);color:#f3f3f5;font-size:.96rem;font-weight:700;\">\ud83c\udf9e 8 Presets via Shortcut<\/div>\n<div style=\"padding:10px 14px;border-radius:14px;background:rgba(255,255,255,.06);color:#f3f3f5;font-size:.96rem;font-weight:700;\">\ud83c\udf08 Color Harmony Included<\/div>\n<div style=\"padding:10px 14px;border-radius:14px;background:rgba(255,255,255,.06);color:#f3f3f5;font-size:.96rem;font-weight:700;\">\ud83d\udda4 B&#038;W + Shadows + Double Borders<\/div>\n<div style=\"padding:10px 14px;border-radius:14px;background:rgba(255,255,255,.06);color:#f3f3f5;font-size:.96rem;font-weight:700;\">\ud83d\udce6 Entire Shoots in Batch<\/div>\n<div style=\"padding:10px 14px;border-radius:14px;background:rgba(255,255,255,.06);color:#f3f3f5;font-size:.96rem;font-weight:700;\">\ud83d\udd12 100% Local \/ Offline<\/div>\n<\/p><\/div>\n<div style=\"display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;margin:0 auto 44px;text-align:left;max-width:980px;\">\n<div style=\"background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:18px 18px 17px;\">\n<div style=\"font-size:1.25rem;margin-bottom:10px;\">\u2728<\/div>\n<h3 style=\"display:block;color:#fff;font-size:1.05rem;margin:0 0 8px;font-weight:800;\">Premium Image Finish<\/h3>\n<p style=\"margin:0;color:#a7a7ae;font-size:.98rem;line-height:1.5;\">White borders, double borders, mat styling, shadows, and Color Harmony give your images a more refined presentation in seconds.<\/p>\n<\/p><\/div>\n<div style=\"background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:18px 18px 17px;\">\n<div style=\"font-size:1.25rem;margin-bottom:10px;\">\ud83d\ude80<\/div>\n<h3 style=\"display:block;color:#fff;font-size:1.05rem;margin:0 0 8px;font-weight:800;\">Faster Than Any Editor<\/h3>\n<p style=\"margin:0;color:#a7a7ae;font-size:.98rem;line-height:1.5;\">Drag a photo onto the menu bar icon, load a preset, save. No Photoshop launch, no export circus.<\/p>\n<\/p><\/div>\n<div style=\"background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:18px 18px 17px;\">\n<div style=\"font-size:1.25rem;margin-bottom:10px;\">\ud83d\udcc1<\/div>\n<h3 style=\"display:block;color:#fff;font-size:1.05rem;margin:0 0 8px;font-weight:800;\">Batch for Real Workflows<\/h3>\n<p style=\"margin:0;color:#a7a7ae;font-size:.98rem;line-height:1.5;\">Process entire series in parallel with preview, EXIF preservation, and native performance on Apple Silicon and Intel.<\/p>\n<\/p><\/div>\n<div style=\"background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:18px 18px 17px;\">\n<div style=\"font-size:1.25rem;margin-bottom:10px;\">\ud83d\udcf8<\/div>\n<h3 style=\"display:block;color:#fff;font-size:1.05rem;margin:0 0 8px;font-weight:800;\">Also Works Inside Apple Photos<\/h3>\n<p style=\"margin:0;color:#a7a7ae;font-size:.98rem;line-height:1.5;\">With the built-in Photos Extension, you can even add borders directly inside the Apple Photos editing workflow.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<p>    <a href=\"?add-to-cart=91913\" style=\"text-decoration:none !important;display:inline-block;background:#fff;color:#111;padding:19px 46px;border-radius:999px;font-weight:850;font-size:1.16rem;line-height:1.15;text-align:center;box-shadow:0 14px 38px rgba(255,255,255,0.12);\">Buy BorderTool Pro Now<br \/>\n    <\/a><\/p>\n<div style=\"margin-top:15px;color:#7d7d84;font-size:.95rem;line-height:1.5;\">\u20ac39 \u00b7 Universal Binary \u00b7 macOS 11+ \u00b7 Apple-notarized\n    <\/div>\n<\/section>\n","protected":false},"featured_media":92441,"comment_status":"open","ping_status":"closed","template":"","meta":[],"product_brand":[],"product_cat":[542],"product_tag":[],"class_list":{"0":"post-91976","1":"product","2":"type-product","3":"status-publish","4":"has-post-thumbnail","6":"product_cat-tools-for-photographers","8":"first","9":"instock","10":"downloadable","11":"virtual","12":"taxable","13":"purchasable","14":"product-type-simple"},"_links":{"self":[{"href":"https:\/\/www.pixelcatcher.de\/en\/wp-json\/wp\/v2\/product\/91976","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.pixelcatcher.de\/en\/wp-json\/wp\/v2\/product"}],"about":[{"href":"https:\/\/www.pixelcatcher.de\/en\/wp-json\/wp\/v2\/types\/product"}],"replies":[{"embeddable":true,"href":"https:\/\/www.pixelcatcher.de\/en\/wp-json\/wp\/v2\/comments?post=91976"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.pixelcatcher.de\/en\/wp-json\/wp\/v2\/media\/92441"}],"wp:attachment":[{"href":"https:\/\/www.pixelcatcher.de\/en\/wp-json\/wp\/v2\/media?parent=91976"}],"wp:term":[{"taxonomy":"product_brand","embeddable":true,"href":"https:\/\/www.pixelcatcher.de\/en\/wp-json\/wp\/v2\/product_brand?post=91976"},{"taxonomy":"product_cat","embeddable":true,"href":"https:\/\/www.pixelcatcher.de\/en\/wp-json\/wp\/v2\/product_cat?post=91976"},{"taxonomy":"product_tag","embeddable":true,"href":"https:\/\/www.pixelcatcher.de\/en\/wp-json\/wp\/v2\/product_tag?post=91976"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}