-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    LinuxDaily.com    Linux42.org    OpenSkillz.com    Open-PC.com   
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans (7) .- Knowledge Base  . 

SIR - Simple Image Resizer

   2.1  

KDE Graphic Tool

SIR - Simple Image Resizer
zoom


SIR - Simple Image Resizer
zoom


SIR - Simple Image Resizer
zoom


Homepage:  Link
Downloads:  9231
Submitted:  Feb 16 2006
Updated:  Apr 11 2010
Score: 
score85%85%score
 85% good
bad   good

Description:

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://sir.projet-libre.org/

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://sir.projet-libre.org/?page=install 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://sir.projet-libre.org/ :)




Changelog:

* Czech translation added (Thanks Pavel Fric).
* Corrected some possible memory leak.
* Now sir can check for updates.
* Now the user can the us that he/she installed sir.
* File menu now is called actions.
* Corrected some name inconsistencies.
* Translations Updates.
* Corrected the about dialog
* Windows Installer Released!




LicenseGPL
Source(Source tarball)
Slackware(Slackware package (Thanks http://www.slacky.it))
MS Windows(Sir windows installer)
Donate
Send to a friend
Subscribe
Other content from sachetto



goto page: prev   1  2  3  4  5 

-
.

 Glad to see sir is not dead

 
 by pipaceliny on: Oct 18 2009
 

Deb package in Your launchpad repository has no /usr/share/applications/sir.desktop and no /usr/share/pixmaps/sir.png icon.




Darek
Reply to this

-
.

 Re: Glad to see sir is not dead

 
 by sachetto on: Oct 18 2009
 

Hi, thank you for your report. I've corrected and uploaded new debian packages.

Best Regards,

Rafael Sachetto


Sir - Simple Image Resizer
http://rsachetto.googlepages.com

Reply to this

-
.

 Re: Re: Glad to see sir is not dead

 
 by pipaceliny on: Oct 19 2009
 

Hello Rafael

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 ;-)


Darek
Reply to this

-
.

 Re: Re: Re: Glad to see sir is not dead

 
 by sachetto on: Feb 10 2010
 

Done in the last Sir version. Thanks a lot!!


Sir - Simple Image Resizer
http://rsachetto.googlepages.com

Reply to this

-
.

 Wrong about version

 
 by gohanz on: Feb 21 2010
 

The about window report the 1.9.7 as a version!
Please fix also the Slackware 13.0 package url.

http://www.slacky.eu/aadm/pkgs/index.php?ver=13&pkg=712


Reply to this

-
.

 Wrong about version

 
 by gohanz on: Feb 21 2010
 

The about window report the 1.9.7 as a version!
Please fix also the Slackware 13.0 package url.

http://www.slacky.eu/aadm/pkgs/index.php?ver=13&pkg=712


Reply to this

-

 Re: Wrong about version

 
 by sachetto on: Feb 21 2010
 

Corrected both. Thanks a lot!!


Sir - Simple Image Resizer
http://rsachetto.googlepages.com

Reply to this

goto page: prev   1  2  3  4  5 

Add commentBack




-
-
all messages

openDesktop.org Facebook App





 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Facebook App
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2010 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team