
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
This new version is capable of use the dcraw software to convert and preview RAW image files.
SIR just needs dcraw to handle RAW images, if you don’t have dcraw sir will still working properly with regular image files.
If you want to install dcraw visit http://www.cybercom.net/~dcoffin/dcraw/ to instructions. To install in debian based systems just make: apt-get install dcraw.
Any bugs please report at http://code.google.com/p/sir/issues/list
I hope everybody like it :)
Thanks to Jérôme Launay SIR now has it own domain.
Sir has a brand new website: http://marek629.github.io/SIR/
A simple application for resizing images,inspired by GTPY - ImageResizer (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.
Visit http://marek629.github.io/SIR/#home for installation instructions.
The downloads are totally free, but if you like Sir, please send me a postcard of your city :)
To get my address send a email to rsachetto at gmail dot com
You can help me visiting Sir web site http://marek629.github.io/SIR/#home :)
6 years ago
* flip support in convert and preview dialogs
* full support of Exif.Image.Orientation field
* metadata dialog with view and edit features for same Exif metadata fields
* documentation in Doxygen for non private members (private members will be documented latter)
* conversion options in convert dialog is shown in tabs now
* target file size in convert dialog can be set in pixels, percent and Ki-/Mi- bytes now
* new options dialog with categories panel on the left
* suffix file name support
6 years ago
* flip support in convert and preview dialogs
* full support of Exif.Image.Orientation field
* metadata dialog with view and edit features for same Exif metadata fields
* documentation in Doxygen for non private members (private members will be documented latter)
* conversion options in convert dialog is shown in tabs now
* target file size in convert dialog can be set in pixels, percent and Ki-/Mi- bytes now
* new options dialog with categories panel on the left
* suffix file name support
BlueBoy
10 years ago
http://files.myopera.com/Anaximandar/Mandriva_2010_1/sir-2.1-1mdva2010.1.i586.rpm
Report
undefined
10 years ago
See http://code.google.com/p/sir/issues/detail?id=2
Report
BorgQueen
10 years ago
I'm concerned by the "last release", does that mean you are dropping the project?
Sad to think this is the last release if you are.
Report
gohanz
11 years ago
Please fix also the Slackware 13.0 package url.
http://www.slacky.eu/aadm/pkgs/index.php?ver=13&pkg=712
Report
sachetto
11 years ago
Report
gohanz
11 years ago
Please fix also the Slackware 13.0 package url.
http://www.slacky.eu/aadm/pkgs/index.php?ver=13&pkg=712
Report
pipaceliny
11 years ago
Report
sachetto
11 years ago
Best Regards,
Rafael Sachetto
Report
pipaceliny
11 years ago
1.Your sir.desktop in sir sources is service menu file but not an application shortcut. So please change in sources to look like mine /usr/share/aplications/sir.desktop:
[Desktop Entry]
Name=Sir
GenericName=Simple Image Resizer
Exec=sir
Comment=Qt4 Image Resizer
Icon=/usr/share/pixmaps/sir.png
Terminal=0
Type=Application
Categories=Graphics;
Correct the icon name if needed in both service and shortcut files.
2.Your sir.desktop is a service menu but it is broken. When I put it in my KDE4 /usr/share/kde4/services/ServiceMenus it is not visible. I fixed it changing your sir.desktop to look like this:
[Desktop Entry]
Version=1.0
Encoding=UTF-8
Type=Service
ServiceTypes=KonqPopupMenu/Plugin,image/*
Actions=openWithSir
Name=openWithSir
Icon=/usr/share/pixmaps/sir.png
X-KDE-Priority=TopLevel
[Desktop Action openWithSir]
Name=Open with SIR
Name[pl]=Zmień rozmiar obrazka z SIR
Exec=sir %U
Icon=/usr/share/pixmaps/sir.png
3.So it looks like it has to be 2 files sir.desktop in sir sources first for service menu and second for application shortcut or change the name for service menu f.e. sir-service.desktop.
4.Your debian package in Your launchpad repository has no service menu entry as /usr/share/kde4/services/ServiceMenus/sir.desktop(sir-service.desktop) and /usr/share/applications/sir.desktop is a service menu entry not an application shortcut. Please fix it, because sir is not present in KDE4 menu and it's service menu is broken.
Thanks for developing sir. It is very usefull and I like it much since qt3 version ;-)
Report
sachetto
11 years ago
Report
jerik
11 years ago
Report
geoflavio
12 years ago
Report
sachetto
12 years ago
Report
yannikschier
13 years ago
good job!
yannik
Report
linux3114a
13 years ago
-----------------------
joins the log
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtGui -I/usr/include -I.moc -I.ui -o .obj/moc_convertthread.o .moc/moc_convertthread.cpp
/usr/bin/moc -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtGui -I/usr/include -I.moc -I.ui aboutdialog.h -o .moc/moc_aboutdialog.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtGui -I/usr/include -I.moc -I.ui -o .obj/moc_aboutdialog.o .moc/moc_aboutdialog.cpp
/usr/bin/rcc -name application application.qrc -o qrc_application.cpp
RCC: Error: Cannot find file 'images/exit.png'
make: *** [qrc_application.cpp] Erreur 1
raoul@linux3114a:~/work/sir-1.9.2-qt4>
Report
sachetto
13 years ago
Report
chandraiitk
13 years ago
Report
chandraiitk
13 years ago
Thanks!
Report
sac
13 years ago
Specifically:
* Convert All / Convert Selected should just become Convert. A select all button (or availability in right click menu) should be present as well as the normal shift and control keys to select multiple objects.
* Remove All and Remove Selected should be changed to just Remove or Remove File for the same reason as above.
* Maintain Aspect Ratio should be underneath width and height.
* Add Dir should be removed and you should have the ability to add a directory by using the Add File box. All other programs seem to have this, is there something in QT4 that makes this impossible?
Just these simple steps will provide a much cleaner interface and make it much easier to use without losing any features.
Thanks!
Report
linux3114a
13 years ago
at
http://home.scarlet.be/raoul.linux/rpm/sir.html
Report
MetaMorfoziS
13 years ago
Report
xep
13 years ago
simple and usefull.
i like.
I have sent you new translation for ru_RU locale into the rsachetto@gmail.com
and add language/locale select in configdialog please
Report
daller
13 years ago
I'm trying to install SIR, but this is how far I get:
kunde@kunde-desktop:~/sir-1.9.1-qt4/sir-1.9.1-qt4$ ./qmake sir.pro
bash: ./qmake: No such file or directory
And I have build-essential and qt3-dev-tools installed!
Report
sachetto
13 years ago
To install sir-1.9 you will need libqt4-dev and qt4-dev-tools.
And the command to generate the makefile is only qmake-qt4 (or qmake) and not ./qmake.
Regards,
Rafael Sachetto
Report
cewanf
13 years ago
Report