Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xmas7/pdn-jpeg-2000

A Paint.NET filetype plugin that loads and saves JPEG 2000 images.
https://github.com/xmas7/pdn-jpeg-2000

dotnet jpeg pdn react repack webpack

Last synced: 22 days ago
JSON representation

A Paint.NET filetype plugin that loads and saves JPEG 2000 images.

Awesome Lists containing this project

README

        

# pdn-jpeg-2000
A [Paint.NET](http://www.getpaint.net) filetype plugin that loads and saves JPEG 2000 images.

## Installing the plugin

1. Close Paint.NET.
2. Place Jpeg2000Filetype.dll, Jpeg2000IO_x86.dll and Jpeg2000IO_x64.dll in the Paint.NET FileTypes folder which is usually located in one the following locations depending on the Paint.NET version you have installed.

Paint.NET Version | FileTypes Folder Location
--------|----------
Classic | C:\Program Files\Paint.NET\FileTypes
Microsoft Store | Documents\paint.net App Files\FileTypes

3. Restart Paint.NET.

## License

This project is licensed under the terms of the MIT License.
See [License.txt](License.txt) for more information.

## 3rd Party Code

This project utilizes the following code (located under 3rd-party folder)

* [JasPer](https://github.com/mdadams/jasper)