* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.

A simple application for resizing images,inspired by GTPY - ImageResizer (http://www.kde-apps.org/content/show.php?content=32338)
But I used C++/QT and QImage class to convert the images.

SIR - Simple Image Resizer can convert into and from the following formats:

· JPEG
· PNG
· BMP
· GIF
· XPM
· PGM
· PBM
· PPM

SIR also can rotate your images.

To compile:

#qmake sir.pro && make



IMPORTANT: Sir qt3 will no longer be supported, only Sir qt4 will receive improvements and updates.

#1.9.5

* Sir has a icon now! Thanks Marcin Skrobański
* Added a new function to handle fullscreen option
* changed the installation instructions as sir have a make install command
* Update some translations
* Romanian Translation added: thanks Ovidiu Pop

#1.9.4 - Qt4

- Dutch translation included - Thanks Youp
- Minor bug fixes
- Some code refactoring

#1.9.3 - Qt4

- Polish translation added (Thanks zoteek)
- Minor bug fixes

#1.9.2 - Qt4

- Minor bug fixes
- Now the user can choose the language in the options dialog
- Russian Translation added (Thanks to Renat Gar and касьянъ)
- Hungarian Translation added (Thank to Kopiás Csaba)

#1.9.1 - Qt4

- Slovak translation updated (Thanks Jozef Riha)
- Fixed a bug in options dialog.


#1.9 - Qt4

-Now Sir use a thread to perform all the operations on the images. (Thanks Víctor Fernández Martínez)
-User interface don't freeze while resizing large images. (Thanks Víctor Fernández Martínez)
- added Spanish translation (Thanks Víctor Fernández Martínez)

#1.8 - Qt4

- Fixed many bugs;
- Drag and drop added;

#1.7 - Qt4

-Fixed important bugs;

-Now Sir has make install:

if you want to install Sir just type make install (as root) after make the program;

-Now Sir has a service menu:

To install the sir Service Menu copy sir.desktop to ~/.kde/share/apps/konqueror/servicemenus/

#1.6 - Qt4
- Many improvements in image previewer
- Now the previewer can navigate through the images in the list, rotate, resize and save the images.

#1.5 - Qt4
- Memory bug fixed
- GUI bug fixed
- Files list view changed


#1.4 - Qt4
- Minor Bug fixes
- Auto-Completion added in some text fields
- German translation corrected (Thanks Michael Kruger)
- Slovak translation added (Thanks Jozef Riha)
- Options Dialog corrected (Thanks Michael Kruger)

#1.3 - Qt4
- Delete key deletes selected images from list
- Menu bar added
- User can configure default values in main window
- Some bug fixes

#1.2 - Qt4
- Qt4 version of SIR
- Support for smooth resizing
- Complete width and height when preview dialog is closed