Summary:
ColorManagement is a Xojo Plugin to manage ICC Color profiles on RawBitmap classes.
Remarks:
To install ColorManagement plugin you have to create a folder called Plugins in the same folder as your Xojo application is located in and drop the ColorManagement and the TypeLib into it.
Note for the Example project then you will need also Einhugur Graphics formats plugin to load a image with Color profile.
Agreement:
This product is a commercial software, only registered users are allowed to use it.
Einhugur Software will disable all serial numbers found on Internet and all serial numbers of decoded plugins that have illegally been posted on Internet.
Einhugur Software and the author, are in no way responsible for the bugs that might be found in this product. However, Einhugur Software will do its best to fix the bugs. This software is provided by Einhugur software 'as is' without any express or implied warranties, including, but not limited to, the implied warranties of merchantability and fitness for particular purpose. In no event shall Einhugur Software or its developers be liable for any direct, indirect, incidental, special, exemplary or consequential damages (Including, but not limited to, procurement of substitute goods or services; loss of use, data or profits; or business interruption) however caused any on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage.
Officially we only support versions noted above and up to current official (not alpha or beta versions) version of Xojo at the date of when this plugin is published. We cannot predict what changes might come in future versions of Xojo.
Since this product heavily depends on and uses 3rd party product under the hood then we may or may not be able to have answer or solutions to everything that users might ask us.
The Einhugur ColorManagement Plugin for Xojo partially uses Little CMS which is free Software that can be obtained free of charge:
// Little Color Management System
// Copyright (c) 1998-2016 Marti Maria Saguer
//
// 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.
//
//---------------------------------------------------------------------------------