{"id":2407,"date":"2025-08-06T03:07:21","date_gmt":"2025-08-06T03:07:21","guid":{"rendered":"https:\/\/ocr365.com\/?page_id=2407"},"modified":"2025-08-06T03:14:39","modified_gmt":"2025-08-06T03:14:39","slug":"orez-png","status":"publish","type":"page","link":"https:\/\/ocr365.com\/cs\/crop-png\/","title":{"rendered":"Plodina PNG"},"content":{"rendered":"<style>\n    .crop-image-upload-placeholder {\n        width: 100%;\n        max-width: 1000px;\n        margin: 0 auto 20px;\n        position: relative;\n    }\n    \n    .crop-image-upload-container {\n        background-color: #1fa4fc;\n        background-image: none; \n        border-radius: 12px;\n        height: 300px;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        justify-content: center;\n        position: relative;\n        overflow: hidden;\n        outline: 1px dashed #ffffffd9;\n        outline-offset: -14px;\n    }\n    \n    \/* Disable all hover effects in the upload area *\/\n    .crop-image-upload-container:hover {\n        background-color:rgb(8, 138, 225) !important;\n        background-image: none !important;\n        outline: 1px dashed #ffffffd9 !important;\n        outline-offset: -14px !important;\n    }\n    \n    .crop-image-file-icon-group {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        position: relative;\n        transform: scale(1);\n        margin-bottom: 20px;\n    }\n    \n    .crop-image-choose-btn-wrapper {\n        margin-bottom: 18px;\n    }\n    \n    .crop-image-upload-btn {\n        background-color: #ffffff;\n        color: #000000;\n        border: none;\n        padding: 12px 24px;\n        border-radius: 4px;\n        font-size: 15px;\n        font-weight: 700;\n        cursor: pointer;\n        display: inline-flex;\n        align-items: center;\n        box-shadow: 0 1px 3px rgba(0,0,0,0.1);\n    }\n    \n    .crop-image-upload-btn svg {\n        margin-right: 10px;\n        width: 14px !important;\n        height: 14px !important;\n        max-width: 14px !important;\n        max-height: 14px !important;\n        flex-shrink: 0;\n    }\n    \n    .crop-image-drop-text {\n        color: white;\n        font-size: 15px;\n        opacity: 0.95;\n    }\n    \n    \/* Add media queries to accommodate tablet and mobile devices *\/\n    @media (max-width: 768px) {\n        .crop-image-upload-container {\n            height: 250px;\n        }\n        \n        .crop-image-upload-btn {\n            padding: 14px 24px;\n            font-size: 15px;\n        }\n    }\n    \n    @media (max-width: 480px) {\n        .crop-image-upload-container {\n            height: 220px;\n            outline-offset: -10px;\n        }\n        \n        .crop-image-upload-btn {\n            padding: 12px 20px;\n            font-size: 14px;\n        }\n        \n        .crop-image-drop-text {\n            font-size: 14px;\n        }\n        \n        .crop-image-file-icon-group {\n            margin-bottom: 15px;\n        }\n        \n        .crop-image-benefit-text {\n            font-size: 15px;\n        }\n        \n        .crop-image-benefits-section {\n            gap: 25px;\n            padding: 0 10px;\n        }\n        \n        .crop-image-benefits-left p {\n            margin-bottom: 5px;\n        }\n    }\n    \n    \/* Extra small devices *\/\n    @media (max-width: 360px) {\n        .crop-image-upload-container {\n            height: 200px;\n        }\n        \n        .crop-image-file-icon svg {\n            width: 45px;\n            height: 45px;\n        }\n        \n        .crop-image-upload-btn {\n            padding: 10px 16px;\n            font-size: 13px;\n        }\n        \n        .crop-image-benefits-section {\n            gap: 20px;\n        }\n        \n        .crop-image-benefits-left {\n            font-size: 15px;\n        }\n        \n        .crop-image-benefit-text {\n            font-size: 14px;\n        }\n    }\n    \n    \/* Hide original file input but keep it functional *\/\n    .crop-image-file-input {\n        width: 0.1px;\n        height: 0.1px;\n        opacity: 0;\n        overflow: hidden;\n        position: absolute;\n        z-index: -1;\n    }\n    \n    \/* Advertisement Container Styles *\/\n    .crop-image-ad-container {\n        width: 100%;\n        margin: 0 auto 20px;\n        text-align: center;\n        overflow: hidden;\n        display: flex;\n        justify-content: center;\n    }\n    \n    .crop-image-ad-container ins {\n        display: block;\n        margin: 0 auto;\n        background-color: transparent;\n    }\n    \n    \/* Responsive styles for advertisements *\/\n    @media (max-width: 768px) {\n        .crop-image-ad-container {\n            margin-bottom: 15px;\n        }\n    }\n    \n    \/* Benefits Section Styles *\/\n    .crop-image-benefits-section {\n        max-width: 1000px;\n        margin: 0 auto;\n        display: flex;\n        gap: 50px;\n    }\n    \n    .crop-image-benefits-left {\n        flex: 1;\n        font-size: 16px;\n        line-height: 1.6;\n    }\n    \n    .crop-image-benefits-right {\n        flex: 1;\n    }\n    \n    .crop-image-benefit-item {\n        display: flex;\n        align-items: center;\n        gap: 14px;\n        margin-bottom: 16px;\n    }\n    \n    .crop-image-benefit-icon {\n        width: 20px;\n        height: 20px;\n        border-radius: 50%;\n        background-color: #0dbb30;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        flex-shrink: 0;\n    }\n    \n    .crop-image-benefit-text {\n        font-size: 16px;\n    }\n    \n    \/* Responsive styles for benefits section *\/\n    @media (max-width: 768px) {\n        .crop-image-benefits-section {\n            flex-direction: column;\n            gap: 10px;\n            padding: 0 15px;\n        }\n        \n        .crop-image-upload-container {\n            height: 250px;\n        }\n        \n        .crop-image-upload-btn {\n            padding: 14px 24px;\n            font-size: 15px;\n        }\n    }\n    \n    @media (max-width: 480px) {\n        .crop-image-benefit-text {\n            font-size: 15px;\n        }\n    }\n    \n    \/* Custom Header Styles - For upload page only *\/\n    .crop-image-page-header {\n        max-width: 1000px;\n        margin: 0 auto 30px;\n        text-align: center;\n        padding: 0 20px;\n        display: none; \/* Changed back to 'none' to hide by default *\/\n    }\n    \n    \/* Only show in upload page *\/\n    .crop-image-upload-page .crop-image-page-header {\n        display: block;\n    }\n    \n    .crop-image-headline {\n        font-size: 42px;\n        font-weight: 700;\n        color: #333;\n        margin-top: 30px;\n        margin-bottom: 15px;\n        line-height: 1.2;\n    }\n    \n    .crop-image-description {\n        font-size: 18px;\n        color: #666;\n        line-height: 1.6;\n        max-width: 800px;\n        margin: 0 auto;\n    }\n    \n    \/* Responsive styles for header *\/\n    @media (max-width: 768px) {\n        .crop-image-headline {\n            font-size: 30px;\n            margin-bottom: 12px;\n        }\n        \n        .crop-image-description {\n            font-size: 16px;\n        }\n    }\n    \n    @media (max-width: 480px) {\n        .crop-image-page-header {\n            margin-bottom: 20px;\n        }\n        \n        .crop-image-headline {\n            font-size: 24px;\n            margin-bottom: 10px;\n        }\n        \n        .crop-image-description {\n            font-size: 15px;\n            line-height: 1.5;\n        }\n    }\n    \n    \/* Hide the main cropper header initially to prevent flicker *\/\n    .crop-image-header {\n        display: none;\n    }\n    \n    \/* Only show the header in cropper and result pages *\/\n    .crop-image-cropper-page .crop-image-header,\n    .crop-image-result-page .crop-image-header {\n        display: block;\n    }\n<\/style>\n\n<div class=\"crop-image-container crop-image-upload-page\" data-ratio=\"free\" data-circle=\"false\">\n    <div class=\"crop-image-wrapper\">\n        <div class=\"crop-image-header\">\n            <h3>O\u0159ez\u00e1va\u010d obr\u00e1zk\u016f<\/h3>\n        <\/div>\n        \n        <div class=\"crop-image-body\">\n            <!-- Custom Page Header - Only visible on upload page -->\n            <div class=\"crop-image-page-header\">\n                                    <h1 class=\"crop-image-headline\">PNG N\u00e1stroj pro o\u0159ez\u00e1v\u00e1n\u00ed<\/h1>\n                                \n                                    <div class=\"crop-image-description\">Circle Crop - plodiny <a href='\/cs\/orez-jpg\/' style='color:#0073e6;font-weight:bold'>JPG<\/a>, <a href='\/cs\/orez-png\/' style='color:#28a745;font-weight:bold'>PNG<\/a>, <a href='\/cs\/gif-plodiny\/' style='color:#ff5722;font-weight:bold'>GIF<\/a>nebo <a href='#' style='color:#9c27b0;font-weight:bold'>WebP<\/a> obr\u00e1zky online.<\/div>\n                            <\/div>\n            \n            <!-- Upload Section -->\n            <div class=\"crop-image-upload-section\">\n                <div class=\"crop-image-upload-placeholder crop-image-upload-container\" id=\"drop-area\">\n                    <div class=\"crop-image-file-icon-group\">\n                        <div class=\"crop-image-file-icon\">\n                            <svg width=\"50\" height=\"50\" viewbox=\"0 0 70 70\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" data-no-translation=\"\">\n                                <rect x=\"5\" y=\"5\" width=\"60\" height=\"60\" rx=\"8\" fill=\"#F5F9FF\" stroke=\"#E6E6E6\" stroke-width=\"1\"\/>\n                                <rect x=\"10\" y=\"10\" width=\"50\" height=\"40\" rx=\"6\" fill=\"#FFFFFF\" stroke=\"#4285F4\" stroke-width=\"1.5\"\/>\n                                <circle cx=\"22\" cy=\"22\" r=\"5\" fill=\"#4285F4\"\/>\n                                <path d=\"M10 42L25 30L40 42L60 28\" stroke=\"#4285F4\" stroke-width=\"2\" stroke-linecap=\"round\"\/>\n                                <path d=\"M35 50H55\" stroke=\"#4285F4\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/>\n                                <path d=\"M40 55H50\" stroke=\"#4285F4\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/>\n                            <\/svg>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"crop-image-choose-btn-wrapper\">\n                        <button type=\"button\" class=\"crop-image-upload-btn\" style=\"background-color: #ffffff !important; color: #000000 !important; padding: 12px 24px !important; font-size: 15px !important;\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"width: 18px !important; height: 18px !important; margin-right: 10px !important; margin-bottom: 0 !important; margin-top: 0 !important; vertical-align: middle !important;\" data-no-translation=\"\">\n                                <rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect>\n                                <circle cx=\"8.5\" cy=\"8.5\" r=\"1.5\"><\/circle>\n                                <polyline points=\"21 15 16 10 5 21\"><\/polyline>\n                            <\/svg>\n                            V\u00fdb\u011br obr\u00e1zk\u016f                        <\/button>\n                    <\/div>\n                    \n                    <p class=\"crop-image-drop-text\">nebo sem vlo\u017ete soubory<\/p>\n                <\/div>\n                <input type=\"file\" class=\"crop-image-file-input\" accept=\".png,.jpg,.jpeg,.gif,.webp,image\/png,image\/jpeg,image\/gif,image\/webp\">\n            <\/div><!-- End of crop-image-upload-section -->\n            \n            <!-- Ad Container for Upload Page -->\n            <div class=\"crop-image-ad-container crop-image-ad-upload\">\n                            <\/div>\n            \n            <!-- Custom content container - only shown on upload page -->\n            <div class=\"crop-image-custom-content-container\"><link rel=\"stylesheet\" href=\"\/wp-content\/plugins\/crop-image\/custom-templates\/crop-png.css\">\r\n    <div class=\"cropngpro-container\">\r\n<section class=\"cropngpro-features\">\r\n            <div class=\"cropngpro-feature-card\">\r\n                <svg class=\"cropngpro-feature-icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" data-no-translation=\"\">\r\n                    <path d=\"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14zm-5.04-6.71l-2.75 3.54-1.96-2.36L6.5 17h11l-3.54-4.71z\"\/>\r\n                <\/svg>\r\n                <h3>P\u0159esn\u00e9 p\u011bstov\u00e1n\u00ed<\/h3>\r\n                <p>P\u0159esn\u011b vyb\u00edrejte oblasti o\u0159ezu pomoc\u00ed intuitivn\u00edho rozhran\u00ed, kter\u00e9 podporuje vlastn\u00ed velikosti a pom\u011bry pro spln\u011bn\u00ed r\u016fzn\u00fdch po\u017eadavk\u016f na design.<\/p>\r\n            <\/div>\r\n            \r\n            <div class=\"cropngpro-feature-card\">\r\n                <svg class=\"cropngpro-feature-icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" data-no-translation=\"\">\r\n                    <path d=\"M12 22C6.49 22 2 17.51 2 12S6.49 2 12 2s10 4.49 10 10-4.49 10-10 10zm0-18c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8zm0 14c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6z\"\/>\r\n                <\/svg>\r\n                <h3>Dokonal\u00e1 transparentnost<\/h3>\r\n                <p>Pln\u011b zachov\u00e1v\u00e1 pr\u016fhlednost a alfa kan\u00e1ly PNG, tak\u017ee kvalita o\u0159\u00edznut\u00fdch obr\u00e1zk\u016f z\u016fst\u00e1v\u00e1 nezm\u011bn\u011bna.<\/p>\r\n            <\/div>\r\n            \r\n            <div class=\"cropngpro-feature-card\">\r\n                <svg class=\"cropngpro-feature-icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" data-no-translation=\"\">\r\n                    <path d=\"M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM19 18H6c-2.21 0-4-1.79-4-4 0-2.05 1.53-3.76 3.56-3.97l1.07-.11.5-.95C8.08 7.14 9.94 6 12 6c2.62 0 4.88 1.86 5.39 4.43l.3 1.5 1.53.11c1.56.1 2.78 1.41 2.78 2.96 0 1.65-1.35 3-3 3zm-9-3.82l-2.09-2.09L6.5 13.5 10 17l6.01-6.01-1.41-1.41z\"\/>\r\n                <\/svg>\r\n                <h3>Okam\u017eit\u00e9 zpracov\u00e1n\u00ed<\/h3>\r\n                <p>V\u0161echny operace se prov\u00e1d\u011bj\u00ed v prohl\u00ed\u017ee\u010di bez \u010dek\u00e1n\u00ed na odesl\u00e1n\u00ed nebo sta\u017een\u00ed a poskytuj\u00ed okam\u017eit\u00e9 v\u00fdsledky.<\/p>\r\n            <\/div>\r\n        <\/section>\r\n        \r\n        <section class=\"cropngpro-how-it-works\">\r\n            <h2>Jak pou\u017e\u00edvat n\u00e1\u0161 n\u00e1stroj pro o\u0159ez\u00e1v\u00e1n\u00ed PNG<\/h2>\r\n            <div class=\"cropngpro-steps\">\r\n                <div class=\"cropngpro-step\">\r\n                    <div class=\"cropngpro-step-number\">1<\/div>\r\n                    <h3>Vyberte Soubor<\/h3>\r\n                    <p>Nahrajte soubor s obr\u00e1zkem PNG ze sv\u00e9ho za\u0159\u00edzen\u00ed s podporou funkce drag-and-drop pro rychl\u00e9 a snadn\u00e9 ovl\u00e1d\u00e1n\u00ed.<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"cropngpro-step\">\r\n                    <div class=\"cropngpro-step-number\">2<\/div>\r\n                    <h3>\u00daprava o\u0159ezu<\/h3>\r\n                    <p>Pomoc\u00ed intuitivn\u00edho rozhran\u00ed m\u016f\u017eete vybrat po\u017eadovanou oblast a podle pot\u0159eby upravit velikost, polohu a pom\u011br.<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"cropngpro-step\">\r\n                    <div class=\"cropngpro-step-number\">3<\/div>\r\n                    <h3>Ulo\u017eit v\u00fdsledky<\/h3>\r\n                    <p>O\u0159\u00edznut\u00fd obr\u00e1zek PNG st\u00e1hnete jedin\u00fdm kliknut\u00edm p\u0159i zachov\u00e1n\u00ed p\u016fvodn\u00ed kvality a pr\u016fhlednosti.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n        \r\n        <section class=\"cropngpro-advantages\">\r\n            <h2>Pro\u010d si vybrat n\u00e1\u0161 n\u00e1stroj pro o\u0159ez\u00e1v\u00e1n\u00ed PNG<\/h2>\r\n            <div class=\"cropngpro-advantage-list\">\r\n                <div class=\"cropngpro-advantage-item\">\r\n                    <span class=\"cropngpro-checkmark\">\u2713<\/span>\r\n                    <div class=\"cropngpro-advantage-content\">\r\n                        <h4>Zcela zdarma<\/h4>\r\n                        <p>V\u0161echny funkce jsou poskytov\u00e1ny zdarma, bez skryt\u00fdch poplatk\u016f a bez nutnosti registrace \u00fa\u010dtu nebo poskytov\u00e1n\u00ed osobn\u00edch \u00fadaj\u016f.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"cropngpro-advantage-item\">\r\n                    <span class=\"cropngpro-checkmark\">\u2713<\/span>\r\n                    <div class=\"cropngpro-advantage-content\">\r\n                        <h4>Ochrana soukrom\u00ed<\/h4>\r\n                        <p>Ve\u0161ker\u00e9 zpracov\u00e1n\u00ed obr\u00e1zk\u016f prob\u00edh\u00e1 lok\u00e1ln\u011b v prohl\u00ed\u017ee\u010di a nikdy se neodes\u00edl\u00e1 na servery, tak\u017ee va\u0161e data z\u016fst\u00e1vaj\u00ed v bezpe\u010d\u00ed.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"cropngpro-advantage-item\">\r\n                    <span class=\"cropngpro-checkmark\">\u2713<\/span>\r\n                    <div class=\"cropngpro-advantage-content\">\r\n                        <h4>Vysoce kvalitn\u00ed v\u00fdstup<\/h4>\r\n                        <p>O\u0159\u00edznut\u00e9 sn\u00edmky PNG si zachov\u00e1vaj\u00ed p\u016fvodn\u00ed kvalitu bez ztr\u00e1ty komprese a s dokonal\u00fdm zachov\u00e1n\u00edm pr\u016fhlednosti.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"cropngpro-advantage-item\">\r\n                    <span class=\"cropngpro-checkmark\">\u2713<\/span>\r\n                    <div class=\"cropngpro-advantage-content\">\r\n                        <h4>Snadn\u00e9 ovl\u00e1d\u00e1n\u00ed<\/h4>\r\n                        <p>Intuitivn\u00ed u\u017eivatelsk\u00e9 rozhran\u00ed nevy\u017eaduj\u00edc\u00ed \u017e\u00e1dn\u00e9 odborn\u00e9 znalosti, kompletn\u00ed o\u0159ez\u00e1n\u00ed b\u011bhem n\u011bkolika sekund.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"cropngpro-advantage-item\">\r\n                    <span class=\"cropngpro-checkmark\">\u2713<\/span>\r\n                    <div class=\"cropngpro-advantage-content\">\r\n                        <h4>Nen\u00ed nutn\u00e1 instalace<\/h4>\r\n                        <p>Kompletn\u011b webov\u00fd n\u00e1stroj bez stahov\u00e1n\u00ed softwaru, kter\u00fd \u0161et\u0159\u00ed m\u00edsto na za\u0159\u00edzen\u00ed a je dostupn\u00fd kdykoli a odkudkoli.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"cropngpro-advantage-item\">\r\n                    <span class=\"cropngpro-checkmark\">\u2713<\/span>\r\n                    <div class=\"cropngpro-advantage-content\">\r\n                        <h4>Podpora v\u00edce platforem<\/h4>\r\n                        <p>Kompatibiln\u00ed se v\u0161emi hlavn\u00edmi prohl\u00ed\u017ee\u010di a za\u0159\u00edzen\u00edmi, v\u010detn\u011b po\u010d\u00edta\u010d\u016f, tablet\u016f a chytr\u00fdch telefon\u016f, pro o\u0159ez\u00e1v\u00e1n\u00ed obr\u00e1zk\u016f, a\u0165 jste kdekoli.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n        \r\n        <section class=\"cropngpro-use-cases\">\r\n            <h2>PNG Aplikace pro p\u011bstov\u00e1n\u00ed plodin<\/h2>\r\n            <div class=\"cropngpro-use-case-grid\">\r\n                <div class=\"cropngpro-use-case\">\r\n                    <img decoding=\"async\" src=\"\/wp-content\/plugins\/crop-image\/custom-templates\/photo-1611162617213-7d7a39e9b1d7.webp\" alt=\"O\u0159ez\u00e1v\u00e1n\u00ed obr\u00e1zk\u016f na soci\u00e1ln\u00edch s\u00edt\u00edch\" onerror=\"this.src='data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%22350%22 height%3D%22250%22 viewBox%3D%220 0 350 250%22%3E%3Crect fill%3D%22%233498db%22 width%3D%22350%22 height%3D%22250%22%2F%3E%3Ctext fill%3D%22%23ffffff%22 font-family%3D%22Arial%2C sans-serif%22 font-size%3D%2224%22 text-anchor%3D%22middle%22 x%3D%22175%22 y%3D%22125%22 dominant-baseline%3D%22middle%22%3ESocial Media%3C%2Ftext%3E%3C%2Fsvg%3E'\">\r\n                    <h3>Soci\u00e1ln\u00ed m\u00e9dia<\/h3>\r\n                    <p>O\u0159\u00edzn\u011bte avatary, obr\u00e1zky ob\u00e1lek a obr\u00e1zky pro sd\u00edlen\u00ed pro r\u016fzn\u00e9 soci\u00e1ln\u00ed platformy a vylep\u0161ete tak svou online prezentaci.<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"cropngpro-use-case\">\r\n                    <img decoding=\"async\" src=\"\/wp-content\/plugins\/crop-image\/custom-templates\/photo-1556740758-90de374c12ad.webp\" alt=\"O\u0159ez\u00e1v\u00e1n\u00ed obr\u00e1zk\u016f produkt\u016f v elektronick\u00e9m obchod\u011b\" onerror=\"this.src='data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%22350%22 height%3D%22250%22 viewBox%3D%220 0 350 250%22%3E%3Crect fill%3D%22%232ecc71%22 width%3D%22350%22 height%3D%22250%22%2F%3E%3Ctext fill%3D%22%23ffffff%22 font-family%3D%22Arial%2C sans-serif%22 font-size%3D%2224%22 text-anchor%3D%22middle%22 x%3D%22175%22 y%3D%22125%22 dominant-baseline%3D%22middle%22%3EE-Commerce%3C%2Ftext%3E%3C%2Fsvg%3E'\">\r\n                    <h3>Elektronick\u00e9 obchodov\u00e1n\u00ed<\/h3>\r\n                    <p>Optimalizujte zobrazen\u00ed obr\u00e1zk\u016f produkt\u016f, vytv\u00e1\u0159ejte galerie produkt\u016f jednotn\u00e9 velikosti a zvy\u0161ujte profesionalitu a konverzn\u00ed pom\u011br str\u00e1nek se zbo\u017e\u00edm.<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"cropngpro-use-case\">\r\n                    <img decoding=\"async\" src=\"\/wp-content\/plugins\/crop-image\/custom-templates\/photo-1562408590-e32931084e23.webp\" alt=\"O\u0159ez\u00e1v\u00e1n\u00ed grafick\u00e9ho materi\u00e1lu\" onerror=\"this.src='data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%22350%22 height%3D%22250%22 viewBox%3D%220 0 350 250%22%3E%3Crect fill%3D%22%23e74c3c%22 width%3D%22350%22 height%3D%22250%22%2F%3E%3Ctext fill%3D%22%23ffffff%22 font-family%3D%22Arial%2C sans-serif%22 font-size%3D%2224%22 text-anchor%3D%22middle%22 x%3D%22175%22 y%3D%22125%22 dominant-baseline%3D%22middle%22%3EGraphic Design%3C%2Ftext%3E%3C%2Fsvg%3E'\">\r\n                    <h3>Grafick\u00fd design<\/h3>\r\n                    <p>P\u0159esn\u011b o\u0159\u00edzn\u011bte prvky n\u00e1vrhu, zachovejte pr\u016fhledn\u00e9 pozad\u00ed a rychle je za\u010dle\u0148te do sv\u00fdch kreativn\u00edch projekt\u016f, abyste zv\u00fd\u0161ili efektivitu pr\u00e1ce.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n        \r\n        <section class=\"cropngpro-faq\">\r\n            <h2>\u010casto kladen\u00e9 ot\u00e1zky<\/h2>\r\n            \r\n            <div class=\"cropngpro-faq-item\">\r\n                <div class=\"cropngpro-faq-question\">Ovlivn\u00ed o\u0159ez\u00e1vac\u00ed n\u00e1stroj PNG kvalitu obrazu?<\/div>\r\n                <div class=\"cropngpro-faq-answer\">\r\n                    <p>N\u00e1\u0161 n\u00e1stroj pro o\u0159ez\u00e1v\u00e1n\u00ed PNG pou\u017e\u00edv\u00e1 bezeztr\u00e1tovou technologii zpracov\u00e1n\u00ed, kter\u00e1 zaji\u0161\u0165uje, \u017ee o\u0159ezan\u00e9 obr\u00e1zky si zachovaj\u00ed svou p\u016fvodn\u00ed kvalitu v\u010detn\u011b pr\u016fhlednosti a detail\u016f. Ve\u0161ker\u00e9 zpracov\u00e1n\u00ed prob\u00edh\u00e1 v prohl\u00ed\u017ee\u010di bez dal\u0161\u00ed komprese nebo ztr\u00e1ty kvality.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"cropngpro-faq-item\">\r\n                <div class=\"cropngpro-faq-question\">Jak velk\u00fd soubor PNG mohu o\u0159\u00edznout?<\/div>\r\n                <div class=\"cropngpro-faq-answer\">\r\n                    <p>N\u00e1\u0161 n\u00e1stroj podporuje zpracov\u00e1n\u00ed soubor\u016f PNG o velikosti a\u017e 20 MB. Tento limit je dostate\u010dn\u00fd pro ka\u017edodenn\u00ed pot\u0159eby v\u011bt\u0161iny u\u017eivatel\u016f. Pokud v\u00e1\u0161 soubor tento limit p\u0159esahuje, m\u016f\u017eete nejprve pou\u017e\u00edt jin\u00e9 n\u00e1stroje pro po\u010d\u00e1te\u010dn\u00ed kompresi a pot\u00e9 pou\u017e\u00edt n\u00e1\u0161 n\u00e1stroj pro p\u0159esn\u00e9 o\u0159\u00edznut\u00ed.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"cropngpro-faq-item\">\r\n                <div class=\"cropngpro-faq-question\">Jak zachovat pr\u016fhledn\u00e9 pozad\u00ed obr\u00e1zk\u016f PNG?<\/div>\r\n                <div class=\"cropngpro-faq-answer\">\r\n                    <p>Nemus\u00edte si d\u011blat starosti s pr\u016fhledn\u00fdm pozad\u00edm - n\u00e1\u0161 n\u00e1stroj automaticky zachov\u00e1v\u00e1 pr\u016fhledn\u00e9 kan\u00e1ly obr\u00e1zk\u016f PNG. B\u011bhem o\u0159ez\u00e1v\u00e1n\u00ed jsou pr\u016fhledn\u00e9 oblasti obr\u00e1zku pln\u011b zachov\u00e1ny, co\u017e zaji\u0161\u0165uje, \u017ee se o\u0159\u00edznut\u00fd obr\u00e1zek dokonale zobraz\u00ed na jak\u00e9mkoli pozad\u00ed.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"cropngpro-faq-item\">\r\n                <div class=\"cropngpro-faq-question\">Jak\u00e9 dal\u0161\u00ed funkce jsou krom\u011b o\u0159ez\u00e1v\u00e1n\u00ed podporov\u00e1ny?<\/div>\r\n                <div class=\"cropngpro-faq-answer\">\r\n                    <p>Krom\u011b z\u00e1kladn\u00edch funkc\u00ed o\u0159ez\u00e1v\u00e1n\u00ed podporuje n\u00e1\u0161 n\u00e1stroj tak\u00e9 ot\u00e1\u010den\u00ed obr\u00e1zk\u016f, \u00fapravu pom\u011br\u016f o\u0159ezu (nap\u0159\u00edklad 1:1, 4:3, 16:9 atd.), p\u0159evracen\u00ed obr\u00e1zk\u016f a zm\u011bnu velikosti obr\u00e1zk\u016f. V budoucnu pl\u00e1nujeme p\u0159idat dal\u0161\u00ed funkce, nap\u0159\u00edklad jednoduch\u00e9 filtry, \u00fapravy jasu a kontrastu a dal\u0161\u00ed.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"cropngpro-faq-item\">\r\n                <div class=\"cropngpro-faq-question\">Mus\u00edm si nainstalovat z\u00e1suvn\u00e9 moduly, abych mohl pou\u017e\u00edvat o\u0159ez\u00e1vac\u00ed n\u00e1stroj PNG?<\/div>\r\n                <div class=\"cropngpro-faq-answer\">\r\n                    <p>Ne.N\u00e1\u0161 n\u00e1stroj pro o\u0159ez\u00e1v\u00e1n\u00ed PNG je \u010dist\u011b webov\u00e1 aplikace, kter\u00e1 vy\u017eaduje pouze modern\u00ed prohl\u00ed\u017ee\u010d, bez nutnosti instalace jak\u00fdchkoli z\u00e1suvn\u00fdch modul\u016f, roz\u0161\u00ed\u0159en\u00ed nebo softwaru. D\u00edky tomu je rychle pou\u017eiteln\u00fd na jak\u00e9mkoli za\u0159\u00edzen\u00ed, v\u010detn\u011b syst\u00e9m\u016f Windows, Mac, Linux, iOS a Android.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n        \r\n        <section class=\"cropngpro-cta\">\r\n            <h2>Za\u010dn\u011bte o\u0159ez\u00e1vat sn\u00edmky PNG nyn\u00ed<\/h2>\r\n            <p>Bezplatn\u00fd, rychl\u00fd a vysoce kvalitn\u00ed n\u00e1stroj pro o\u0159ez\u00e1v\u00e1n\u00ed PNG, kter\u00fd poskytuje profesion\u00e1ln\u00ed \u0159e\u0161en\u00ed pro va\u0161e pot\u0159eby zpracov\u00e1n\u00ed obr\u00e1zk\u016f. Nen\u00ed nutn\u00e1 registrace, pou\u017e\u00edvejte jej okam\u017eit\u011b!<\/p>\r\n            <a href=\"#\" class=\"cropngpro-button\">Zah\u00e1jen\u00ed o\u0159ez\u00e1v\u00e1n\u00ed<\/a>\r\n        <\/section>\r\n        \r\n        <!-- Technical Specifications Section -->\r\n        <section class=\"cropngpro-technical\">\r\n            <h2>Technick\u00e9 specifikace<\/h2>\r\n            <div class=\"cropngpro-tech-grid\" style=\"display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; margin-top: 40px;\">\r\n                <div class=\"cropngpro-tech-item\" style=\"background: #fff; padding: 25px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.05);\">\r\n                    <h3 style=\"color: #2c3e50; font-size: 20px; margin-bottom: 15px;\">Podporovan\u00e9 form\u00e1ty soubor\u016f<\/h3>\r\n                    <ul style=\"color: #7f8c8d; list-style-type: none; padding: 0;\">\r\n                        <li style=\"margin-bottom: 10px; padding-left: 25px; position: relative;\">\r\n                            <svg style=\"position: absolute; left: 0; top: 2px; width: 18px; height: 18px; fill: #3498db;\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" data-no-translation=\"\">\r\n                                <path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/>\r\n                            <\/svg>\r\n                            PNG (Portable Network Graphics) - Prim\u00e1rn\u00ed form\u00e1t\r\n                        <\/li>\r\n                        <li style=\"margin-bottom: 10px; padding-left: 25px; position: relative;\">\r\n                            <svg style=\"position: absolute; left: 0; top: 2px; width: 18px; height: 18px; fill: #3498db;\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" data-no-translation=\"\">\r\n                                <path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/>\r\n                            <\/svg>\r\n                            PNG-8 (256 barev, indexovan\u00e9)\r\n                        <\/li>\r\n                        <li style=\"margin-bottom: 10px; padding-left: 25px; position: relative;\">\r\n                            <svg style=\"position: absolute; left: 0; top: 2px; width: 18px; height: 18px; fill: #3498db;\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" data-no-translation=\"\">\r\n                                <path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/>\r\n                            <\/svg>\r\n                            PNG-24 (24bitov\u00e9 barvy RGB)\r\n                        <\/li>\r\n                        <li style=\"margin-bottom: 10px; padding-left: 25px; position: relative;\">\r\n                            <svg style=\"position: absolute; left: 0; top: 2px; width: 18px; height: 18px; fill: #3498db;\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" data-no-translation=\"\">\r\n                                <path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/>\r\n                            <\/svg>\r\n                            PNG-32 (32bitov\u00fd RGBA s alfa kan\u00e1lem)\r\n                        <\/li>\r\n                        <li style=\"margin-bottom: 10px; padding-left: 25px; position: relative;\">\r\n                            <svg style=\"position: absolute; left: 0; top: 2px; width: 18px; height: 18px; fill: #3498db;\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" data-no-translation=\"\">\r\n                                <path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/>\r\n                            <\/svg>\r\n                            Podpora APNG (Animovan\u00fd PNG) pro prvn\u00ed sn\u00edmek\r\n                        <\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n                \r\n                <div class=\"cropngpro-tech-item\" style=\"background: #fff; padding: 25px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.05);\">\r\n                    <h3 style=\"color: #2c3e50; font-size: 20px; margin-bottom: 15px;\">Schopnosti n\u00e1stroje<\/h3>\r\n                    <ul style=\"color: #7f8c8d; list-style-type: none; padding: 0;\">\r\n                        <li style=\"margin-bottom: 10px; padding-left: 25px; position: relative;\">\r\n                            <svg style=\"position: absolute; left: 0; top: 2px; width: 18px; height: 18px; fill: #3498db;\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" data-no-translation=\"\">\r\n                                <path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/>\r\n                            <\/svg>\r\n                            Maxim\u00e1ln\u00ed velikost souboru: 20 MB\r\n                        <\/li>\r\n                        <li style=\"margin-bottom: 10px; padding-left: 25px; position: relative;\">\r\n                            <svg style=\"position: absolute; left: 0; top: 2px; width: 18px; height: 18px; fill: #3498db;\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" data-no-translation=\"\">\r\n                                <path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/>\r\n                            <\/svg>\r\n                            Maxim\u00e1ln\u00ed rozli\u0161en\u00ed: 8000 \u00d7 8000 pixel\u016f\r\n                        <\/li>\r\n                        <li style=\"margin-bottom: 10px; padding-left: 25px; position: relative;\">\r\n                            <svg style=\"position: absolute; left: 0; top: 2px; width: 18px; height: 18px; fill: #3498db;\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" data-no-translation=\"\">\r\n                                <path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/>\r\n                            <\/svg>\r\n                            D\u00e1vkov\u00e9 zpracov\u00e1n\u00ed: A\u017e 10 sn\u00edmk\u016f najednou\r\n                        <\/li>\r\n                        <li style=\"margin-bottom: 10px; padding-left: 25px; position: relative;\">\r\n                            <svg style=\"position: absolute; left: 0; top: 2px; width: 18px; height: 18px; fill: #3498db;\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" data-no-translation=\"\">\r\n                                <path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/>\r\n                            <\/svg>\r\n                            P\u0159esnost: O\u0159\u00edznut\u00ed s p\u0159esnost\u00ed na pixel\r\n                        <\/li>\r\n                        <li style=\"margin-bottom: 10px; padding-left: 25px; position: relative;\">\r\n                            <svg style=\"position: absolute; left: 0; top: 2px; width: 18px; height: 18px; fill: #3498db;\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" data-no-translation=\"\">\r\n                                <path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/>\r\n                            <\/svg>\r\n                            Zpracov\u00e1n\u00ed: 100% v prohl\u00ed\u017ee\u010di (na stran\u011b klienta)\r\n                        <\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n        \r\n        <!-- Tool Comparison Section -->\r\n        <section class=\"cropngpro-comparison\" style=\"margin: 80px 0;\">\r\n            <h2 style=\"text-align: center; font-size: 36px; color: #2c3e50; margin-bottom: 50px;\">Jak si stoj\u00ed n\u00e1\u0161 n\u00e1stroj pro o\u0159ez\u00e1v\u00e1n\u00ed PNG v porovn\u00e1n\u00ed s jin\u00fdmi n\u00e1stroji<\/h2>\r\n            \r\n            <div class=\"cropngpro-comparison-table\" style=\"overflow-x: auto;\">\r\n                <table style=\"width: 100%; border-collapse: collapse; border-radius: 8px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.05); min-width: 600px;\">\r\n                    <thead>\r\n                        <tr style=\"background: #3498db; color: white;\">\r\n                            <th style=\"padding: 15px; text-align: left; border: 1px solid #e0e0e0;\">Funkce<\/th>\r\n                            <th style=\"padding: 15px; text-align: center; border: 1px solid #e0e0e0;\">N\u00e1\u0161 n\u00e1stroj pro o\u0159ez\u00e1v\u00e1n\u00ed PNG<\/th>\r\n                            <th style=\"padding: 15px; text-align: center; border: 1px solid #e0e0e0;\">Software pro stoln\u00ed po\u010d\u00edta\u010de<\/th>\r\n                            <th style=\"padding: 15px; text-align: center; border: 1px solid #e0e0e0;\">Dal\u0161\u00ed online n\u00e1stroje<\/th>\r\n                        <\/tr>\r\n                    <\/thead>\r\n                    <tbody>\r\n                        <tr style=\"background: #fff;\">\r\n                            <td style=\"padding: 15px; border: 1px solid #e0e0e0; font-weight: 600;\">N\u00e1klady<\/td>\r\n                            <td style=\"padding: 15px; text-align: center; border: 1px solid #e0e0e0;\">Uvolnit<\/td>\r\n                            <td style=\"padding: 15px; text-align: center; border: 1px solid #e0e0e0;\">$20-$200<\/td>\r\n                            <td style=\"padding: 15px; text-align: center; border: 1px solid #e0e0e0;\">Zdarma s omezen\u00edmi<\/td>\r\n                        <\/tr>\r\n                        <tr style=\"background: #f9f9f9;\">\r\n                            <td style=\"padding: 15px; border: 1px solid #e0e0e0; font-weight: 600;\">Po\u017eadovan\u00e1 instalace<\/td>\r\n                            <td style=\"padding: 15px; text-align: center; border: 1px solid #e0e0e0;\">Ne<\/td>\r\n                            <td style=\"padding: 15px; text-align: center; border: 1px solid #e0e0e0;\">Ano<\/td>\r\n                            <td style=\"padding: 15px; text-align: center; border: 1px solid #e0e0e0;\">Ne<\/td>\r\n                        <\/tr>\r\n                        <tr style=\"background: #fff;\">\r\n                            <td style=\"padding: 15px; border: 1px solid #e0e0e0; font-weight: 600;\">Zachov\u00e1n\u00ed transparentnosti<\/td>\r\n                            <td style=\"padding: 15px; text-align: center; border: 1px solid #e0e0e0;\">Perfektn\u00ed<\/td>\r\n                            <td style=\"padding: 15px; text-align: center; border: 1px solid #e0e0e0;\">Perfektn\u00ed<\/td>\r\n                            <td style=\"padding: 15px; text-align: center; border: 1px solid #e0e0e0;\">\u010casto ohro\u017een\u00e9<\/td>\r\n                        <\/tr>\r\n                        <tr style=\"background: #f9f9f9;\">\r\n                            <td style=\"padding: 15px; border: 1px solid #e0e0e0; font-weight: 600;\">Rychlost zpracov\u00e1n\u00ed<\/td>\r\n                            <td style=\"padding: 15px; text-align: center; border: 1px solid #e0e0e0;\">Instantn\u00ed<\/td>\r\n                            <td style=\"padding: 15px; text-align: center; border: 1px solid #e0e0e0;\">Rychle<\/td>\r\n                            <td style=\"padding: 15px; text-align: center; border: 1px solid #e0e0e0;\">Z\u00e1le\u017e\u00ed na nahr\u00e1v\u00e1n\u00ed\/stahov\u00e1n\u00ed<\/td>\r\n                        <\/tr>\r\n                        <tr style=\"background: #fff;\">\r\n                            <td style=\"padding: 15px; border: 1px solid #e0e0e0; font-weight: 600;\">Ochrana osobn\u00edch \u00fadaj\u016f<\/td>\r\n                            <td style=\"padding: 15px; text-align: center; border: 1px solid #e0e0e0;\">100% M\u00edstn\u00ed zpracov\u00e1n\u00ed<\/td>\r\n                            <td style=\"padding: 15px; text-align: center; border: 1px solid #e0e0e0;\">M\u00edstn\u00ed zpracov\u00e1n\u00ed<\/td>\r\n                            <td style=\"padding: 15px; text-align: center; border: 1px solid #e0e0e0;\">Zpracov\u00e1n\u00ed serveru<\/td>\r\n                        <\/tr>\r\n                        <tr style=\"background: #f9f9f9;\">\r\n                            <td style=\"padding: 15px; border: 1px solid #e0e0e0; font-weight: 600;\">P\u0159\u00edstupnost<\/td>\r\n                            <td style=\"padding: 15px; text-align: center; border: 1px solid #e0e0e0;\">Jak\u00e9koli za\u0159\u00edzen\u00ed<\/td>\r\n                            <td style=\"padding: 15px; text-align: center; border: 1px solid #e0e0e0;\">Pouze nainstalovan\u00e1 za\u0159\u00edzen\u00ed<\/td>\r\n                            <td style=\"padding: 15px; text-align: center; border: 1px solid #e0e0e0;\">Jak\u00e9koli za\u0159\u00edzen\u00ed<\/td>\r\n                        <\/tr>\r\n                    <\/tbody>\r\n                <\/table>\r\n            <\/div>\r\n        <\/section>\r\n        \r\n        <!-- Professional Tips Section -->\r\n        <section class=\"cropngpro-tips\" style=\"margin: 80px 0; background: #f9f9f9; padding: 60px 40px; border-radius: 12px;\">\r\n            <h2 style=\"text-align: center; font-size: 36px; color: #2c3e50; margin-bottom: 40px;\">Profesion\u00e1ln\u00ed tipy pro o\u0159ez\u00e1v\u00e1n\u00ed PNG<\/h2>\r\n            \r\n            <div class=\"cropngpro-tips-container\" style=\"display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px;\">\r\n                <div class=\"cropngpro-tip-card\" style=\"background: #fff; padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.05);\">\r\n                    <div style=\"width: 50px; height: 50px; background: rgba(52, 152, 219, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 20px;\">\r\n                        <svg style=\"width: 30px; height: 30px; fill: #3498db;\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" data-no-translation=\"\">\r\n                            <path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z\"\/>\r\n                        <\/svg>\r\n                    <\/div>\r\n                    <h3 style=\"font-size: 20px; color: #2c3e50; margin-bottom: 15px;\">Pravidlo t\u0159etin<\/h3>\r\n                    <p style=\"color: #7f8c8d; line-height: 1.6;\">P\u0159edstavte si obr\u00e1zek rozd\u011blen\u00fd na 9 stejn\u00fdch segment\u016f. Um\u00edst\u011bte kl\u00ed\u010dov\u00e9 prvky pod\u00e9l t\u011bchto lini\u00ed nebo do jejich pr\u016fse\u010d\u00edk\u016f, abyste dos\u00e1hli vyv\u00e1\u017een\u011bj\u0161\u00ed a poutav\u011bj\u0161\u00ed kompozice.<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"cropngpro-tip-card\" style=\"background: #fff; padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.05);\">\r\n                    <div style=\"width: 50px; height: 50px; background: rgba(52, 152, 219, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 20px;\">\r\n                        <svg style=\"width: 30px; height: 30px; fill: #3498db;\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" data-no-translation=\"\">\r\n                            <path d=\"M12 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm-7 7H3v4c0 1.1.9 2 2 2h4v-2H5v-4zM5 5h4V3H5c-1.1 0-2 .9-2 2v4h2V5zm14-2h-4v2h4v4h2V5c0-1.1-.9-2-2-2zm0 16h-4v2h4c1.1 0 2-.9 2-2v-4h-2v4z\"\/>\r\n                        <\/svg>\r\n                    <\/div>\r\n                    <h3 style=\"font-size: 20px; color: #2c3e50; margin-bottom: 15px;\">Zachov\u00e1n\u00ed pom\u011bru aspekt\u016f<\/h3>\r\n                    <p style=\"color: #7f8c8d; line-height: 1.6;\">Pro profesion\u00e1ln\u00ed v\u00fdsledky pou\u017e\u00edvejte standardn\u00ed pom\u011bry stran (1:1, 4:3, 16:9). N\u00e1\u0161 n\u00e1stroj obsahuje p\u0159ednastaven\u00e9 pom\u011bry pro soci\u00e1ln\u00ed m\u00e9dia, platformy elektronick\u00e9ho obchodu a tiskov\u00e9 materi\u00e1ly.<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"cropngpro-tip-card\" style=\"background: #fff; padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.05);\">\r\n                    <div style=\"width: 50px; height: 50px; background: rgba(52, 152, 219, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 20px;\">\r\n                        <svg style=\"width: 30px; height: 30px; fill: #3498db;\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" data-no-translation=\"\">\r\n                            <path d=\"M3 17h18v-2H3v2zm0 3h18v-1H3v1zm0-7h18v-3H3v3zm0-9v4h18V4H3z\"\/>\r\n                        <\/svg>\r\n                    <\/div>\r\n                    <h3 style=\"font-size: 20px; color: #2c3e50; margin-bottom: 15px;\">Umo\u017en\u011bte prostor pro d\u00fdch\u00e1n\u00ed<\/h3>\r\n                    <p style=\"color: #7f8c8d; line-height: 1.6;\">Vyvarujte se p\u0159\u00edli\u0161 t\u011bsn\u00e9ho o\u0159ezu proti hlavn\u00edmu objektu. Zachovejte prostor kolem d\u016fle\u017eit\u00fdch prvk\u016f, abyste dos\u00e1hli profesion\u00e1ln\u011bj\u0161\u00edho a vizu\u00e1ln\u011b p\u0159ita\u017eliv\u011bj\u0161\u00edho v\u00fdsledku.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n    <\/div><\/div>\n            \n            <!-- Cropper Section (Hidden initially) -->\n            <div class=\"crop-image-cropper-section\" style=\"display: none;\">\n                <div class=\"crop-image-two-column\">\n                    <!-- Left Column - Image Preview -->\n                    <div class=\"crop-image-left-column\">\n                        <div class=\"crop-image-cropper-container\">\n                            <img decoding=\"async\" class=\"crop-image-preview\" src=\"\" alt=\"N\u00e1hled obr\u00e1zku\">\n                        <\/div>\n                    <\/div>\n                    \n                    <!-- Right Column - Controls -->\n                    <div class=\"crop-image-right-column\">\n                        <div class=\"crop-image-toolbar\">\n                            <div class=\"crop-image-toolbar-item crop-image-aspect-ratio\">\n                                <label>Pom\u011br stran<\/label>\n                                <select class=\"crop-image-ratio-select\">\n                                    <option value=\"1:1\" >\u010ctverec (1:1)<\/option>\n                                    <option value=\"4:3\" >Standardn\u00ed (4:3)<\/option>\n                                    <option value=\"16:9\" >\u0160iroko\u00fahl\u00fd form\u00e1t (16:9)<\/option>\n                                    <option value=\"free\"  selected='selected'>Vlastn\u00ed velikost<\/option>\n                                <\/select>\n                            <\/div>\n                            <div class=\"crop-image-toolbar-item crop-image-shape\">\n                                <label>Tvar<\/label>\n                                <div class=\"crop-image-shape-options\">\n                                    <label class=\"crop-image-shape-option\">\n                                        <input type=\"radio\" name=\"crop-image-shape\" value=\"rectangle\"  checked='checked'>\n                                        <span>Obd\u00e9ln\u00edk<\/span>\n                                    <\/label>\n                                    <label class=\"crop-image-shape-option\">\n                                        <input type=\"radio\" name=\"crop-image-shape\" value=\"circle\" >\n                                        <span>Kruh<\/span>\n                                    <\/label>\n                                <\/div>\n                            <\/div>\n                            <div class=\"crop-image-toolbar-item crop-image-zoom\">\n                                <label>Zoom<\/label>\n                                <input type=\"range\" class=\"crop-image-zoom-range\" min=\"0.1\" max=\"2\" step=\"0.1\" value=\"1\">\n                            <\/div>\n                            <div class=\"crop-image-toolbar-item crop-image-rotate\">\n                                <label>Rotace<\/label>\n                                <div class=\"crop-image-rotate-buttons\">\n                                    <button type=\"button\" class=\"crop-image-rotate-left\" title=\"Ot\u00e1\u010den\u00ed vlevo\">\n                                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"26\" height=\"26\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" data-no-translation=\"\">\n                                            <polyline points=\"9 14 4 9 9 4\"><\/polyline>\n                                            <path d=\"M20 20v-7a4 4 0 0 0-4-4H4\"><\/path>\n                                        <\/svg>\n                                    <\/button>\n                                    <button type=\"button\" class=\"crop-image-rotate-right\" title=\"Ot\u00e1\u010den\u00ed doprava\">\n                                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"26\" height=\"26\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" data-no-translation=\"\">\n                                            <polyline points=\"15 4 20 9 15 14\"><\/polyline>\n                                            <path d=\"M4 20v-7a4 4 0 0 1 4-4h12\"><\/path>\n                                        <\/svg>\n                                    <\/button>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                        <!-- Control Buttons -->\n                        <div class=\"crop-image-control-buttons\">\n                            <button type=\"button\" class=\"crop-image-crop-btn\">O\u0159\u00edznut\u00ed obr\u00e1zku<\/button>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Ad Container for Cropper Page - Moved after content -->\n                <div class=\"crop-image-ad-container crop-image-ad-cropper\">\n                    <div class='code-block code-block-3' style='margin: 8px 0; clear: both;'>\n<script async src=\"https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-8069529413860845\"\n     crossorigin=\"anonymous\"><\/script>\n<!-- 1000-100 -->\n<ins class=\"adsbygoogle\"\n     style=\"display:inline-block;width:1000px;height:100px\"\n     data-ad-client=\"ca-pub-8069529413860845\"\n     data-ad-slot=\"9855343712\"><\/ins>\n<script>\n     (adsbygoogle = window.adsbygoogle || []).push({});\n<\/script><\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- Result Section (Hidden initially) -->\n            <div class=\"crop-image-result-section\" style=\"display: none;\">\n                <div class=\"crop-image-two-column\">\n                    <!-- Left Column - Result Image -->\n                    <div class=\"crop-image-left-column\">\n                        <div class=\"crop-image-result-container\">\n                            <img decoding=\"async\" class=\"crop-image-result\" src=\"\" alt=\"O\u0159\u00edznut\u00fd obr\u00e1zek\">\n                        <\/div>\n                    <\/div>\n                    \n                    <!-- Right Column - Download -->\n                    <div class=\"crop-image-right-column\">\n                        <div class=\"crop-image-download-info\">\n                            <h4>Obr\u00e1zek p\u0159ipraven<\/h4>\n                            <p>St\u00e1hn\u011bte nebo upravte znovu.<\/p>\n                            \n                            <!-- Result Section Buttons -->\n                            <div class=\"crop-image-control-buttons\">\n                                <button type=\"button\" class=\"crop-image-back-btn\">Zp\u011bt<\/button>\n                                <button type=\"button\" class=\"crop-image-download-btn\">St\u00e1hnout<\/button>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Ad Container for Result Page - Moved after content -->\n                <div class=\"crop-image-ad-container crop-image-ad-result\">\n                    <div class='code-block code-block-3' style='margin: 8px 0; clear: both;'>\n<script async src=\"https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-8069529413860845\"\n     crossorigin=\"anonymous\"><\/script>\n<!-- 1000-100 -->\n<ins class=\"adsbygoogle\"\n     style=\"display:inline-block;width:1000px;height:100px\"\n     data-ad-client=\"ca-pub-8069529413860845\"\n     data-ad-slot=\"9855343712\"><\/ins>\n<script>\n     (adsbygoogle = window.adsbygoogle || []).push({});\n<\/script><\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    \n    <!-- Loading Overlay -->\n    <div class=\"crop-image-loading\" style=\"display: none;\">\n        <div class=\"crop-image-spinner\"><\/div>\n        <p class=\"crop-image-loading-text\">Zpracov\u00e1n\u00ed...<\/p>\n    <\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-2407","page","type-page","status-publish","hentry"],"rankMath":{"parentDomain":"ocr365.com","noFollowDomains":[],"noFollowExcludeDomains":[],"noFollowExternalLinks":false,"featuredImageNotice":"Doporu\u010den\u00fd obr\u00e1zek by m\u011bl b\u00fdt alespo\u0148 200 x 200 pixel\u016f, aby jej bylo mo\u017en\u00e9 zachytit na Facebooku a na jin\u00fdch soci\u00e1ln\u00edch s\u00edt\u00edch.","pluginReviewed":false,"postSettings":{"linkSuggestions":true,"useFocusKeyword":false},"frontEndScore":false,"postName":"crop-png","permalinkFormat":"https:\/\/ocr365.com\/cs\/%pagename%\/","showLockModifiedDate":true,"assessor":{"focusKeywordLink":"https:\/\/ocr365.com\/wp-admin\/edit.php?focus_keyword=%focus_keyword%&post_type=%post_type%","hasTOCPlugin":true,"primaryTaxonomy":false,"serpData":{"title":"Crop PNG -  Circle Crop - Free Online Tool","description":"Pomoc\u00ed tohoto bezplatn\u00e9ho online n\u00e1stroje pro o\u0159ez\u00e1v\u00e1n\u00ed obr\u00e1zk\u016f Circle Crop m\u016f\u017eete snadno o\u0159ez\u00e1vat obr\u00e1zky PNG. Nahrajte sv\u016fj obr\u00e1zek a o\u0159\u00edzn\u011bte jej okam\u017eit\u011b - nen\u00ed nutn\u00e9 \u017e\u00e1dn\u00e9 p\u0159ihl\u00e1\u0161en\u00ed.","focusKeywords":"","pillarContent":false,"canonicalUrl":"","breadcrumbTitle":"","advancedRobots":{"max-snippet":"-1","max-video-preview":"-1","max-image-preview":"large"},"facebookTitle":"","facebookDescription":"","facebookImage":"","facebookImageID":"","facebookHasOverlay":false,"facebookImageOverlay":"","facebookAuthor":"","twitterCardType":"","twitterUseFacebook":true,"twitterTitle":"","twitterDescription":"","twitterImage":"","twitterImageID":"","twitterHasOverlay":false,"twitterImageOverlay":"","twitterPlayerUrl":"","twitterPlayerSize":"","twitterPlayerStream":"","twitterPlayerStreamCtype":"","twitterAppDescription":"","twitterAppIphoneName":"","twitterAppIphoneID":"","twitterAppIphoneUrl":"","twitterAppIpadName":"","twitterAppIpadID":"","twitterAppIpadUrl":"","twitterAppGoogleplayName":"","twitterAppGoogleplayID":"","twitterAppGoogleplayUrl":"","twitterAppCountry":"","robots":{"index":true},"twitterAuthor":"u\u017eivatelsk\u00e9 jm\u00e9no","primaryTerm":0,"authorName":"admin","titleTemplate":"%title% %sep% %sitename%","descriptionTemplate":"%excerpt%","showScoreFrontend":true,"lockModifiedDate":false},"powerWords":[],"diacritics":{"A":"[\\u0041\\u24B6\\uFF21\\u00C0\\u00C1\\u00C2\\u1EA6\\u1EA4\\u1EAA\\u1EA8\\u00C3\\u0100\\u0102\\u1EB0\\u1EAE\\u1EB4\\u1EB2\\u0226\\u01E0\\u00C4\\u01DE\\u1EA2\\u00C5\\u01FA\\u01CD\\u0200\\u0202\\u1EA0\\u1EAC\\u1EB6\\u1E00\\u0104\\u023A\\u2C6F]","AA":"[\\uA732]","AE":"[\\u00C6\\u01FC\\u01E2]","AO":"[\\uA734]","AU":"[\\uA736]","AV":"[\\uA738\\uA73A]","AY":"[\\uA73C]","B":"[\\u0042\\u24B7\\uFF22\\u1E02\\u1E04\\u1E06\\u0243\\u0182\\u0181]","C":"[\\u0043\\u24B8\\uFF23\\u0106\\u0108\\u010A\\u010C\\u00C7\\u1E08\\u0187\\u023B\\uA73E]","D":"[\\u0044\\u24B9\\uFF24\\u1E0A\\u010E\\u1E0C\\u1E10\\u1E12\\u1E0E\\u0110\\u018B\\u018A\\u0189\\uA779]","DZ":"[\\u01F1\\u01C4]","Dz":"[\\u01F2\\u01C5]","E":"[\\u0045\\u24BA\\uFF25\\u00C8\\u00C9\\u00CA\\u1EC0\\u1EBE\\u1EC4\\u1EC2\\u1EBC\\u0112\\u1E14\\u1E16\\u0114\\u0116\\u00CB\\u1EBA\\u011A\\u0204\\u0206\\u1EB8\\u1EC6\\u0228\\u1E1C\\u0118\\u1E18\\u1E1A\\u0190\\u018E]","F":"[\\u0046\\u24BB\\uFF26\\u1E1E\\u0191\\uA77B]","G":"[\\u0047\\u24BC\\uFF27\\u01F4\\u011C\\u1E20\\u011E\\u0120\\u01E6\\u0122\\u01E4\\u0193\\uA7A0\\uA77D\\uA77E]","H":"[\\u0048\\u24BD\\uFF28\\u0124\\u1E22\\u1E26\\u021E\\u1E24\\u1E28\\u1E2A\\u0126\\u2C67\\u2C75\\uA78D]","I":"[\\u0049\\u24BE\\uFF29\\u00CC\\u00CD\\u00CE\\u0128\\u012A\\u012C\\u0130\\u00CF\\u1E2E\\u1EC8\\u01CF\\u0208\\u020A\\u1ECA\\u012E\\u1E2C\\u0197]","J":"[\\u004A\\u24BF\\uFF2A\\u0134\\u0248]","K":"[\\u004B\\u24C0\\uFF2B\\u1E30\\u01E8\\u1E32\\u0136\\u1E34\\u0198\\u2C69\\uA740\\uA742\\uA744\\uA7A2]","L":"[\\u004C\\u24C1\\uFF2C\\u013F\\u0139\\u013D\\u1E36\\u1E38\\u013B\\u1E3C\\u1E3A\\u0141\\u023D\\u2C62\\u2C60\\uA748\\uA746\\uA780]","LJ":"[\\u01C7]","Lj":"[\\u01C8]","M":"[\\u004D\\u24C2\\uFF2D\\u1E3E\\u1E40\\u1E42\\u2C6E\\u019C]","N":"[\\u004E\\u24C3\\uFF2E\\u01F8\\u0143\\u00D1\\u1E44\\u0147\\u1E46\\u0145\\u1E4A\\u1E48\\u0220\\u019D\\uA790\\uA7A4]","NJ":"[\\u01CA]","Nj":"[\\u01CB]","O":"[\\u004F\\u24C4\\uFF2F\\u00D2\\u00D3\\u00D4\\u1ED2\\u1ED0\\u1ED6\\u1ED4\\u00D5\\u1E4C\\u022C\\u1E4E\\u014C\\u1E50\\u1E52\\u014E\\u022E\\u0230\\u00D6\\u022A\\u1ECE\\u0150\\u01D1\\u020C\\u020E\\u01A0\\u1EDC\\u1EDA\\u1EE0\\u1EDE\\u1EE2\\u1ECC\\u1ED8\\u01EA\\u01EC\\u00D8\\u01FE\\u0186\\u019F\\uA74A\\uA74C]","OI":"[\\u01A2]","OO":"[\\uA74E]","OU":"[\\u0222]","P":"[\\u0050\\u24C5\\uFF30\\u1E54\\u1E56\\u01A4\\u2C63\\uA750\\uA752\\uA754]","Q":"[\\u0051\\u24C6\\uFF31\\uA756\\uA758\\u024A]","R":"[\\u0052\\u24C7\\uFF32\\u0154\\u1E58\\u0158\\u0210\\u0212\\u1E5A\\u1E5C\\u0156\\u1E5E\\u024C\\u2C64\\uA75A\\uA7A6\\uA782]","S":"[\\u0053\\u24C8\\uFF33\\u1E9E\\u015A\\u1E64\\u015C\\u1E60\\u0160\\u1E66\\u1E62\\u1E68\\u0218\\u015E\\u2C7E\\uA7A8\\uA784]","T":"[\\u0054\\u24C9\\uFF34\\u1E6A\\u0164\\u1E6C\\u021A\\u0162\\u1E70\\u1E6E\\u0166\\u01AC\\u01AE\\u023E\\uA786]","TZ":"[\\uA728]","U":"[\\u0055\\u24CA\\uFF35\\u00D9\\u00DA\\u00DB\\u0168\\u1E78\\u016A\\u1E7A\\u016C\\u00DC\\u01DB\\u01D7\\u01D5\\u01D9\\u1EE6\\u016E\\u0170\\u01D3\\u0214\\u0216\\u01AF\\u1EEA\\u1EE8\\u1EEE\\u1EEC\\u1EF0\\u1EE4\\u1E72\\u0172\\u1E76\\u1E74\\u0244]","V":"[\\u0056\\u24CB\\uFF36\\u1E7C\\u1E7E\\u01B2\\uA75E\\u0245]","VY":"[\\uA760]","W":"[\\u0057\\u24CC\\uFF37\\u1E80\\u1E82\\u0174\\u1E86\\u1E84\\u1E88\\u2C72]","X":"[\\u0058\\u24CD\\uFF38\\u1E8A\\u1E8C]","Y":"[\\u0059\\u24CE\\uFF39\\u1EF2\\u00DD\\u0176\\u1EF8\\u0232\\u1E8E\\u0178\\u1EF6\\u1EF4\\u01B3\\u024E\\u1EFE]","Z":"[\\u005A\\u24CF\\uFF3A\\u0179\\u1E90\\u017B\\u017D\\u1E92\\u1E94\\u01B5\\u0224\\u2C7F\\u2C6B\\uA762]","a":"[\\u0061\\u24D0\\uFF41\\u1E9A\\u00E0\\u00E1\\u00E2\\u1EA7\\u1EA5\\u1EAB\\u1EA9\\u00E3\\u0101\\u0103\\u1EB1\\u1EAF\\u1EB5\\u1EB3\\u0227\\u01E1\\u00E4\\u01DF\\u1EA3\\u00E5\\u01FB\\u01CE\\u0201\\u0203\\u1EA1\\u1EAD\\u1EB7\\u1E01\\u0105\\u2C65\\u0250]","aa":"[\\uA733]","ae":"[\\u00E6\\u01FD\\u01E3]","ao":"[\\uA735]","au":"[\\uA737]","av":"[\\uA739\\uA73B]","ay":"[\\uA73D]","b":"[\\u0062\\u24D1\\uFF42\\u1E03\\u1E05\\u1E07\\u0180\\u0183\\u0253]","c":"[\\u0063\\u24D2\\uFF43\\u0107\\u0109\\u010B\\u010D\\u00E7\\u1E09\\u0188\\u023C\\uA73F\\u2184]","d":"[\\u0064\\u24D3\\uFF44\\u1E0B\\u010F\\u1E0D\\u1E11\\u1E13\\u1E0F\\u0111\\u018C\\u0256\\u0257\\uA77A]","dz":"[\\u01F3\\u01C6]","e":"[\\u0065\\u24D4\\uFF45\\u00E8\\u00E9\\u00EA\\u1EC1\\u1EBF\\u1EC5\\u1EC3\\u1EBD\\u0113\\u1E15\\u1E17\\u0115\\u0117\\u00EB\\u1EBB\\u011B\\u0205\\u0207\\u1EB9\\u1EC7\\u0229\\u1E1D\\u0119\\u1E19\\u1E1B\\u0247\\u025B\\u01DD]","f":"[\\u0066\\u24D5\\uFF46\\u1E1F\\u0192\\uA77C]","g":"[\\u0067\\u24D6\\uFF47\\u01F5\\u011D\\u1E21\\u011F\\u0121\\u01E7\\u0123\\u01E5\\u0260\\uA7A1\\u1D79\\uA77F]","h":"[\\u0068\\u24D7\\uFF48\\u0125\\u1E23\\u1E27\\u021F\\u1E25\\u1E29\\u1E2B\\u1E96\\u0127\\u2C68\\u2C76\\u0265]","hv":"[\\u0195]","i":"[\\u0069\\u24D8\\uFF49\\u00EC\\u00ED\\u00EE\\u0129\\u012B\\u012D\\u00EF\\u1E2F\\u1EC9\\u01D0\\u0209\\u020B\\u1ECB\\u012F\\u1E2D\\u0268\\u0131]","j":"[\\u006A\\u24D9\\uFF4A\\u0135\\u01F0\\u0249]","k":"[\\u006B\\u24DA\\uFF4B\\u1E31\\u01E9\\u1E33\\u0137\\u1E35\\u0199\\u2C6A\\uA741\\uA743\\uA745\\uA7A3]","l":"[\\u006C\\u24DB\\uFF4C\\u0140\\u013A\\u013E\\u1E37\\u1E39\\u013C\\u1E3D\\u1E3B\\u017F\\u0142\\u019A\\u026B\\u2C61\\uA749\\uA781\\uA747]","lj":"[\\u01C9]","m":"[\\u006D\\u24DC\\uFF4D\\u1E3F\\u1E41\\u1E43\\u0271\\u026F]","n":"[\\u006E\\u24DD\\uFF4E\\u01F9\\u0144\\u00F1\\u1E45\\u0148\\u1E47\\u0146\\u1E4B\\u1E49\\u019E\\u0272\\u0149\\uA791\\uA7A5]","nj":"[\\u01CC]","o":"[\\u006F\\u24DE\\uFF4F\\u00F2\\u00F3\\u00F4\\u1ED3\\u1ED1\\u1ED7\\u1ED5\\u00F5\\u1E4D\\u022D\\u1E4F\\u014D\\u1E51\\u1E53\\u014F\\u022F\\u0231\\u00F6\\u022B\\u1ECF\\u0151\\u01D2\\u020D\\u020F\\u01A1\\u1EDD\\u1EDB\\u1EE1\\u1EDF\\u1EE3\\u1ECD\\u1ED9\\u01EB\\u01ED\\u00F8\\u01FF\\u0254\\uA74B\\uA74D\\u0275]","oi":"[\\u01A3]","ou":"[\\u0223]","oo":"[\\uA74F]","p":"[\\u0070\\u24DF\\uFF50\\u1E55\\u1E57\\u01A5\\u1D7D\\uA751\\uA753\\uA755]","q":"[\\u0071\\u24E0\\uFF51\\u024B\\uA757\\uA759]","r":"[\\u0072\\u24E1\\uFF52\\u0155\\u1E59\\u0159\\u0211\\u0213\\u1E5B\\u1E5D\\u0157\\u1E5F\\u024D\\u027D\\uA75B\\uA7A7\\uA783]","s":"[\\u0073\\u24E2\\uFF53\\u015B\\u1E65\\u015D\\u1E61\\u0161\\u1E67\\u1E63\\u1E69\\u0219\\u015F\\u023F\\uA7A9\\uA785\\u1E9B]","ss":"[\\u00DF]","t":"[\\u0074\\u24E3\\uFF54\\u1E6B\\u1E97\\u0165\\u1E6D\\u021B\\u0163\\u1E71\\u1E6F\\u0167\\u01AD\\u0288\\u2C66\\uA787]","tz":"[\\uA729]","u":"[\\u0075\\u24E4\\uFF55\\u00F9\\u00FA\\u00FB\\u0169\\u1E79\\u016B\\u1E7B\\u016D\\u00FC\\u01DC\\u01D8\\u01D6\\u01DA\\u1EE7\\u016F\\u0171\\u01D4\\u0215\\u0217\\u01B0\\u1EEB\\u1EE9\\u1EEF\\u1EED\\u1EF1\\u1EE5\\u1E73\\u0173\\u1E77\\u1E75\\u0289]","v":"[\\u0076\\u24E5\\uFF56\\u1E7D\\u1E7F\\u028B\\uA75F\\u028C]","vy":"[\\uA761]","w":"[\\u0077\\u24E6\\uFF57\\u1E81\\u1E83\\u0175\\u1E87\\u1E85\\u1E98\\u1E89\\u2C73]","x":"[\\u0078\\u24E7\\uFF58\\u1E8B\\u1E8D]","y":"[\\u0079\\u24E8\\uFF59\\u1EF3\\u00FD\\u0177\\u1EF9\\u0233\\u1E8F\\u00FF\\u1EF7\\u1E99\\u1EF5\\u01B4\\u024F\\u1EFF]","z":"[\\u007A\\u24E9\\uFF5A\\u017A\\u1E91\\u017C\\u017E\\u1E93\\u1E95\\u01B6\\u0225\\u0240\\u2C6C\\uA763]"},"researchesTests":["contentHasTOC","contentHasShortParagraphs","contentHasAssets","keywordInTitle","keywordInMetaDescription","keywordInPermalink","keywordIn10Percent","keywordInContent","keywordInSubheadings","keywordInImageAlt","keywordDensity","keywordNotUsed","lengthContent","lengthPermalink","linksHasInternal","linksHasExternals","linksNotAllExternals","titleStartWithKeyword","titleSentiment","titleHasPowerWords","titleHasNumber","hasContentAI"],"hasRedirection":false,"hasBreadcrumb":false},"homeUrl":"https:\/\/ocr365.com\/cs","objectID":2407,"objectType":"post","locale":"cs","localeFull":"cs_CZ","overlayImages":{"play":{"name":"Ikona p\u0159ehr\u00e1v\u00e1n\u00ed","url":"https:\/\/ocr365.com\/wp-content\/plugins\/seo-by-rank-math\/assets\/admin\/img\/icon-play.png","path":"\/var\/www\/vhosts\/ocr365.com\/httpdocs\/wp-content\/plugins\/seo-by-rank-math\/assets\/admin\/img\/icon-play.png","position":"middle_center"},"gif":{"name":"GIF ikona","url":"https:\/\/ocr365.com\/wp-content\/plugins\/seo-by-rank-math\/assets\/admin\/img\/icon-gif.png","path":"\/var\/www\/vhosts\/ocr365.com\/httpdocs\/wp-content\/plugins\/seo-by-rank-math\/assets\/admin\/img\/icon-gif.png","position":"middle_center"}},"defautOgImage":"https:\/\/ocr365.com\/wp-content\/uploads\/2025\/01\/LOGO8.png","customPermalinks":true,"isUserRegistered":false,"autoSuggestKeywords":false,"connectSiteUrl":"https:\/\/rankmath.com\/auth?site=https%3A%2F%2Focr365.com%2Fcs&r=https%3A%2F%2Focr365.com%2Fcs%2Fwp-json%2Fwp%2Fv2%2Fpages%2F2407%3Fnonce%3Db512f98bef","maxTags":5,"trendsIcon":"<svg viewBox=\"0 0 610 610\"><path d=\"M18.85,446,174.32,290.48l58.08,58.08L76.93,504a14.54,14.54,0,0,1-20.55,0L18.83,466.48a14.54,14.54,0,0,1,0-20.55Z\" style=\"fill:#4285f4\"\/><path d=\"M242.65,242.66,377.59,377.6l-47.75,47.75a14.54,14.54,0,0,1-20.55,0L174.37,290.43l47.75-47.75A14.52,14.52,0,0,1,242.65,242.66Z\" style=\"fill:#ea4335\"\/><polygon points=\"319.53 319.53 479.26 159.8 537.34 217.88 377.61 377.62 319.53 319.53\" style=\"fill:#fabb05\"\/><path d=\"M594.26,262.73V118.61h0a16.94,16.94,0,0,0-16.94-16.94H433.2a16.94,16.94,0,0,0-12,28.92L565.34,274.71h0a16.94,16.94,0,0,0,28.92-12Z\" style=\"fill:#34a853\"\/><rect width=\"610\" height=\"610\" style=\"fill:none\"\/><\/svg>","showScore":true,"siteFavIcon":"https:\/\/ocr365.com\/wp-content\/uploads\/2025\/01\/cropped-512-32x32.png","canUser":{"general":false,"advanced":false,"snippet":false,"social":false,"analysis":false,"analytics":false,"content_ai":false},"showKeywordIntent":true,"isPro":false,"is_front_page":false,"trendsUpgradeLink":"https:\/\/rankmath.com\/pricing\/?utm_source=Plugin&utm_medium=CE%20General%20Tab%20Trends&utm_campaign=WP","trendsUpgradeLabel":"Upgradovat","trendsPreviewImage":"https:\/\/ocr365.com\/wp-content\/plugins\/seo-by-rank-math\/assets\/admin\/img\/trends-preview.jpg","currentEditor":false,"homepageData":{"assessor":{"powerWords":[],"diacritics":true,"researchesTests":["contentHasTOC","contentHasShortParagraphs","contentHasAssets","keywordInTitle","keywordInMetaDescription","keywordInPermalink","keywordIn10Percent","keywordInContent","keywordInSubheadings","keywordInImageAlt","keywordDensity","keywordNotUsed","lengthContent","lengthPermalink","linksHasInternal","linksHasExternals","linksNotAllExternals","titleStartWithKeyword","titleSentiment","titleHasPowerWords","titleHasNumber","hasContentAI"],"hasBreadcrumb":false,"serpData":{"title":"%sitename% %page% %sep% %sitedesc%","description":"","titleTemplate":"%sitename% %page% %sep% %sitedesc%","descriptionTemplate":"","focusKeywords":"","breadcrumbTitle":"Home","robots":{"index":true},"advancedRobots":{"max-snippet":"-1","max-video-preview":"-1","max-image-preview":"large"},"facebookTitle":"","facebookDescription":"","facebookImage":"","facebookImageID":""}}},"tocTitle":"Table of Contents","tocExcludeHeadings":[],"listStyle":"ul"},"_links":{"self":[{"href":"https:\/\/ocr365.com\/cs\/wp-json\/wp\/v2\/pages\/2407","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ocr365.com\/cs\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ocr365.com\/cs\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ocr365.com\/cs\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ocr365.com\/cs\/wp-json\/wp\/v2\/comments?post=2407"}],"version-history":[{"count":6,"href":"https:\/\/ocr365.com\/cs\/wp-json\/wp\/v2\/pages\/2407\/revisions"}],"predecessor-version":[{"id":2415,"href":"https:\/\/ocr365.com\/cs\/wp-json\/wp\/v2\/pages\/2407\/revisions\/2415"}],"wp:attachment":[{"href":"https:\/\/ocr365.com\/cs\/wp-json\/wp\/v2\/media?parent=2407"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}