-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
initial commit README.md regarding project and project state continua…
…tion
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# JPEGView - Image Viewer and Editor | ||
|
||
|
||
# FORK info | ||
|
||
I've FORKed this repo from SourceForge, as this excellent project by David Kleiner could use some updates. I'm hoping some users will make suggestions, and devs will do pull requests on this project as it'll be a learning curve for me to pick it up. -sylikc | ||
|
||
I'll first start with merging patches and making updates ... and getting the environment to compile ;) . I'll make a first release which matches the last release from SF ... but it'll take awhile to get the CI/CD stuff right. | ||
|
||
|
||
# Original from SF | ||
|
||
https://sourceforge.net/projects/jpegview/ | ||
|
||
JPEGView is a lean, fast and highly configurable viewer/editor for JPEG, BMP, PNG, WEBP, TGA, GIF and TIFF images with a minimal GUI. Basic on-the-fly image processing is provided - allowing adjusting typical parameters as sharpness, color balance, rotation, perspective, contrast and local under-/overexposure. | ||
|
||
Features | ||
* Small and fast, uses SSE2 and up to 4 CPU cores | ||
* High quality resampling filter, preserving sharpness of images | ||
* Basic image processing tools can be applied realtime during viewing | ||
* Movie mode to play folder of JPEGs as movie |