Batch image resizer for Linux
C++ QMake
Switch branches/tags
Nothing to show
Permalink
Failed to load latest commit information.
bin Many many changes for it to work on Qt 5. Also compiled this version … May 2, 2015
build Clarification to the build steps and including an empty build directory Aug 30, 2014
LICENSE Changed Readme instructions to Qt5 May 12, 2015
README.md Changed Readme instructions to Qt5 May 12, 2015
arrows.png Added the ability to set height and width percentages independently May 15, 2015
bir.cpp Added the ability to set height and width percentages independently May 15, 2015
bir.desktop Added all the files needed to compile inside the open build service a… Aug 30, 2014
bir.h Added the ability to set height and width percentages independently May 15, 2015
bir.png Added all the files needed to compile inside the open build service a… Aug 30, 2014
bir.pro Many many changes for it to work on Qt 5. Also compiled this version … May 2, 2015
bir.spec Added all the files needed to compile inside the open build service a… Aug 30, 2014
bir.ui Added the ability to set height and width percentages independently May 15, 2015
bir.user Changed name to make it unique Aug 27, 2014
bir_screenshot.png Added screenshot for github Oct 27, 2014
broken-link.png Added the ability to set height and width percentages independently May 15, 2015
delete.png Bugfixes, delete all button, UI cleanup, other fixes Sep 2, 2014
delete_all.png Bugfixes, delete all button, UI cleanup, other fixes Sep 2, 2014
icon.png Added desktop file and cleanup Aug 25, 2014
icon.qrc Bugfixes, delete all button, UI cleanup, other fixes Sep 2, 2014
image.cpp Working copy. Needs error checking + dolphin integration Aug 18, 2014
image.h Working copy. Needs error checking + dolphin integration Aug 18, 2014
link.png Added the ability to set height and width percentages independently May 15, 2015
main.cpp Many many changes for it to work on Qt 5. Also compiled this version … May 2, 2015
selectitem.cpp Changed name to make it unique Aug 27, 2014
selectitem.h Working copy. Needs error checking + dolphin integration Aug 18, 2014

README.md

BIR

Screenshot of BIR

Notes

Now updated for Qt 5

Simple graphical batch image resizer. Ability to resize, rotate, crop a series of images or directories containing images while maintaing directory structure. To run from the command line simply run bir followed by the directoies or files you wish to open. You can also just use the browse dialog inside the application.

Has the ability to resize the following image formats:

  • BMP Windows Bitmap
  • JPG Joint Photographic Experts Group
  • JPEG Joint Photographic Experts Group
  • PNG Portable Network Graphics
  • PPM Portable Pixmap
  • TIFF Tagged Image File Format
  • XBM X11 Bitmap
  • XPM X11 Pixmap

Running

Requires libqt5 or qt depending on the distro to run.

To run simply type:

bir

Compiling

Requires gcc-c++ and ibqt5-devel to build

To build BIR follow these steps:

$ git clone https://github.com/agronick/BIR.git
$ cd BIR/build
$ qmake-qt5 ../ 
$ make
$ sudo make install