Skip to content

display popular image formats, crops a region of an image and replace or stores it

License

Notifications You must be signed in to change notification settings

no-go/fastCropper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastCropper

Just shows, crops and stores an image!

Screenshot

My small c++ Project is based on the MIT license. It uses openCV and fltk to crop/copy an image region from an image (first parameter of the executable) and stores the image (input field). Why this program? I search very long for a small image-viewer with cropping function. I get only Gimp to do that on Linux, and it loads and stores not fast enough.

Because there is fltk and openCV on Windows and Mac, it should be possible to compile it on other systems than Linux.

UPDATE Yes! I create a 32bit X86 Windows Version of fastCropper and a Make-Batch file, how I did it. Because of the VisualC compiler, you need a msvcr120.dll which is part of the VisualStudio 2013 redistributeable / runtime Package.

Download here

Features

  • shows an image file
  • crops a region of an image file and replace/stores it
  • support for png, jpeg and all openCV image formats
  • uses openCV and fltk
  • Makefile included
  • should be compile able on many systems
  • minimalistic code and program size
  • very easy and unprofessional kick-ass c++ code

Usage

  • right click on the image file (your system display something like "open with...")
  • select the Executeable fastCropper(.exe) to open the image file with it
  • first click on image (not the preview window) (re-)starts cropping
  • second click on image stop cropping
  • right click: dialog to store or rewrite the cropped result

About

display popular image formats, crops a region of an image and replace or stores it

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published