Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/xmas7/pdn-jpeg-2000
- Owner: xmas7
- License: other
- Created: 2022-09-30T16:43:54.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-19T07:58:07.000Z (over 1 year ago)
- Last Synced: 2024-12-05T15:13:40.585Z (22 days ago)
- Topics: dotnet, jpeg, pdn, react, repack, webpack
- Language: C#
- Homepage:
- Size: 1.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.txt
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)