{"id":28455200,"url":"https://github.com/imagemagick/magickstudio","last_synced_at":"2026-02-09T11:37:20.721Z","repository":{"id":92824747,"uuid":"100012524","full_name":"ImageMagick/MagickStudio","owner":"ImageMagick","description":"MagickStudio is an online interface for ImageMagick that lets users upload, edit, and convert images directly in a browser. It supports resizing, rotating, enhancing, and applying effects to images in various formats, with temporary file storage and privacy safeguards.","archived":false,"fork":false,"pushed_at":"2025-07-31T22:43:51.000Z","size":1454,"stargazers_count":7,"open_issues_count":0,"forks_count":7,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-08-01T00:52:28.571Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","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/ImageMagick.png","metadata":{"files":{"readme":"README.txt","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":"support/fonts.pl","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-08-11T08:53:39.000Z","updated_at":"2025-07-31T22:43:55.000Z","dependencies_parsed_at":"2024-04-27T01:25:40.880Z","dependency_job_id":null,"html_url":"https://github.com/ImageMagick/MagickStudio","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ImageMagick/MagickStudio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImageMagick%2FMagickStudio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImageMagick%2FMagickStudio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImageMagick%2FMagickStudio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImageMagick%2FMagickStudio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ImageMagick","download_url":"https://codeload.github.com/ImageMagick/MagickStudio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImageMagick%2FMagickStudio/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269366309,"owners_count":24405237,"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","status":"online","status_checked_at":"2025-08-08T02:00:09.200Z","response_time":72,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-06-06T21:15:56.655Z","updated_at":"2026-02-09T11:37:20.715Z","avatar_url":"https://github.com/ImageMagick.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\nINSTALL INSTRUCTIONS\n\n  ImageMagick Studio requires both ImageMagick and PerlMagick.  See\n\n      https://imagemagick.org/\n\n  for details.\n\n  ImageMagick - Online Studio can read and write many of the more popular\n  image formats directly from a Web page including JPEG, TIFF, PNM, GIF, and\n  Photo CD.  In addition you can interactively resize, rotate, sharpen,\n  color reduce, or add special effects to an image and save your\n  completed work in the same or differing image format.\n\n  To get the ImageMagick Studio image engine working on your system, edit\n  scripts/MagickStudio.pm and set\n  \n      $DocumentRoot='/var/www/html';\n      $DocumentDirectory='/MagickStudio';\n  \n  with the correct path information.  You will also want to review other\n  variables and change where appropriate.\n\n  MagickStudio requires ImageMagick 6.4.1 and PerlMagick 5.8 or above.\n  These Perl packages CGI.pm (version 2.72 or above), LWP, and MD5 are also\n  required.  These are available from CPAN (http://www.perl.com/CPAN/).\n\n  Type\n\n      cd MagickStudio\n      scripts/MagickStudio.cgi\n\n  for a basic test to see if the required packages are installed properly.\n\n  Next, modify your web server configuration files to allow\n  scripts/MagickStudio.cgi to execute.  On Windows, we use\n  scripts/MagickStudio.pl instead since this extension is recognized\n  when ActiveState perl is installed.\n\n  Under Windows, copy all IM*dll and *.mgk files to C:\\ImageMagick and\n  the remaining excutables and DLL's to the directory where perl.exe resides\n  (typically C:\\Perl\\bin).\n\n  The workarea and session_info directory must be writable.  On my\n  system, Apache runs as UID apache so I type\n\n      cd MagickStudio\n      chgrp -R apache ../MagickStudio\n\n  Next, point your browser to the ImageMagick Studio script.  For example,\n\n      https://mywebsite.org/MagickStudio\n\n  and press the sample image URL.  Report any problems to\n  https://github.com/ImageMagick/ImageMagick/discussions.\n\n  Note, the ImageMagick Studio engine creates temporary files in the\n  workarea directory.  It automatically deletes them whenever someone\n  invokes the engine and they are at least 1 day old.  However, the\n  workarea can require alot of disk space depending on the image sizes\n  and how often the engine is invoked.\n\n  Add your own TrueType fonts to the MagickStudio/fonts directory.  The\n  ImageMagick Studio script will automatically recognize them.\n\n  Thanks to http://www.pixelsight.com/ for many of the Web page icons.\n\n\nCOPYRIGHT\n\n  Copyright 1999-2021 ImageMagick Studio LLC, a non-profit organization\n  dedicated to making software imaging solutions freely available.\n\n  You may not use this file except in compliance with the License.  You may\n  obtain a copy of the License at\n\n    https://imagemagick.org/license/\n\n  Unless required by applicable law or agreed to in writing, software\n  distributed under the License is distributed on an \"AS IS\" BASIS,\n  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n  See the License for the specific language governing permissions and\n  limitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimagemagick%2Fmagickstudio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimagemagick%2Fmagickstudio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimagemagick%2Fmagickstudio/lists"}