{"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":"png-kivagasa","status":"publish","type":"page","link":"https:\/\/ocr365.com\/hu\/crop-png\/","title":{"rendered":"Crop 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>Image Cropper<\/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 V\u00e1g\u00f3eszk\u00f6z<\/h1>\n                                \n                                    <div class=\"crop-image-description\">Circle Crop - Crop <a href='\/hu\/jpg-kivagasa\/' style='color:#0073e6;font-weight:bold'>JPG<\/a>, <a href='\/hu\/png-kivagasa\/' style='color:#28a745;font-weight:bold'>PNG<\/a>, <a href='\/hu\/crop-gif\/' style='color:#ff5722;font-weight:bold'>GIF<\/a>, vagy <a href='#' style='color:#9c27b0;font-weight:bold'>WebP<\/a> k\u00e9pek 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                            K\u00e9pek kiv\u00e1laszt\u00e1sa                        <\/button>\n                    <\/div>\n                    \n                    <p class=\"crop-image-drop-text\">vagy dobja be ide a f\u00e1jlokat<\/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>Prec\u00edzi\u00f3s n\u00f6v\u00e9nytermeszt\u00e9s<\/h3>\r\n                <p>Az intuit\u00edv kezel\u0151fel\u00fcleten kereszt\u00fcl pontosan kiv\u00e1laszthatja a v\u00e1g\u00e1si ter\u00fcleteket, t\u00e1mogatva az egy\u00e9ni m\u00e9reteket \u00e9s ar\u00e1nyokat a k\u00fcl\u00f6nb\u00f6z\u0151 tervez\u00e9si ig\u00e9nyek kiel\u00e9g\u00edt\u00e9s\u00e9re.<\/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>T\u00f6k\u00e9letes \u00e1tl\u00e1that\u00f3s\u00e1g<\/h3>\r\n                <p>Teljesen fenntartja az PNG \u00e1tl\u00e1tsz\u00f3s\u00e1got \u00e9s az alfacsatorn\u00e1kat, biztos\u00edtva, hogy a v\u00e1gott k\u00e9pek min\u0151s\u00e9ge kompromisszumok n\u00e9lk\u00fcli maradjon.<\/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>Azonnali feldolgoz\u00e1s<\/h3>\r\n                <p>Minden m\u0171velet a b\u00f6ng\u00e9sz\u0151ben t\u00f6rt\u00e9nik, nincs v\u00e1rakoz\u00e1s a felt\u00f6lt\u00e9sre vagy let\u00f6lt\u00e9sre, \u00edgy az eredm\u00e9nyek azonnal rendelkez\u00e9sre \u00e1llnak.<\/p>\r\n            <\/div>\r\n        <\/section>\r\n        \r\n        <section class=\"cropngpro-how-it-works\">\r\n            <h2>Az PNG v\u00e1g\u00f3eszk\u00f6z haszn\u00e1lata<\/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>F\u00e1jl kiv\u00e1laszt\u00e1sa<\/h3>\r\n                    <p>T\u00f6lts\u00f6n fel PNG k\u00e9pf\u00e1jlt az eszk\u00f6z\u00e9r\u0151l, a gyors \u00e9s egyszer\u0171 m\u0171k\u00f6d\u00e9s \u00e9rdek\u00e9ben drag-and-drop t\u00e1mogat\u00e1ssal.<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"cropngpro-step\">\r\n                    <div class=\"cropngpro-step-number\">2<\/div>\r\n                    <h3>Crop be\u00e1ll\u00edt\u00e1sa<\/h3>\r\n                    <p>Az intuit\u00edv kezel\u0151fel\u00fcleten kiv\u00e1laszthatja a k\u00edv\u00e1nt ter\u00fcletet, \u00e9s sz\u00fcks\u00e9g szerint be\u00e1ll\u00edthatja a m\u00e9retet, a poz\u00edci\u00f3t \u00e9s az ar\u00e1nyt.<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"cropngpro-step\">\r\n                    <div class=\"cropngpro-step-number\">3<\/div>\r\n                    <h3>Eredm\u00e9nyek ment\u00e9se<\/h3>\r\n                    <p>T\u00f6ltse le a kiv\u00e1gott PNG k\u00e9pet egyetlen kattint\u00e1ssal, az eredeti min\u0151s\u00e9g \u00e9s \u00e1tl\u00e1that\u00f3s\u00e1g meg\u0151rz\u00e9s\u00e9vel.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n        \r\n        <section class=\"cropngpro-advantages\">\r\n            <h2>Mi\u00e9rt v\u00e1lassza az PNG v\u00e1g\u00f3eszk\u00f6z\u00fcnket?<\/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>Teljesen ingyenes<\/h4>\r\n                        <p>Minden funkci\u00f3t ingyenesen, rejtett d\u00edjak n\u00e9lk\u00fcl biztos\u00edtunk, \u00e9s nem sz\u00fcks\u00e9ges fi\u00f3kot regisztr\u00e1lni vagy szem\u00e9lyes adatokat megadni.<\/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>Adatv\u00e9delem<\/h4>\r\n                        <p>Minden k\u00e9pfeldolgoz\u00e1s helyben, a b\u00f6ng\u00e9sz\u0151ben t\u00f6rt\u00e9nik, \u00e9s soha nem t\u00f6ltj\u00fck fel a szerverekre, \u00edgy az adatok biztons\u00e1gban maradnak.<\/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>Kiv\u00e1l\u00f3 min\u0151s\u00e9g\u0171 kimenet<\/h4>\r\n                        <p>A v\u00e1gott PNG k\u00e9pek meg\u0151rzik az eredeti min\u0151s\u00e9get, t\u00f6m\u00f6r\u00edt\u00e9si vesztes\u00e9g n\u00e9lk\u00fcl \u00e9s az \u00e1tl\u00e1tsz\u00f3s\u00e1g t\u00f6k\u00e9letes meg\u0151rz\u00e9s\u00e9vel.<\/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>K\u00f6nny\u0171 kezelhet\u0151s\u00e9g<\/h4>\r\n                        <p>Intuit\u00edv felhaszn\u00e1l\u00f3i fel\u00fclet, amely nem ig\u00e9nyel szakmai tud\u00e1st, a teljes v\u00e1g\u00e1si m\u0171veleteket m\u00e1sodpercek alatt elv\u00e9gzi.<\/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>Nincs sz\u00fcks\u00e9g telep\u00edt\u00e9sre<\/h4>\r\n                        <p>Teljesen webalap\u00fa eszk\u00f6z, amely nem ig\u00e9nyel szoftverlet\u00f6lt\u00e9st, \u00edgy helyet takar\u00edt meg az eszk\u00f6z\u00f6n, \u00e9s b\u00e1rhol \u00e9s b\u00e1rmikor el\u00e9rhet\u0151.<\/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>Multiplatform t\u00e1mogat\u00e1s<\/h4>\r\n                        <p>Kompatibilis az \u00f6sszes f\u0151bb b\u00f6ng\u00e9sz\u0151vel \u00e9s eszk\u00f6zzel, bele\u00e9rtve a sz\u00e1m\u00edt\u00f3g\u00e9peket, t\u00e1blag\u00e9peket \u00e9s okostelefonokat, \u00edgy a k\u00e9pkiv\u00e1g\u00e1s b\u00e1rhol elv\u00e9gezhet\u0151.<\/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 Termeszt\u00e9si alkalmaz\u00e1sok<\/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=\"K\u00f6z\u00f6ss\u00e9gi m\u00e9dia k\u00e9pkiv\u00e1g\u00e1s\" 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>K\u00f6z\u00f6ss\u00e9gi m\u00e9dia<\/h3>\r\n                    <p>T\u00f6k\u00e9letes m\u00e9ret\u0171 avatarok, bor\u00edt\u00f3k\u00e9pek \u00e9s megoszt\u00e1si k\u00e9pek v\u00e1g\u00e1sa k\u00fcl\u00f6nb\u00f6z\u0151 k\u00f6z\u00f6ss\u00e9gi platformokra, hogy n\u00f6velje online jelenl\u00e9t\u00e9t.<\/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=\"E-kereskedelmi term\u00e9kk\u00e9pek v\u00e1g\u00e1sa\" 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>E-kereskedelem<\/h3>\r\n                    <p>Optimaliz\u00e1lja a term\u00e9kk\u00e9pek megjelen\u00edt\u00e9s\u00e9t, hozzon l\u00e9tre egys\u00e9ges m\u00e9ret\u0171 term\u00e9kgal\u00e9ri\u00e1kat, \u00e9s jav\u00edtsa az \u00e1rualapok szakszer\u0171s\u00e9g\u00e9t \u00e9s konverzi\u00f3s ar\u00e1ny\u00e1t.<\/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=\"Grafikai tervez\u00e9s anyagv\u00e1g\u00e1s\" 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>Grafikai tervez\u00e9s<\/h3>\r\n                    <p>A munkafolyamatok hat\u00e9konys\u00e1g\u00e1nak jav\u00edt\u00e1sa \u00e9rdek\u00e9ben pontosan v\u00e1gja ki a tervez\u00e9si elemeket, tartsa fenn az \u00e1tl\u00e1tsz\u00f3 h\u00e1ttereket, \u00e9s gyorsan integr\u00e1lja \u0151ket kreat\u00edv projektjeibe.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n        \r\n        <section class=\"cropngpro-faq\">\r\n            <h2>Gyakran ism\u00e9telt k\u00e9rd\u00e9sek<\/h2>\r\n            \r\n            <div class=\"cropngpro-faq-item\">\r\n                <div class=\"cropngpro-faq-question\">Az PNG k\u00e9pkiv\u00e1g\u00f3 eszk\u00f6z befoly\u00e1solja a k\u00e9pmin\u0151s\u00e9get?<\/div>\r\n                <div class=\"cropngpro-faq-answer\">\r\n                    <p>Nem. Az PNG k\u00e9pkiv\u00e1g\u00f3 eszk\u00f6z\u00fcnk vesztes\u00e9gmentes feldolgoz\u00e1si technol\u00f3gi\u00e1t haszn\u00e1l, amely biztos\u00edtja, hogy a kiv\u00e1gott k\u00e9pek meg\u0151rzik eredeti min\u0151s\u00e9g\u00fcket, bele\u00e9rtve az \u00e1tl\u00e1tsz\u00f3s\u00e1got \u00e9s a r\u00e9szleteket. Minden feldolgoz\u00e1s a b\u00f6ng\u00e9sz\u0151ben t\u00f6rt\u00e9nik, tov\u00e1bbi t\u00f6m\u00f6r\u00edt\u00e9s vagy min\u0151s\u00e9groml\u00e1s n\u00e9lk\u00fcl.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"cropngpro-faq-item\">\r\n                <div class=\"cropngpro-faq-question\">Mekkora m\u00e9ret\u0171 PNG f\u00e1jlt tudok v\u00e1gni?<\/div>\r\n                <div class=\"cropngpro-faq-answer\">\r\n                    <p>Eszk\u00f6z\u00fcnk t\u00e1mogatja az PNG f\u00e1jlok feldolgoz\u00e1s\u00e1t 20MB m\u00e9retig. Ez a korl\u00e1t elegend\u0151 a legt\u00f6bb felhaszn\u00e1l\u00f3 napi ig\u00e9nyeinek kiel\u00e9g\u00edt\u00e9s\u00e9re. Ha a f\u00e1jl meghaladja ezt a korl\u00e1tot, akkor el\u0151sz\u00f6r m\u00e1s eszk\u00f6z\u00f6ket haszn\u00e1lhat a kezdeti t\u00f6m\u00f6r\u00edt\u00e9shez, majd a mi eszk\u00f6z\u00fcnket haszn\u00e1lhatja a pontos v\u00e1g\u00e1shoz.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"cropngpro-faq-item\">\r\n                <div class=\"cropngpro-faq-question\">Hogyan tarthatom meg az PNG k\u00e9pek \u00e1tl\u00e1tsz\u00f3 h\u00e1tter\u00e9t?<\/div>\r\n                <div class=\"cropngpro-faq-answer\">\r\n                    <p>Nem kell agg\u00f3dnia az \u00e1tl\u00e1tsz\u00f3 h\u00e1tterek miatt - eszk\u00f6z\u00fcnk automatikusan meg\u0151rzi az PNG k\u00e9pek \u00e1tl\u00e1tsz\u00f3 csatorn\u00e1it. A k\u00e9pkiv\u00e1g\u00e1s sor\u00e1n a k\u00e9p \u00e1tl\u00e1tsz\u00f3 ter\u00fcletei teljes m\u00e9rt\u00e9kben megmaradnak, \u00edgy a kiv\u00e1gott k\u00e9p b\u00e1rmilyen h\u00e1tt\u00e9ren t\u00f6k\u00e9letesen megjelenik.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"cropngpro-faq-item\">\r\n                <div class=\"cropngpro-faq-question\">Milyen egy\u00e9b funkci\u00f3k t\u00e1mogatottak a v\u00e1g\u00e1son k\u00edv\u00fcl?<\/div>\r\n                <div class=\"cropngpro-faq-answer\">\r\n                    <p>Az alapvet\u0151 v\u00e1g\u00e1si funkci\u00f3k mellett eszk\u00f6z\u00fcnk t\u00e1mogatja a k\u00e9pek elforgat\u00e1s\u00e1t, a v\u00e1g\u00e1si ar\u00e1nyok be\u00e1ll\u00edt\u00e1s\u00e1t (p\u00e9ld\u00e1ul 1:1, 4:3, 16:9 stb.), a k\u00e9pek \u00e1tford\u00edt\u00e1s\u00e1t \u00e9s a k\u00e9pek m\u00e9ret\u00e9nek m\u00f3dos\u00edt\u00e1s\u00e1t is. A j\u00f6v\u0151ben tov\u00e1bbi funkci\u00f3kat tervez\u00fcnk hozz\u00e1adni, p\u00e9ld\u00e1ul egyszer\u0171 sz\u0171r\u0151ket, f\u00e9nyer\u0151- \u00e9s kontrasztbe\u00e1ll\u00edt\u00e1sokat \u00e9s egyebeket.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"cropngpro-faq-item\">\r\n                <div class=\"cropngpro-faq-question\">Sz\u00fcks\u00e9gem van pluginok telep\u00edt\u00e9s\u00e9re az PNG v\u00e1g\u00f3eszk\u00f6z haszn\u00e1lat\u00e1hoz?<\/div>\r\n                <div class=\"cropngpro-faq-answer\">\r\n                    <p>Nem. Az PNG k\u00e9pkiv\u00e1g\u00f3 eszk\u00f6z\u00fcnk egy tiszta webes alkalmaz\u00e1s, amelynek haszn\u00e1lat\u00e1hoz csak egy modern b\u00f6ng\u00e9sz\u0151re van sz\u00fcks\u00e9g, \u00e9s nincs sz\u00fcks\u00e9g semmilyen b\u0151v\u00edtm\u00e9ny, kiterjeszt\u00e9s vagy szoftver telep\u00edt\u00e9s\u00e9re. Ez\u00e1ltal gyorsan haszn\u00e1lhat\u00f3 b\u00e1rmilyen eszk\u00f6z\u00f6n, bele\u00e9rtve a Windows, Mac, Linux, iOS \u00e9s Android rendszereket is.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n        \r\n        <section class=\"cropngpro-cta\">\r\n            <h2>Kezdje el v\u00e1gni az PNG k\u00e9peit most<\/h2>\r\n            <p>Ingyenes, gyors, kiv\u00e1l\u00f3 min\u0151s\u00e9g\u0171 PNG k\u00e9pkiv\u00e1g\u00f3 eszk\u00f6z, amely professzion\u00e1lis megold\u00e1sokat k\u00edn\u00e1l k\u00e9pfeldolgoz\u00e1si ig\u00e9nyeihez. Nincs sz\u00fcks\u00e9g regisztr\u00e1ci\u00f3ra, haszn\u00e1ld azonnal!<\/p>\r\n            <a href=\"#\" class=\"cropngpro-button\">Start Cropping (V\u00e1g\u00e1s megkezd\u00e9se)<\/a>\r\n        <\/section>\r\n        \r\n        <!-- Technical Specifications Section -->\r\n        <section class=\"cropngpro-technical\">\r\n            <h2>M\u0171szaki specifik\u00e1ci\u00f3k<\/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;\">T\u00e1mogatott f\u00e1jlform\u00e1tumok<\/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 (hordozhat\u00f3 h\u00e1l\u00f3zati grafika) - Els\u0151dleges form\u00e1tum\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 sz\u00edn, indexelve)\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 (24 bites RGB sz\u00edn)\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 (32 bites RGBA alfa csatorn\u00e1val)\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                            APNG (Anim\u00e1lt PNG) t\u00e1mogat\u00e1s az els\u0151 k\u00e9pkock\u00e1hoz\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;\">Eszk\u00f6z k\u00e9pess\u00e9gek<\/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\u00e1lis f\u00e1jlm\u00e9ret: 20MB\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\u00e1lis felbont\u00e1s: 8000\u00d78000 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                            K\u00f6tegelt feldolgoz\u00e1s: Egyszerre ak\u00e1r 10 k\u00e9p\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                            Precizit\u00e1s: Pixel-pontos v\u00e1g\u00e1s\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                            Feldolgoz\u00e1s: 100% b\u00f6ng\u00e9sz\u0151-alap\u00fa (\u00fcgyf\u00e9loldali)\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;\">Hogyan viszonyul az PNG v\u00e1g\u00f3eszk\u00f6z\u00fcnkh\u00f6z<\/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;\">Jellemz\u0151<\/th>\r\n                            <th style=\"padding: 15px; text-align: center; border: 1px solid #e0e0e0;\">PNG v\u00e1g\u00f3eszk\u00f6z\u00fcnk<\/th>\r\n                            <th style=\"padding: 15px; text-align: center; border: 1px solid #e0e0e0;\">Desktop szoftver<\/th>\r\n                            <th style=\"padding: 15px; text-align: center; border: 1px solid #e0e0e0;\">Egy\u00e9b online eszk\u00f6z\u00f6k<\/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;\">K\u00f6lts\u00e9gek<\/td>\r\n                            <td style=\"padding: 15px; text-align: center; border: 1px solid #e0e0e0;\">Ingyenes<\/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;\">Korl\u00e1toz\u00e1sokkal ingyenes<\/td>\r\n                        <\/tr>\r\n                        <tr style=\"background: #f9f9f9;\">\r\n                            <td style=\"padding: 15px; border: 1px solid #e0e0e0; font-weight: 600;\">Telep\u00edt\u00e9s sz\u00fcks\u00e9ges<\/td>\r\n                            <td style=\"padding: 15px; text-align: center; border: 1px solid #e0e0e0;\">Nem<\/td>\r\n                            <td style=\"padding: 15px; text-align: center; border: 1px solid #e0e0e0;\">Igen<\/td>\r\n                            <td style=\"padding: 15px; text-align: center; border: 1px solid #e0e0e0;\">Nem<\/td>\r\n                        <\/tr>\r\n                        <tr style=\"background: #fff;\">\r\n                            <td style=\"padding: 15px; border: 1px solid #e0e0e0; font-weight: 600;\">\u00c1tl\u00e1that\u00f3s\u00e1g meg\u0151rz\u00e9se<\/td>\r\n                            <td style=\"padding: 15px; text-align: center; border: 1px solid #e0e0e0;\">T\u00f6k\u00e9letes<\/td>\r\n                            <td style=\"padding: 15px; text-align: center; border: 1px solid #e0e0e0;\">T\u00f6k\u00e9letes<\/td>\r\n                            <td style=\"padding: 15px; text-align: center; border: 1px solid #e0e0e0;\">Gyakran vesz\u00e9lyeztetett<\/td>\r\n                        <\/tr>\r\n                        <tr style=\"background: #f9f9f9;\">\r\n                            <td style=\"padding: 15px; border: 1px solid #e0e0e0; font-weight: 600;\">Feldolgoz\u00e1si sebess\u00e9g<\/td>\r\n                            <td style=\"padding: 15px; text-align: center; border: 1px solid #e0e0e0;\">Azonnali<\/td>\r\n                            <td style=\"padding: 15px; text-align: center; border: 1px solid #e0e0e0;\">Gyors<\/td>\r\n                            <td style=\"padding: 15px; text-align: center; border: 1px solid #e0e0e0;\">A felt\u00f6lt\u00e9st\u0151l\/let\u00f6lt\u00e9st\u0151l f\u00fcgg<\/td>\r\n                        <\/tr>\r\n                        <tr style=\"background: #fff;\">\r\n                            <td style=\"padding: 15px; border: 1px solid #e0e0e0; font-weight: 600;\">Adatv\u00e9delem<\/td>\r\n                            <td style=\"padding: 15px; text-align: center; border: 1px solid #e0e0e0;\">100% Helyi feldolgoz\u00e1s<\/td>\r\n                            <td style=\"padding: 15px; text-align: center; border: 1px solid #e0e0e0;\">Helyi feldolgoz\u00e1s<\/td>\r\n                            <td style=\"padding: 15px; text-align: center; border: 1px solid #e0e0e0;\">Kiszolg\u00e1l\u00f3i feldolgoz\u00e1s<\/td>\r\n                        <\/tr>\r\n                        <tr style=\"background: #f9f9f9;\">\r\n                            <td style=\"padding: 15px; border: 1px solid #e0e0e0; font-weight: 600;\">Hozz\u00e1f\u00e9rhet\u0151s\u00e9g<\/td>\r\n                            <td style=\"padding: 15px; text-align: center; border: 1px solid #e0e0e0;\">B\u00e1rmilyen eszk\u00f6z<\/td>\r\n                            <td style=\"padding: 15px; text-align: center; border: 1px solid #e0e0e0;\">Csak telep\u00edtett eszk\u00f6z\u00f6k<\/td>\r\n                            <td style=\"padding: 15px; text-align: center; border: 1px solid #e0e0e0;\">B\u00e1rmilyen eszk\u00f6z<\/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;\">Profi PNG v\u00e1g\u00e1si tippek<\/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;\">Harmadok szab\u00e1lya<\/h3>\r\n                    <p style=\"color: #7f8c8d; line-height: 1.6;\">K\u00e9pzelje el a k\u00e9pet 9 egyenl\u0151 szegmensre osztva. Helyezze el a kulcsfontoss\u00e1g\u00fa elemeket e vonalak ment\u00e9n vagy azok metsz\u00e9spontjain\u00e1l a kiegyens\u00falyozottabb \u00e9s vonz\u00f3bb kompoz\u00edci\u00f3k \u00e9rdek\u00e9ben.<\/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;\">Az aspektusar\u00e1nyok fenntart\u00e1sa<\/h3>\r\n                    <p style=\"color: #7f8c8d; line-height: 1.6;\">A professzion\u00e1lis eredm\u00e9nyek \u00e9rdek\u00e9ben haszn\u00e1ljon szabv\u00e1nyos k\u00e9par\u00e1nyokat (1:1, 4:3, 16:9). Eszk\u00f6z\u00fcnk tartalmaz el\u0151re be\u00e1ll\u00edtott ar\u00e1nyokat a k\u00f6z\u00f6ss\u00e9gi m\u00e9di\u00e1hoz, e-kereskedelmi platformokhoz \u00e9s nyomtatott anyagokhoz.<\/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;\">Engedjen l\u00e9gz\u00e9si teret<\/h3>\r\n                    <p style=\"color: #7f8c8d; line-height: 1.6;\">Ker\u00fclje a t\u00fal szoros k\u00e9pkiv\u00e1g\u00e1st a f\u0151 t\u00e9m\u00e1hoz k\u00e9pest. Tartson n\u00e9mi teret a fontos elemek k\u00f6r\u00fcl, hogy professzion\u00e1lisabb \u00e9s vizu\u00e1lisan vonz\u00f3bb eredm\u00e9nyt \u00e9rjen el.<\/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=\"K\u00e9p el\u0151n\u00e9zet\">\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>Tengelyar\u00e1ny<\/label>\n                                <select class=\"crop-image-ratio-select\">\n                                    <option value=\"1:1\" >N\u00e9gyzet (1:1)<\/option>\n                                    <option value=\"4:3\" >Standard (4:3)<\/option>\n                                    <option value=\"16:9\" >Sz\u00e9lesv\u00e1szn\u00fa (16:9)<\/option>\n                                    <option value=\"free\"  selected='selected'>Egy\u00e9ni m\u00e9ret<\/option>\n                                <\/select>\n                            <\/div>\n                            <div class=\"crop-image-toolbar-item crop-image-shape\">\n                                <label>Shape<\/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>T\u00e9glalap alak\u00fa<\/span>\n                                    <\/label>\n                                    <label class=\"crop-image-shape-option\">\n                                        <input type=\"radio\" name=\"crop-image-shape\" value=\"circle\" >\n                                        <span>K\u00f6r<\/span>\n                                    <\/label>\n                                <\/div>\n                            <\/div>\n                            <div class=\"crop-image-toolbar-item crop-image-zoom\">\n                                <label>Nagy\u00edt\u00e1s<\/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>Forgassa el a<\/label>\n                                <div class=\"crop-image-rotate-buttons\">\n                                    <button type=\"button\" class=\"crop-image-rotate-left\" title=\"Balra forgatni\">\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=\"Jobbra forgatni\">\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\">K\u00e9p kiv\u00e1g\u00e1sa<\/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=\"Kiv\u00e1gott k\u00e9p\">\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>K\u00e9p k\u00e9sz<\/h4>\n                            <p>T\u00f6ltse le vagy szerkessze \u00fajra.<\/p>\n                            \n                            <!-- Result Section Buttons -->\n                            <div class=\"crop-image-control-buttons\">\n                                <button type=\"button\" class=\"crop-image-back-btn\">Vissza<\/button>\n                                <button type=\"button\" class=\"crop-image-download-btn\">Let\u00f6lt\u00e9s<\/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\">Feldolgoz\u00e1s...<\/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":"A kiemelt k\u00e9pnek legal\u00e1bb 200 x 200 pixel m\u00e9ret\u0171nek kell lennie, hogy a Facebook \u00e9s m\u00e1s szolg\u00e1ltat\u00e1sok megjelen\u00edthess\u00e9k.","pluginReviewed":false,"postSettings":{"linkSuggestions":true,"useFocusKeyword":false},"frontEndScore":false,"postName":"crop-png","permalinkFormat":"https:\/\/ocr365.com\/hu\/%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":"Haszn\u00e1lja ezt az ingyenes online Circle Crop k\u00e9pv\u00e1g\u00f3 eszk\u00f6zt az PNG k\u00e9pek egyszer\u0171 v\u00e1g\u00e1s\u00e1hoz. T\u00f6ltse fel a k\u00e9pet \u00e9s v\u00e1gja ki azonnal - bejelentkez\u00e9s nem sz\u00fcks\u00e9ges.","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":"felhaszn\u00e1l\u00f3n\u00e9v","primaryTerm":0,"authorName":"admin","titleTemplate":"%title% %sep% %sitename%","descriptionTemplate":"%excerpt%","showScoreFrontend":true,"lockModifiedDate":false},"powerWords":["elk\u00e9peszt\u0151","megd\u00f6bbent\u0151","szenz\u00e1ci\u00f3s","meglep\u0151","elragad\u00f3","f\u00e9lelmetes","ijeszt\u0151","vonz\u00f3","ellentmond\u00e1sos","zseni\u00e1lis","borzalmas","remek","elk\u00e1pr\u00e1ztat\u00f3","katasztrof\u00e1lis","megh\u00f6kkent\u0151","leny\u0171g\u00f6z\u0151","csod\u00e1latos","ijedt","megnyugtat\u00f3","felkavar\u00f3","inspir\u00e1l\u00f3","lehangol\u00f3","f\u00e1jdalmas","gy\u00f6ny\u00f6r\u0171","b\u00e1mulatos","megsz\u00e9d\u00edt\u0151","b\u0171n\u00f6s","\u00f6rd\u00f6gi","lebilincsel\u0151","megsemmis\u00edt\u0151","l\u00e1tv\u00e1nyos","h\u00e1tborzongat\u00f3","cs\u00e1b\u00edt\u00f3","f\u00e9ny\u0171z\u0151","sz\u00edvszor\u00edt\u00f3","tragikus","szertelen","\u00f6lel\u0151","megbocs\u00e1t\u00f3","\u00f6ntelt","\u00f6nz\u0151","buzg\u00f3","hajszolt","k\u00f6ny\u00f6rtelen","elm\u00e9s","fantasztikus","g\u00e1tl\u00e1stalan","\u0151rj\u00edt\u0151","visszatasz\u00edt\u00f3","f\u00e9ktelen","\u00f6sszet\u00f6rt","megrontott","f\u00e9nyes","v\u00e1ratlan","\u00e9l\u00e9nk","kifinomult","d\u00f6bbenetes","fel\u00fcd\u00edt\u0151","megv\u00e1lt\u00f3","megt\u00e9veszt\u0151","hat\u00e9kony","\u00e9rzelmes","\u00e9leter\u0151s","meghat\u00f3","haragos","el\u00e9gedett","bosszant\u00f3","nagylelk\u0171","ragyog\u00f3","izgalmas","csal\u00f3dott","megr\u00e1z\u00f3","m\u00e9lt\u00f3s\u00e1gteljes","cs\u00e1bos","befogad\u00f3","kirekeszt\u0151","lelkes","elk\u00e9sett","megd\u00f6nthetetlen","csod\u00e1lkoz\u00f3","fesz\u00fclt","dermeszt\u0151","forr\u00f3","\u00f6sszet\u00f6rt","\u00e9lvezetes","nyomaszt\u00f3","diadalmas","megsebzett","megtorl\u00f3","kitart\u00f3","rem\u00e9nytelen","\u00e9rz\u00e9keny","t\u0171n\u0151d\u0151","m\u00e1gikus","kif\u00fcrk\u00e9szhetetlen","v\u00e1gyakoz\u00f3","\u00fct\u0151s","megb\u00e9k\u00e9l\u0151","gy\u00e1szos"],"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\/hu","objectID":2407,"objectType":"post","locale":"hu","localeFull":"hu_HU","overlayImages":{"play":{"name":"Lej\u00e1tsz\u00e1s ikon","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 ikon","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%2Fhu&r=https%3A%2F%2Focr365.com%2Fhu%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":"Friss\u00edt\u00e9s","trendsPreviewImage":"https:\/\/ocr365.com\/wp-content\/plugins\/seo-by-rank-math\/assets\/admin\/img\/trends-preview.jpg","currentEditor":false,"homepageData":{"assessor":{"powerWords":["elk\u00e9peszt\u0151","megd\u00f6bbent\u0151","szenz\u00e1ci\u00f3s","meglep\u0151","elragad\u00f3","f\u00e9lelmetes","ijeszt\u0151","vonz\u00f3","ellentmond\u00e1sos","zseni\u00e1lis","borzalmas","remek","elk\u00e1pr\u00e1ztat\u00f3","katasztrof\u00e1lis","megh\u00f6kkent\u0151","leny\u0171g\u00f6z\u0151","csod\u00e1latos","ijedt","megnyugtat\u00f3","felkavar\u00f3","inspir\u00e1l\u00f3","lehangol\u00f3","f\u00e1jdalmas","gy\u00f6ny\u00f6r\u0171","b\u00e1mulatos","megsz\u00e9d\u00edt\u0151","b\u0171n\u00f6s","\u00f6rd\u00f6gi","lebilincsel\u0151","megsemmis\u00edt\u0151","l\u00e1tv\u00e1nyos","h\u00e1tborzongat\u00f3","cs\u00e1b\u00edt\u00f3","f\u00e9ny\u0171z\u0151","sz\u00edvszor\u00edt\u00f3","tragikus","szertelen","\u00f6lel\u0151","megbocs\u00e1t\u00f3","\u00f6ntelt","\u00f6nz\u0151","buzg\u00f3","hajszolt","k\u00f6ny\u00f6rtelen","elm\u00e9s","fantasztikus","g\u00e1tl\u00e1stalan","\u0151rj\u00edt\u0151","visszatasz\u00edt\u00f3","f\u00e9ktelen","\u00f6sszet\u00f6rt","megrontott","f\u00e9nyes","v\u00e1ratlan","\u00e9l\u00e9nk","kifinomult","d\u00f6bbenetes","fel\u00fcd\u00edt\u0151","megv\u00e1lt\u00f3","megt\u00e9veszt\u0151","hat\u00e9kony","\u00e9rzelmes","\u00e9leter\u0151s","meghat\u00f3","haragos","el\u00e9gedett","bosszant\u00f3","nagylelk\u0171","ragyog\u00f3","izgalmas","csal\u00f3dott","megr\u00e1z\u00f3","m\u00e9lt\u00f3s\u00e1gteljes","cs\u00e1bos","befogad\u00f3","kirekeszt\u0151","lelkes","elk\u00e9sett","megd\u00f6nthetetlen","csod\u00e1lkoz\u00f3","fesz\u00fclt","dermeszt\u0151","forr\u00f3","\u00f6sszet\u00f6rt","\u00e9lvezetes","nyomaszt\u00f3","diadalmas","megsebzett","megtorl\u00f3","kitart\u00f3","rem\u00e9nytelen","\u00e9rz\u00e9keny","t\u0171n\u0151d\u0151","m\u00e1gikus","kif\u00fcrk\u00e9szhetetlen","v\u00e1gyakoz\u00f3","\u00fct\u0151s","megb\u00e9k\u00e9l\u0151","gy\u00e1szos"],"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\/hu\/wp-json\/wp\/v2\/pages\/2407","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ocr365.com\/hu\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ocr365.com\/hu\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ocr365.com\/hu\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ocr365.com\/hu\/wp-json\/wp\/v2\/comments?post=2407"}],"version-history":[{"count":6,"href":"https:\/\/ocr365.com\/hu\/wp-json\/wp\/v2\/pages\/2407\/revisions"}],"predecessor-version":[{"id":2415,"href":"https:\/\/ocr365.com\/hu\/wp-json\/wp\/v2\/pages\/2407\/revisions\/2415"}],"wp:attachment":[{"href":"https:\/\/ocr365.com\/hu\/wp-json\/wp\/v2\/media?parent=2407"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}