https://github.com/sethfalco/magick-image-reader
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.]
https://github.com/sethfalco/magick-image-reader
imagemagick magick magick-image-reader ora psd visual-studio-code vsc vscode
Last synced: 3 months ago
JSON representation
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.]
- Host: GitHub
- URL: https://github.com/sethfalco/magick-image-reader
- Owner: SethFalco
- License: apache-2.0
- Created: 2020-08-19T07:02:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-19T00:35:55.000Z (about 4 years ago)
- Last Synced: 2025-03-30T09:17:40.880Z (6 months ago)
- Topics: imagemagick, magick, magick-image-reader, ora, psd, visual-studio-code, vsc, vscode
- Language: TypeScript
- Homepage: https://gitlab.com/SethFalco/magick-image-reader
- Size: 21.9 MB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Magick Image Reader
[![Matrix]][matrix-community] [![Installs]][vscode-market-link] [![Downloads]][vscode-market-link] [![Build]][gitlab] [![Donate]][elypia-donate]**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.**
## About
**Magick Image Reader** is an extension for [Visual Studio Code](https://code.visualstudio.com/)
which adds support for reading [over 100 image formats](https://imagemagick.org/script/formats.php)
without leaving the application. It's primary use is for quickly accessing images when managing image
repositories without the need to leave Visual Studio Code or open another program.This project would've been a massive pain without free and open-source software
like [ImageMagick](https://imagemagick.org/) and [Magick.WASM](https://github.com/dlemstra/Magick.WASM) around.
If this is useful for your workflow, please also consider checking them out or sponsoring their work.## Features
This extension was made with one feature in mind, which is to read
additional document formats, however as we're integrating with
ImageMagick, we'll be additional features in future to make the most out of it.The first time you interact with the extension there will be a initializaton
which will last a few seconds, from there all images should load relatively fast.### Reading Additional Document Formats
The primary goal is to view additional file formats in Visual Studio Code,
the following have been verified to work well with this extension, excluding
formats that Visual Studio Code already supported natively:
* XCF (GIMP)
* PSD (Photoshop)
* DCM
* DDS
* HDR
* HEIC
* MNG
* PBM
* PCX
* PFM
* PGM
* PNM
* PPM
* SGI
* XBM[matrix-community]: https://matrix.to/#/+elypia:matrix.org "Matrix Invite"
[vscode-market-link]: https://marketplace.visualstudio.com/items?itemName=elypia.magick-image-reader
[gitlab]: https://gitlab.com/Elypia/magick-image-reader/commits/master "Repository on GitLab"
[elypia-donate]: https://elypia.org/donate "Donate to Elypia"[Matrix]: https://img.shields.io/matrix/elypia:matrix.org?logo=matrix "Matrix Shield"
[Installs]: https://img.shields.io/visual-studio-marketplace/i/elypia.magick-image-reader?color=%23007ACC&logo=visual%20studio%20code "Visual Studio Code Marketplace"
[Downloads]: https://img.shields.io/visual-studio-marketplace/d/elypia.magick-image-reader?color=%23007ACC&logo=visual%20studio%20code
[Build]: https://gitlab.com/Elypia/magick-image-reader/badges/master/pipeline.svg "GitLab Build Shield"
[Donate]: https://img.shields.io/badge/elypia-donate-blueviolet "Donate Shield"