{"id":20017527,"url":"https://github.com/par7133/wp_image_editor_gd","last_synced_at":"2026-05-11T08:29:20.780Z","repository":{"id":107626407,"uuid":"410520162","full_name":"par7133/WP_Image_Editor_GD","owner":"par7133","description":"WordPress Image Editor Class for Image Manipulation through GD (clean standalone implementation) - GPL License","archived":false,"fork":false,"pushed_at":"2024-05-09T14:07:31.000Z","size":249,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-12T15:46:03.342Z","etag":null,"topics":["class","editor","gd","image","manipulation","php","wordpress"],"latest_commit_sha":null,"homepage":"https://exp-wp-image-editor.5mode-lab.com","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/par7133.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-09-26T10:27:14.000Z","updated_at":"2024-05-09T14:07:34.000Z","dependencies_parsed_at":"2023-06-08T15:30:42.389Z","dependency_job_id":null,"html_url":"https://github.com/par7133/WP_Image_Editor_GD","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/par7133%2FWP_Image_Editor_GD","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/par7133%2FWP_Image_Editor_GD/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/par7133%2FWP_Image_Editor_GD/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/par7133%2FWP_Image_Editor_GD/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/par7133","download_url":"https://codeload.github.com/par7133/WP_Image_Editor_GD/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241451677,"owners_count":19964901,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["class","editor","gd","image","manipulation","php","wordpress"],"created_at":"2024-11-13T08:16:07.337Z","updated_at":"2026-05-11T08:29:20.773Z","avatar_url":"https://github.com/par7133.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WP_Image_Editor_GD\nWordPress Image Editor Class for Image Manipulation through GD (clean standalone implementation)   \n\n\n### Some important functionalities have been commented out and / or changed:  \n\n### // l10n.php\nfunction __( $text, $domain = 'default' ) {   \n   \n    // [ Changed to facilitate extrapolaation of the code ]   \n   \n    //return translate( $text, $domain );   \n    \n    return $text;   \n}   \n   \n### // class-wp-image-editor-gd.php   \npublic function load() {   \n\n    if ( $this-\u003eimage ) {   \n        return true;   \n    }   \n   \n    if ( ! is_file( $this-\u003efile ) \u0026\u0026 ! preg_match( '|^https?://|', $this-\u003efile ) ) {   \n        return new WP_Error( 'error_loading_image', __( 'File doesn\u0026#8217;t exist?' ), $this-\u003efile );   \n    }   \n    \n    // Set artificially high because GD uses uncompressed images in memory.   \n\t\t\n    // [ Commented to facilitate extrapolaation of the code ]   \n    \n    //wp_raise_memory_limit( 'image' );   \n\n    [...]\n\n\nWordPress - Web publishing software   \n   \nCopyright 2001-2002 Michel Valdrighi - https://cafelog.com   \nCopyright 2011-2021 WordPress, and contributors   \nCopyright 2021 NuMode    \n   \nThis program is free software; you can redistribute it and/or modify   \nit under the terms of the GNU General Public License as published by   \nthe Free Software Foundation; either version 2 of the License, or   \n(at your option) any later version.   \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpar7133%2Fwp_image_editor_gd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpar7133%2Fwp_image_editor_gd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpar7133%2Fwp_image_editor_gd/lists"}