{"id":26936528,"url":"https://github.com/sethfalco/magick-image-reader","last_synced_at":"2025-07-10T12:14:40.831Z","repository":{"id":53106996,"uuid":"288658739","full_name":"SethFalco/magick-image-reader","owner":"SethFalco","description":"An extension for Visual Studio Code that integrates ImageMagick via Magick.WASM. This provides support for viewing over 100 additional file types in Visual Studio Code. [This is a mirror from GitLab, please interact with the repository there.]","archived":false,"fork":false,"pushed_at":"2021-07-19T00:35:55.000Z","size":22921,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-30T09:17:40.880Z","etag":null,"topics":["imagemagick","magick","magick-image-reader","ora","psd","visual-studio-code","vsc","vscode"],"latest_commit_sha":null,"homepage":"https://gitlab.com/SethFalco/magick-image-reader","language":"TypeScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SethFalco.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}},"created_at":"2020-08-19T07:02:16.000Z","updated_at":"2025-03-27T01:22:29.000Z","dependencies_parsed_at":"2022-09-13T15:02:48.758Z","dependency_job_id":null,"html_url":"https://github.com/SethFalco/magick-image-reader","commit_stats":null,"previous_names":["sethfalco/magick-image-reader"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SethFalco%2Fmagick-image-reader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SethFalco%2Fmagick-image-reader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SethFalco%2Fmagick-image-reader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SethFalco%2Fmagick-image-reader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SethFalco","download_url":"https://codeload.github.com/SethFalco/magick-image-reader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246816841,"owners_count":20838719,"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":["imagemagick","magick","magick-image-reader","ora","psd","visual-studio-code","vsc","vscode"],"created_at":"2025-04-02T12:34:54.527Z","updated_at":"2025-04-02T12:34:54.596Z","avatar_url":"https://github.com/SethFalco.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# Magick Image Reader\n[![Matrix]][matrix-community] [![Installs]][vscode-market-link] [![Downloads]][vscode-market-link] [![Build]][gitlab] [![Donate]][elypia-donate]\n\u003c/div\u003e\n\n**HEADS UP: This extension is in very early development and depends heavily on [Magick.WASM](https://github.com/dlemstra/Magick.WASM) which is also in very early development. While this extension is functional, it shouldn't be considered stable.**\n\n## About\n**Magick Image Reader** is an extension for [Visual Studio Code](https://code.visualstudio.com/)\nwhich adds support for reading [over 100 image formats](https://imagemagick.org/script/formats.php)\nwithout leaving the application. It's primary use is for quickly accessing images when managing image\nrepositories without the need to leave Visual Studio Code or open another program.\n\nThis project would've been a massive pain without free and open-source software\nlike [ImageMagick](https://imagemagick.org/) and [Magick.WASM](https://github.com/dlemstra/Magick.WASM) around.\nIf this is useful for your workflow, please also consider checking them out or sponsoring their work.\n\n## Features\nThis extension was made with one feature in mind, which is to read\nadditional document formats, however as we're integrating with\nImageMagick, we'll be additional features in future to make the most out of it.\n\nThe first time you interact with the extension there will be a initializaton\nwhich will last a few seconds, from there all images should load relatively fast.\n\n### Reading Additional Document Formats\nThe primary goal is to view additional file formats in Visual Studio Code,\nthe following have been verified to work well with this extension, excluding\nformats that Visual Studio Code already supported natively:\n* XCF (GIMP)\n* PSD (Photoshop)\n* DCM\n* DDS\n* HDR\n* HEIC\n* MNG\n* PBM\n* PCX\n* PFM\n* PGM\n* PNM\n* PPM\n* SGI\n* XBM\n\n\u003c!--\n### Layer Tree View [Not Implemented]\nSimiarly to the **NPM Scripts** or **Outline** panels on the side\nof Visual Studio Code, one can view a **Layers** tree-view which will\nlist all nodes in a layered document such as `ORA` or `PSD`, including\ngroups and layers.\n--\u003e\n\n\u003c!--\n### File Format Conversion [Not Implemented]\nThrough the UI, one can right-click an image file supported by this extension\nor execute a command to convert the image to another format.\n--\u003e\n\n\u003c!--\n### Basic Graphics Manipulation [Not Implemented]\nThis extension **by no means** is intended to be a replacement for a real\ngraphics design tool such as GIMP, however basic support is provided for resizing\nand transforming images, or selections of images.\nSome tools may be available through the UI, while others will be visible\nin the editor when you open an image.\n--\u003e\n\n[matrix-community]: https://matrix.to/#/+elypia:matrix.org \"Matrix Invite\"\n[vscode-market-link]: https://marketplace.visualstudio.com/items?itemName=elypia.magick-image-reader\n[gitlab]: https://gitlab.com/Elypia/magick-image-reader/commits/master \"Repository on GitLab\"\n[elypia-donate]: https://elypia.org/donate \"Donate to Elypia\"\n\n[Matrix]: https://img.shields.io/matrix/elypia:matrix.org?logo=matrix \"Matrix Shield\"\n[Installs]: https://img.shields.io/visual-studio-marketplace/i/elypia.magick-image-reader?color=%23007ACC\u0026logo=visual%20studio%20code \"Visual Studio Code Marketplace\"\n[Downloads]: https://img.shields.io/visual-studio-marketplace/d/elypia.magick-image-reader?color=%23007ACC\u0026logo=visual%20studio%20code\n[Build]: https://gitlab.com/Elypia/magick-image-reader/badges/master/pipeline.svg \"GitLab Build Shield\"\n[Donate]: https://img.shields.io/badge/elypia-donate-blueviolet \"Donate Shield\"\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsethfalco%2Fmagick-image-reader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsethfalco%2Fmagick-image-reader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsethfalco%2Fmagick-image-reader/lists"}