/nautilus-image-manipulator

Resize and send images from Nautilus

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Resize and send images from Nautilus


nautilus-image-manipulator is a Nautilus extension that lets you resize
images and send them to friends and family, right from Nautilus.

Just right-click on any photo or group of photos, and an option will
appear that launches Nautilus Image Manipulator.

A set of default settings make it easy to quickly resize pictures. You
can also easily create your own profiles for later reuse.



You will need Python's Imaging module and (optionally) pyexiv2. On Debian
and derivatives, those packages can be installed with this command:
    sudo apt-get install python-imaging python-pyexiv2



It was originally highly inspirated by Nautilus Image Converter, but since
version 1.0 it has obtained a very different user interface.
    http://www.bitron.ch/software/nautilus-image-converter.php



Copyright:

    Copyright (C) 2010-2013 Emilien Klein

License:

    GNU General Public License version 3 or any later version.
    See the COPYING file.


Nautilus Image Manipulator contains code from the poster Python module. This
module can be found at http://atlee.ca/software/poster/ and is licensed
under the MIT license:

    Copyright (c) 2011 Chris AtLee

    Permission is hereby granted, free of charge, to any person obtaining a
    copy of this software and associated documentation files (the “Software”),
    to deal in the Software without restriction, including without limitation
    the rights to use, copy, modify, merge, publish, distribute, sublicense,
    and/or sell copies of the Software, and to permit persons to whom the
    Software is furnished to do so, subject to the following conditions:

    The above copyright notice and this permission notice shall be included
    in all copies or substantial portions of the Software.

    THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS
    OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
    THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
    OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
    ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
    OTHER DEALINGS IN THE SOFTWARE.