Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > media > contrib-backports > by-pkgid > 5aae2a696d62097447843087b2f4e1d2 > files > 4

tintii-2.6.0-1mdv2010.2.i586.rpm

indii.org / Tintii
------------------------------------------------------------------------

Tintii is a utility for selective colour, saturation and hue shift
photo adjustments. Its unique ability is to automatically detect the
major colours in a photo to allow colour-specific changes. This makes
adjustments quick, easy, and more precise than other means.

Tintii is available as a standalone app for Windows, Mac, Linux and
other Unix-like OS. It is also available as a plugin to Adobe
Photoshop, Photoshop Elements and Corel Paint Shop Pro.

For further information, tips and documentation, see the website at
www.indii.org/tintii.


Acknowledgements
------------------------------------------------------------------------

The application icon was designed by Creative Freedom,
http://www.creativefreedom.co.uk.

The program uses icons from the Gnome 2.18 Icon Theme by AMAZIGH Aneglus,
http://art.gnome.org/themes/icon?page=2. They are distributed by the author
under the GNU General Public License Version 2.0. You should have received a
copy of the GNU General Public License along with this program, in the
LICENSE.txt file; if not, write to the Free Software Foundation, Inc., 51
Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

On Linux, wxWidgets 2.8 back-support was restored courtesy of a patch from
Gonzalo Huerta-Canepa, http://gonzalo.huerta.cl.


Requirements
------------------------------------------------------------------------

  * wxWidgets v2.8 or later <http://www.wxwidgets.org/>
  * Boost.uBLAS and Boost.Random <http://www.boost.org/>

These are commonly installed with Linux distributions or readily
available through package managers. You may need to install both boost
and boost-devel packages, and wxGTK and wxGTK-devel, packages in order
to compile.


Installation
------------------------------------------------------------------------

To compile and install the program use:

./configure --disable-assert CXXFLAGS="-O3 -g3"
make
make install

The given configure options are highly recommended to ensure smooth
performance of the user interface.


Version history
------------------------------------------------------------------------
v2.6.0
* New application icon.
* Centred image in preview pane and added textured background.
* Changed lightness sliders to apply multiplicative rather than
  additive adjustments.
* Added info bar for help messages.
* Separated file types in open and save dialogs.
* Sandboxed Mac App Store app.
* Fixed crashes in 32-bit Photoshop on Mac.

v2.5.3
* Tidied help system titles and toolbar.
* Mac OS X 10.7 (Lion) support.
* Code signed installers and executables on Windows.
* Replaced Scons build system with GNU Autotools on Linux.
* Restored wxWidgets 2.8 support on Linux (patch courtesty of
  Gonzalo Huerta-Canepa, gonzalo.huerta.cl).

v2.5.2
* Ported 2.5.0 and 2.5.1 updates from Mac to Windows and Linux.
* Added toolbar icon to bring up Windows menu in Photoshop plugin.
* Included 64-bit versions of standalone app on both Windows and
  Mac for first time.

v2.5.1
* Fixed crash when opening file of unsupported type.
* Changed scroll wheel to pan image rather than zoom, horizontal motion
  support added.
* Removed redundant Preferences menu item on Mac.

v2.5.0
* Added File > Open Recent submenu.
* Added Window menu, permitting panes to be turned on/off and default layout
  to be restored.
* Removed preprocessing pane from default layout (but accessible through new
  Window menu).
* Recalibrated saturation and lightness sliders for greater sensitivity.
* Fixed menu keyboard shortcuts on Mac.
* Minor interface tidy on Mac.

v2.4.0
* Hue, saturation and lightness sliders added to thumbs pane.
* Add/remove one thumb buttons added to thumbs pane.
* Hardness slider added to postprocessing pane.
* Online help added.
* Hue decay and edge sliders removed from postprocessing pane.
* Updated look of interface.
* Arrangement of panes now saved between sessions.

v2.3.0
* 64-bit compatibility on Windows and Mac.
* Photoshop CS5 support on Windows and Mac.
* New icon (courtesy of Roger Williamson, www.riwdesign.com).
* Performance improvements.
* Removed support for Mac OXS 10.4 (Tiger).

v2.2.3
* Fixed hue edge bug.
* Removed use of fast math on Mac, seemed to be causing problems on some
  platforms.
* 64-bit version for Windows.

v2.2.2
* Added "click and drag" scrolling to preview image.
* Added "thumb tracking" to sliders -- preview image updates live as
  sliders move.
* More performance improvements.
* Restored OpenMP support on Windows, adding Microsoft Visual C++ 2008
  Redistributable Package to installer.
* Reduced flicker problems on Windows.

v2.2.1
* Removed OpenMP support on Windows due to DLL dependency.

v2.2.0
* Channel mixer pane for greyscale adjustments.
* Tweaked interface for space efficiency.
* Multi-core support with OpenMP.
* Mac support (using wxMac).

v2.1.0
* No changes to Linux version.

v2.0.1
* Added "All Files (*)" option to save and open dialogs.

v2.0.0
* Renamed to "tintii".
* New interface.
* New "Max pixels" and "Saturation decay" pre-processing options.
* New "Saturation decay" and "Hue decay" post-processing options.
* Much improved runtime performance.

v1.0.1
* Added scrollbar to mixer frame.
* Changed "Clusters" and "Passes" on options page of wizard to "Colour groups"
  and "Quality".
* Updated README.txt file requirements and tips.

v1.0.0
* First release