https://github.com/theonlyasdk/jpeg-artifact-remover
Frontend for jpeg2png written using Lazarus/FreePascal
https://github.com/theonlyasdk/jpeg-artifact-remover
artifact-remover freepascal gui image-processing jpeg2png lazarus windows
Last synced: 11 months ago
JSON representation
Frontend for jpeg2png written using Lazarus/FreePascal
- Host: GitHub
- URL: https://github.com/theonlyasdk/jpeg-artifact-remover
- Owner: theonlyasdk
- License: mit
- Created: 2025-02-15T17:48:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-23T15:29:20.000Z (about 1 year ago)
- Last Synced: 2025-06-09T02:01:57.832Z (about 1 year ago)
- Topics: artifact-remover, freepascal, gui, image-processing, jpeg2png, lazarus, windows
- Language: Pascal
- Homepage:
- Size: 5.31 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JPEG Artifact Remover (jpeg2png)
This is a frontend for [jpeg2png](https://github.com/ThioJoe/jpeg2png) written in Lazarus and FreePascal. It allows you to reduce JPEG artifacts caused by JPEG encoding and give you a clean PNG file. This application uses a fork of the [original project](https://github.com/victorvde/jpeg2png) made by [ThioJoe](https://github.com/ThioJoe/jpeg2png) which fixes a few bugs.
# How to use?
- Go to [releases](https://github.com/theonlyasdk/jpeg-artifact-remover/releases) and download the appropriate binary for your system.
- Run the application and click the `Download` button.
- It will take you to the page where you can download [jpeg2png](https://github.com/ThioJoe/jpeg2png/releases).
- Download jpeg2png to your Downloads folder and choose the exe file in the application.
- Now, choose the image you want to process and click `Convert To PNG`
# Screenshots


**Comparison:**
Processed Image (Left) vs. Original Image (Right)

## Building from source
WIP
> PS: Help me write this section, as this project uses some external libraries ([JPPack](https://github.com/jackdp/JPPack))
# License
This project is licensed under the [MIT license](https://github.com/theonlyasdk/jpeg-artifact-remover/blob/main/LICENSE).