{"id":91999,"date":"2024-03-07T09:22:43","date_gmt":"2024-03-07T09:22:43","guid":{"rendered":"https:\/\/www.pixelcatcher.de\/online-border-tool\/"},"modified":"2026-03-18T18:53:13","modified_gmt":"2026-03-18T18:53:13","slug":"online-border-tool","status":"publish","type":"page","link":"https:\/\/www.pixelcatcher.de\/en\/online-border-tool\/","title":{"rendered":"Online Border Tool: The Fastest Way to Add White Frames (For Free)"},"content":{"rendered":"\n<div style=\"height:33px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head> \n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Frame Images Online | BorderTool<\/title>\n    <style>\n        :root { \n            --orange: #ff7d00; \n            --dark: #0a0a0a; \n            --green: #28a745; \n            --light-gray: #f8f9fa;\n        }\n\n        body { \n            margin: 0; \n            padding: 15px; \n            background: #f0f0f0; \n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif; \n            color: #333;\n        }\n\n        \/* Hide UI during processing *\/\n        body.processing .main-ui, body.results-ready .main-ui, \n        body.processing #mainTitle, body.results-ready #mainTitle { display: none !important; }\n        body.processing { background: white !important; }\n\n        .container { max-width: 1000px; margin: 0 auto; text-align: center; }\n\n        h1 { font-size: clamp(28px, 5vw, 48px); margin-bottom: 20px; }\n\n        .btn-group { \n            display: flex; \n            justify-content: center; \n            flex-wrap: wrap; \n            gap: 10px; \n            margin-bottom: 20px; \n        }\n\n        .btn-w, .btn-c { \n            flex: 1;\n            min-width: 120px;\n            padding: 12px; \n            border: 2px solid #ccc; \n            border-radius: 10px; \n            cursor: pointer; \n            font-weight: bold; \n            background: white;\n            transition: all 0.2s;\n        }\n\n        .btn-w.active, .btn-c.active { border-color: var(--orange); background: #fff4eb; }\n        .btn-c[onclick*=\"black\"].active { background: #333; color: white; border-color: var(--orange); }\n\n        .drop-zone { \n            background: #e7f0fd; \n            border: 2px dashed #4a90e2; \n            padding: 40px 20px; \n            border-radius: 15px; \n            cursor: pointer; \n            margin-bottom: 25px; \n            transition: background 0.3s;\n        }\n        .drop-zone:hover { background: #d0e3ff; }\n\n        \/* PROCESSING & PITCH *\/\n        #pitchOverlay { display: none; animation: fadeIn 0.6s; padding: 20px 0; text-align: left; }\n        .pitch-flex { \n            display: flex; \n            gap: 40px; \n            align-items: center; \n            flex-direction: column; \n        }\n        @media (min-width: 768px) { .pitch-flex { flex-direction: row; } }\n\n        .pitch-left { flex: 1; width: 100%; }\n        .pitch-right { flex: 1; width: 100%; max-width: 450px; }\n\n        .huge-pitch { font-size: clamp(24px, 4vw, 38px); font-weight: 900; line-height: 1.2; margin-bottom: 20px; color: var(--orange); }\n        #featureTicker { min-height: 60px; font-size: 24px; font-weight: 700; margin: 15px 0; }\n        \n        .p-box { width: 100%; height: 12px; background: #eee; border-radius: 6px; overflow: hidden; margin-bottom: 20px; }\n        .p-bar { width: 0%; height: 100%; background: var(--orange); }\n        .p-run { animation: grow12 12s linear forwards; }\n\n        .gui-img { width: 100%; border-radius: 12px; box-shadow: 0 20px 40px rgba(0,0,0,0.1); }\n\n        \/* MODAL *\/\n        .modal { \n            display: none; \n            position: fixed; \n            top: 50%; \n            left: 50%; \n            transform: translate(-50%, -50%); \n            background: white; \n            border-radius: 20px; \n            z-index: 1000; \n            width: 90%; \n            max-width: 450px; \n            padding: 30px; \n            box-shadow: 0 30px 100px rgba(0,0,0,0.3); \n        }\n\n        \/* RESULTS *\/\n        .pro-ad-banner { \n            display: none; \n            background: linear-gradient(135deg, #ff7d00 0%, #d44400 100%); \n            color: white; \n            padding: 40px 20px; \n            border-radius: 20px; \n            margin: 20px 0; \n        }\n        .pro-ad-banner a { \n            display: inline-block; \n            margin-top: 15px; \n            background: white; \n            color: var(--orange); \n            padding: 15px 30px; \n            border-radius: 10px; \n            text-decoration: none; \n            font-weight: 900; \n        }\n\n        .img-grid { \n            display: none; \n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); \n            gap: 20px; \n            margin-top: 30px; \n        }\n        .img-card { background: white; padding: 10px; border-radius: 12px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }\n        .img-card img { max-width: 100%; border-radius: 6px; }\n        .dl-btn { background: var(--green); color: white; text-decoration: none; padding: 10px; border-radius: 6px; font-weight: bold; display: block; margin-top: 10px; }\n\n        #resetBtn { display: none; margin: 40px auto; background: #eee; border: none; padding: 12px 25px; border-radius: 8px; cursor: pointer; }\n\n        @keyframes grow12 { from { width: 0%; } to { width: 100%; } }\n        @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }\n    <\/style>\n<\/head>\n<body>\n\n<div class=\"container\">\n    <h1 id=\"mainTitle\">Frame Images Online<\/h1>\n\n    <div class=\"main-ui\">\n        <div class=\"btn-group\">\n            <button class=\"btn-w active\" onclick=\"setW(this, 10)\">10px<\/button>\n            <button class=\"btn-w\" onclick=\"setW(this, 50)\">50px<\/button>\n            <button class=\"btn-w\" onclick=\"setW(this, 100)\">100px<\/button>\n            <div style=\"display:flex; gap:5px; align-items: center;\">\n                <input type=\"number\" id=\"cIn\" placeholder=\"px\" style=\"width:70px; padding:10px; border:2px solid #ccc; border-radius:8px;\">\n                <button onclick=\"setW(null, 'custom')\" style=\"background:var(--orange); color:white; border:none; border-radius:8px; padding:12px; cursor:pointer; font-weight:bold;\">OK<\/button>\n            <\/div>\n        <\/div>\n\n        <div class=\"btn-group\">\n            <button class=\"btn-c active\" onclick=\"setC(this, 'white')\">White Border<\/button>\n            <button class=\"btn-c\" onclick=\"setC(this, 'black')\">Black Border<\/button>\n        <\/div>\n\n        <div class=\"drop-zone\" onclick=\"document.getElementById('fi').click()\">\n            <strong>Drag &#038; Drop images here or click<\/strong>\n            <p>Supports JPG and PNG<\/p>\n            <div id=\"fI\" style=\"color:var(--orange); font-weight:bold;\"><\/div>\n        <\/div>\n        \n        <input type=\"file\" id=\"fi\" multiple accept=\".jpg,.jpeg,.png\" style=\"display:none\">\n        \n        <button id=\"goButton\" onclick=\"run()\" style=\"background:var(--orange); color:white; padding:20px; border:none; border-radius:15px; font-size:1.2em; font-weight:800; cursor:pointer; width:100%; max-width:400px;\">FRAME IMAGES NOW<\/button>\n    <\/div>\n\n    <div id=\"errorModal\" class=\"modal\">\n        <h2 id=\"errT\" style=\"color:var(--orange); margin-top:0;\">Oops!<\/h2>\n        <p id=\"errM\"><\/p>\n        <a href=\"https:\/\/www.pixelcatcher.de\/en\/produkt\/mac-bordertool-pro\/\" target=\"_blank\" style=\"display:block; background:var(--orange); color:white; padding:15px; border-radius:10px; text-decoration:none; font-weight:bold; margin-bottom:15px;\">Explore BorderTool Pro \u2192<\/a>\n        <span onclick=\"document.getElementById('errorModal').style.display='none'\" style=\"cursor:pointer; font-size:13px; text-decoration:underline; color:#666;\">Close<\/span>\n    <\/div>\n\n    <div id=\"pitchOverlay\">\n        <div class=\"pitch-flex\">\n            <div class=\"pitch-left\">\n                <div class=\"huge-pitch\">DISCOVER BORDERTOOL PRO:<\/div>\n                <div class=\"p-box\"><div id=\"pBar\" class=\"p-bar\"><\/div><\/div>\n                <div id=\"featureTicker\">Batch process hundreds of images<\/div>\n            <\/div>\n            <div class=\"pitch-right\">\n                <img decoding=\"async\" src=\"https:\/\/www.pixelcatcher.de\/wp-content\/uploads\/2026\/03\/bordertool-pro-gui.jpg\" class=\"gui-img\" title=\"\">\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div id=\"proAd\" class=\"pro-ad-banner\">\n        <h2>Want even better borders?<\/h2>\n        <p>Discover the Pro version for professional features and batch processing.<\/p>\n        <a href=\"https:\/\/www.pixelcatcher.de\/en\/produkt\/mac-bordertool-pro\/\" target=\"_blank\">Get Pro Version Now (\u20ac39)<\/a>\n    <\/div>\n\n    <div id=\"res\" class=\"img-grid\"><\/div>\n    <button id=\"resetBtn\" onclick=\"resetTool()\">\u21ba Frame more images<\/button>\n<\/div>\n\n<script>\n    let sel = []; \n    let bw = 10; \n    let bc = 'white';\n    const features = [\n        \"Unlimited Batches\", \n        \"Elegant Drop Shadows\", \n        \"Passepartout Effects\", \n        \"100% Offline & Private\", \n        \"Native Apple Silicon Power\", \n        \"Double-Frame Mode\"\n    ];\n\n    function setW(btn, v) { \n        if(btn) { \n            document.querySelectorAll('.btn-w').forEach(b => b.classList.remove('active')); \n            btn.classList.add('active'); \n        } \n        bw = (v === 'custom') ? document.getElementById('cIn').value : v; \n    }\n\n    function setC(btn, v) { \n        document.querySelectorAll('.btn-c').forEach(b => b.classList.remove('active')); \n        btn.classList.add('active'); \n        bc = v; \n    }\n\n    document.getElementById('fi').onchange = (e) => {\n        const files = Array.from(e.target.files);\n        if(files.length === 0) return;\n\n        const hasTiff = files.some(f => f.name.toLowerCase().endsWith('.tif') || f.name.toLowerCase().endsWith('.tiff'));\n        if(hasTiff) {\n            showErr(\"TIFF files detected!\", \"The online tool only supports JPG\/PNG. BorderTool Pro handles TIFF and RAW files too!\");\n            return;\n        }\n\n        if(files.length > 10) {\n            showErr(\"Limit reached!\", \"Online you can process max. 10 images at once. BorderTool Pro handles unlimited files!\");\n            sel = files.slice(0, 10);\n        } else {\n            sel = files;\n        }\n        document.getElementById('fI').innerText = sel.length + \" images selected.\";\n    };\n\n    function showErr(t, m) { \n        document.getElementById('errT').innerText = t; \n        document.getElementById('errM').innerText = m; \n        document.getElementById('errorModal').style.display = 'block'; \n    }\n\n    function run() {\n        if(sel.length === 0) { \n            showErr(\"No images!\", \"Please select the images you want to frame first.\"); \n            return; \n        }\n        \n        document.body.classList.add('processing');\n        document.getElementById('pitchOverlay').style.display = 'block';\n        document.getElementById('pBar').classList.add('p-run');\n        \n        let fIdx = 0;\n        const tInt = setInterval(() => {\n            fIdx = (fIdx + 1) % features.length;\n            const t = document.getElementById('featureTicker');\n            t.style.opacity = 0;\n            setTimeout(() => { t.innerText = features[fIdx]; t.style.opacity = 1; }, 300);\n        }, 2000);\n\n        const fd = new FormData();\n        for(let f of sel) fd.append('images[]', f);\n        fd.append('frameWidth', bw); \n        fd.append('frameColor', bc);\n\n        const uploadPromise = fetch('\/multiple_upload.php', { method: 'POST', body: fd }).then(r => r.json());\n        const timerPromise = new Promise(resolve => setTimeout(resolve, 12000));\n\n        Promise.all([uploadPromise, timerPromise]).then(([data]) => {\n            clearInterval(tInt);\n            document.body.classList.remove('processing');\n            document.body.classList.add('results-ready');\n            document.getElementById('pitchOverlay').style.display = 'none';\n\n            if(data && data.success) { \n                document.getElementById('proAd').style.display = 'block';\n                render(data.files); \n                document.getElementById('resetBtn').style.display = 'block';\n            } else {\n                showErr(\"Error\", \"Unfortunately, there was a problem processing your images. Please try again.\");\n                resetTool();\n            }\n        }).catch(err => {\n            console.error(err);\n            resetTool();\n        });\n    }\n\n    function render(files) {\n        const res = document.getElementById('res');\n        res.style.display = 'grid';\n        res.innerHTML = '';\n        \n        let cards = files.map(url => `\n            <div class=\"img-card\">\n                <img decoding=\"async\" src=\"${url.replace(\/ \/g, '%20')}\">\n                <a href=\"\/download.php?file=${encodeURIComponent(decodeURIComponent(url.split('\/').pop()))}\" class=\"dl-btn\">DOWNLOAD<\/a>\n            <\/div>\n        `);\n        \n        const promo = `\n            <div class=\"img-card\" style=\"border: 2px solid var(--orange); background: #fffaf5;\">\n                <img decoding=\"async\" src=\"https:\/\/www.pixelcatcher.de\/wp-content\/uploads\/2026\/03\/bordertool-pro-gui.jpg\">\n                <div style=\"font-size:12px; font-weight:bold; margin-top:5px;\">BorderTool Pro<\/div>\n                <a href=\"https:\/\/www.pixelcatcher.de\/en\/produkt\/mac-bordertool-pro\/\" target=\"_blank\" class=\"dl-btn\" style=\"background:var(--orange)\">MORE INFO<\/a>\n            <\/div>\n        `;\n        \n        cards.splice(Math.min(cards.length, 1), 0, promo);\n        res.innerHTML = cards.join('');\n    }\n\n    function resetTool() {\n        document.body.classList.remove('results-ready', 'processing');\n        document.getElementById('res').style.display = 'none';\n        document.getElementById('proAd').style.display = 'none';\n        document.getElementById('resetBtn').style.display = 'none';\n        document.getElementById('fI').innerText = \"\";\n        document.getElementById('pBar').classList.remove('p-run');\n        sel = [];\n        document.getElementById('fi').value = \"\";\n        window.scrollTo(0,0);\n    }\n<\/script>\n<\/body>\n<\/html>\n\n\n\n<div style=\"height:33px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<h1 class=\"wp-block-heading\"><strong>Online Border Tool: The Fastest Way to Add White Frames (For Free)<\/strong><\/h1>\n\n\n\n<p><strong>The Online Border Tool adds a timeless, sleek, and elegant frame to your images. Choose between black or white with various widths available. To set a custom size, simply enter your desired width and click Apply.<\/strong><\/p>\n\n\n\n<p><strong>Usage Notes<\/strong><\/p>\n\n\n\n<p>Your images are automatically deleted from the server after approximately one hour.<\/p>\n\n\n\n<p>The Online Border Tool is free. If you find it helpful, feel free to support me via the &#8220;Tip me&#8221; button in the bottom left.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong><strong>Create Online Photo Borders for Instagram, Portfolios, and Print<\/strong><\/strong><\/h2>\n\n\n\n<p>Ever wondered why framed photos just look better? A border is more than just decoration; it\u2019s a window into your favorite memories. That\u2019s exactly where the Online Border Tool comes in.<\/p>\n\n\n\n<p>The right frame elevates any image. Our tool makes it easy to highlight what\u2019s special about your shot and draws the eye exactly where it belongs. A custom border enhances your photo\u2019s impact\u2014much like a favorite outfit that boosts your confidence.<\/p>\n\n\n\n<p>Nutze das Online Border Tool, um deine Fotos f\u00fcr Instagram vorzubereiten (Square Format mit wei\u00dfem Rand) oder um digitalen Bildern einen edlen Passepartout-Look f\u00fcr den Druck zu verleihen<\/p>\n\n\n\n<p>Less is more\u2014especially with borders. That\u2019s why we keep it simple: Black or White. Our Online Border Tool makes it easier than ever to add the perfect finishing touch. No design skills needed.<\/p>\n\n\n\n<p>Imagine your overlooked photos suddenly grabbing everyone&#8217;s attention. So, what are you waiting for? Start now and give your memories the frame they deserve. Experience the impact of a beautifully framed image and share it with the world.<\/p>\n\n\n\n<div style=\"height:72px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Your Benefits: Add Borders \u2013 No Account, No Watermarks<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>100% Free &amp; Instant Download<\/strong><\/li>\n\n\n\n<li><strong>No Registration Required<\/strong><\/li>\n\n\n\n<li><strong>Privacy First:<\/strong>&nbsp;Images are automatically deleted after 1 hour.<\/li>\n\n\n\n<li><strong>Supports JPG, PNG, and TIFF<\/strong><\/li>\n<\/ul>\n\n\n\n<div style=\"height:63px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">FAQ: Online Border Tool<\/h2>\n\n\n\n<p><strong>How do I add a white border to an image?<\/strong>&nbsp;<br>Simply drag and drop your image, select your desired border width in pixels, and click &#8220;Apply.&#8221; You can then download your finished image immediately.<\/p>\n\n\n\n<p><strong>Is this tool really free?<\/strong>&nbsp;<br>Yes, the Online Border Tool is 100% free and requires no registration. It supports batch processing for up to 10 images at a time.<\/p>\n\n\n\n<p><strong>Will I lose image quality?<\/strong>&nbsp;<br>No. The tool keeps image compression to a minimum, ensuring your photos stay crisp and sharp even with a border.<\/p>\n\n\n\n<p><br><\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\">\n<h2 class=\"wp-block-heading has-text-align-left\">Batch Processing: The Border Tool for Mac &amp; Windows<\/h2>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><a href=\"https:\/\/www.pixelcatcher.de\/en\/produkt\/mac-bordertool-pro\/\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/www.pixelcatcher.de\/wp-content\/uploads\/2019\/05\/borrder-tool-capture-one-pro-1024x1024.jpg\" alt=\"Bilder mit wei\u00dfem Rahmen versehen - Mac Border Tool Pro\" class=\"wp-image-50482\" style=\"width:295px;height:auto\" title=\"\"><\/a><\/figure>\n\n\n\n<a class=\"cta\" href=\"https:\/\/www.pixelcatcher.de\/en\/produkt\/mac-bordertool-pro\/\" data-type=\"product\" data-id=\"7756\">Download Mac BorderTool PRO<\/a>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<br><a class=\"cta\" href=\"https:\/\/www.pixelcatcher.de\/en\/produkt\/win-border-tool-white-borders-in-capture-one\/\" data-type=\"product\" data-id=\"65898\">Border Tool for Windows<\/a>. <\/p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Limitless Freedom:<\/strong>&nbsp;Unlike the free version\u2014which limits resolution, file size, and the number of images\u2014the Border Tools for Mac and Windows offer complete creative freedom.<\/li>\n\n\n\n<li><strong>Privacy &amp; Security:<\/strong>&nbsp;Your images stay yours. The software runs locally on your computer, so there\u2019s no need to upload your personal memories to a server.<\/li>\n\n\n\n<li><strong>Versatile Border Options:<\/strong>&nbsp;Choose between black or white frames and customize the width from 1px up to 600px to achieve the perfect look for every shot.<\/li>\n\n\n\n<li><strong>Seamless Capture One Integration:<\/strong>&nbsp;Easily integrate the tool into your Capture One Pro export recipes. Define and save presets for different framing styles to speed up your workflow.<\/li>\n\n\n\n<li><strong>Intuitive Drag-and-Drop:<\/strong>&nbsp;For existing images, simply drag and drop files directly from the macOS Finder to apply borders instantly.<\/li>\n\n\n\n<li><strong>Lightning-Fast Processing:<\/strong>&nbsp;Borders are applied in about one second, making it incredibly efficient for processing high-volume batches.<\/li>\n<\/ul>\n<\/div>\n<\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Guide: How to Add a Border to Your Images Online<\/h3>\n\n\n\n<p>Give your photos a professional gallery look in just three simple steps:<\/p>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li><strong>Upload Image:<\/strong>&nbsp;Simply drag and drop your photos (up to 10 at a time) into the field or click &#8220;Select&#8221; to upload files from your computer or smartphone.<\/li>\n\n\n\n<li><strong>Customize Border:<\/strong>&nbsp;Choose between a classic&nbsp;<strong>white border<\/strong>&nbsp;or a high-contrast&nbsp;<strong>black frame<\/strong>. Use the buttons or the input field to set a custom border width (e.g., 50 pixels).<\/li>\n\n\n\n<li><strong>Apply &amp; Download:<\/strong>&nbsp;Click &#8220;Apply&#8221; to instantly download your framed image\u2014completely watermark-free.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Inspiration<\/h2>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-medium\"><img loading=\"lazy\" decoding=\"async\" width=\"525\" height=\"700\" data-id=\"87515\" src=\"https:\/\/www.pixelcatcher.de\/wp-content\/uploads\/2024\/02\/IMG_8622-525x700.jpg\" alt=\"Eleganter schwarzer Fotorahmen Online Tool\" class=\"wp-image-87515\" title=\"\"><\/figure>\n\n\n\n<figure class=\"wp-block-image size-medium is-style-default\"><img loading=\"lazy\" decoding=\"async\" width=\"525\" height=\"700\" data-id=\"87517\" src=\"https:\/\/www.pixelcatcher.de\/wp-content\/uploads\/2024\/02\/IMG_8659-525x700.jpg\" alt=\"Wei\u00dfer Bilderrahmen online\" class=\"wp-image-87517\" title=\"\"><\/figure>\n\n\n\n<figure class=\"wp-block-image size-medium\"><img loading=\"lazy\" decoding=\"async\" width=\"525\" height=\"700\" data-id=\"87509\" src=\"https:\/\/www.pixelcatcher.de\/wp-content\/uploads\/2024\/02\/IMG_8576-525x700.jpg\" alt=\"\" class=\"wp-image-87509\" title=\"\"><\/figure>\n\n\n\n<figure class=\"wp-block-image size-medium\"><img loading=\"lazy\" decoding=\"async\" width=\"467\" height=\"700\" data-id=\"87317\" src=\"https:\/\/www.pixelcatcher.de\/wp-content\/uploads\/2024\/02\/img_0631-467x700.jpg\" alt=\"\" class=\"wp-image-87317\" title=\"\"><\/figure>\n\n\n\n<figure class=\"wp-block-image size-medium\"><img loading=\"lazy\" decoding=\"async\" width=\"525\" height=\"700\" data-id=\"87209\" src=\"https:\/\/www.pixelcatcher.de\/wp-content\/uploads\/2024\/02\/Esin0156-Kopie-525x700.jpg\" alt=\"\" class=\"wp-image-87209\" title=\"\"><\/figure>\n\n\n\n<figure class=\"wp-block-image size-medium\"><img loading=\"lazy\" decoding=\"async\" width=\"467\" height=\"700\" data-id=\"87256\" src=\"https:\/\/www.pixelcatcher.de\/wp-content\/uploads\/2024\/02\/Photopia-test0161-467x700.jpg\" alt=\"\" class=\"wp-image-87256\" title=\"\"><\/figure>\n\n\n\n<figure class=\"wp-block-image size-medium\"><img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"700\" data-id=\"87102\" src=\"https:\/\/www.pixelcatcher.de\/wp-content\/uploads\/2024\/02\/IMG_3827-700x700.jpg\" alt=\"\" class=\"wp-image-87102\" title=\"\"><\/figure>\n\n\n\n<figure class=\"wp-block-image size-medium\"><img loading=\"lazy\" decoding=\"async\" width=\"467\" height=\"700\" data-id=\"87123\" src=\"https:\/\/www.pixelcatcher.de\/wp-content\/uploads\/2024\/02\/IMG_0387-467x700.jpg\" alt=\"\" class=\"wp-image-87123\" title=\"\"><\/figure>\n\n\n\n<figure class=\"wp-block-image size-medium\"><img loading=\"lazy\" decoding=\"async\" width=\"467\" height=\"700\" data-id=\"87047\" src=\"https:\/\/www.pixelcatcher.de\/wp-content\/uploads\/2024\/02\/DSF9053-467x700.jpg\" alt=\"\" class=\"wp-image-87047\" title=\"\"><\/figure>\n\n\n\n<figure class=\"wp-block-image size-medium\"><img loading=\"lazy\" decoding=\"async\" width=\"467\" height=\"700\" data-id=\"87004\" src=\"https:\/\/www.pixelcatcher.de\/wp-content\/uploads\/2024\/02\/DSCF9710-Kopie-467x700.jpg\" alt=\"\" class=\"wp-image-87004\" title=\"\"><\/figure>\n\n\n\n<figure class=\"wp-block-image size-medium\"><img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"533\" data-id=\"87019\" src=\"https:\/\/www.pixelcatcher.de\/wp-content\/uploads\/2024\/02\/DSF1083-800x533.jpg\" alt=\"\" class=\"wp-image-87019\" title=\"\"><\/figure>\n\n\n\n<figure class=\"wp-block-image size-medium\"><img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"533\" data-id=\"85624\" src=\"https:\/\/www.pixelcatcher.de\/wp-content\/uploads\/2019\/10\/Capture-One-Styles-800x533.jpg\" alt=\"\" class=\"wp-image-85624\" title=\"\"><\/figure>\n<\/figure>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":250,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-91999","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.pixelcatcher.de\/en\/wp-json\/wp\/v2\/pages\/91999","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.pixelcatcher.de\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.pixelcatcher.de\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.pixelcatcher.de\/en\/wp-json\/wp\/v2\/users\/250"}],"replies":[{"embeddable":true,"href":"https:\/\/www.pixelcatcher.de\/en\/wp-json\/wp\/v2\/comments?post=91999"}],"version-history":[{"count":10,"href":"https:\/\/www.pixelcatcher.de\/en\/wp-json\/wp\/v2\/pages\/91999\/revisions"}],"predecessor-version":[{"id":92361,"href":"https:\/\/www.pixelcatcher.de\/en\/wp-json\/wp\/v2\/pages\/91999\/revisions\/92361"}],"wp:attachment":[{"href":"https:\/\/www.pixelcatcher.de\/en\/wp-json\/wp\/v2\/media?parent=91999"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}