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.

On Windows and Mac, tintii is best used as a plugin to Adobe
Photoshop or Corel Paint Shop Pro, as this gives the best control
over the effect. On these platforms, the standalone app is provided
with a 21 day free trial period. To continue to use the standalone
app after this trial period, or to use the plugin at any time,
register at www.indii.org/software/tintii/register. Mac users may
also purchase the standalone app (but not the plugin) via the Mac
App Store.

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


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

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.

The tintii umbrella icon is provided courtesy of Roger Williamson,
www.riwdesign.com.

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


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

tintii requires:

  * 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 -g"
make
make install

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


Version history
------------------------------------------------------------------------
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

