Main > Free Download Search >

Free icc software for windows

icc

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 45
ICC Autoflow

ICC Autoflow


Complete color management more>> The only complete stand-alone color management application that accurately corrects bitmap and vector color (such as PANTONE? or custom spot color). ICC AutoFlow is the only software to color manage EPS, PostScript, and PDF element-by-element from applications such as Illustrator?, Freehand? and QuarkXPress? as well as TIFF, JPEG and PICT. Color management occurs transparently either across your network via hot folders or on the desktop delivering accurate color on the fly.<<less
Download (3.7M)
Added: 2008-11-01 License: Update Price: $1999.00
372 downloads
ICC World Cup 2007 Countdown 1.0

ICC World Cup 2007 Countdown 1.0


ICC Worldcup Cricket 2007 countdown timer displays the days and hours left until the next Cricket World Cup more>>
ICC Worldcup Cricket 2007 countdown timer displays the days and hours left until the next Cricket World Cup.
<<less
Download (19.1KB)
Added: 2007-02-16 License: Freeware Price:
1046 downloads
Serendipity ICCtool 1.2

Serendipity ICCtool 1.2


convert colours between colourspaces using ICC profiles more>> Simple tool that allows checking ICC colour conversions between different input and output colourspaces. Handles RGB, CMYK and Lab for input and output. Displays results in output colourspace as well as Lab. Supports measurement of colours using various spectrophotometers from Xrite and Gretag.
Uses the same CMS found in Serendipity BlackMagic and Megarip.
<<less
Download (6.6M)
Added: 2008-11-05 License: Freeware Price:
369 downloads
ICC Color Profiles for QuarkXPress 7 1.0

ICC Color Profiles for QuarkXPress 7 1.0


achieve more predictable & consistent color in your layouts more>> An ICC profile defines the range of colors that a particular device can reproduce. A profile might describe a particular make of four-color press, a particular type of color inkjet printer, or a particular monitor. You can use ICC profiles in conjunction with QuarkXPress 7 to achieve more predictable and consistent color in your layouts.<<less
Download (3.6M)
Added: 2008-11-06 License: Freeware Price:
389 downloads
SIPC 1.1.1

SIPC 1.1.1


An ICC colour profiler for scanners that uses the Argyll open source ICC compatible colour management system. more>>
An ICC colour profiler for scanners that uses the Argyll open source ICC compatible colour management system. SIPC (Scanner ICC Profile Creator) is an ICC colour profiler for scanners that uses the Argyll open source ICC compatible colour management system.
SIPC is an ICC colour profiler for digital scanners. ICC colour profiles are currently the best way of ensuring that you are preserving original colours in the digital image. If you want to know more about colour profiles have a look at ICC website. SIPC uses open source ICC compatible colour management system - Argyll.
This is a freeware application to create colour ICC profiles for scanners using popular IT 8.7 (ISO 12641) targets. Kodak, Agfa and others manufacture IT8 targets.
Inexpensive IT8 targets for reflective and transparency work can be purchased from the web.. Every target comes with its own reference text file, used by software to calculate the profile.
SIPC is work in progress and NOT extensively tested. Hopefully, it will change soon but at the moment I advise you to test it thoroughly yourself before using it for any critical work.
<<less
Download (3.21MB)
Added: 2007-09-19 License: Freeware Price:
474 downloads
 
Other version of SIPC
SIPC 0.9.2.1Andrew Stawowczyk Long - SIPC is an ICC colour profiler for scanners that uses the Argyll open source ICC compatible colour management system. SIPC. SIPC (Scanner ICC Profile Creator
License:Freeware
Download (2.77MB)
531 downloads
Added: 2007-05-31
Live Cricket 0.8 beta

Live Cricket 0.8 beta


Live Cricket is a professional and smart desktop gadget which will update you about the live ball-by-ball score of a Live Match (which is currently going on) while you were working on computer. more>>

Live Cricket 0.8 beta is a professional and smart desktop gadget which will update you about the live ball-by-ball score of a Live Match (which is currently going on) while you were working on computer. It will cover all the matches whether it is One Day Match, T20 Match or Test Match or ICC, IPL, ICL or any other international match.

It's ScoreTicker also flashes on special events like: Four, Six, Wide, NoBall, Out or runs taken which is also totally customized so you can set when it should flash on an event and how frequently it should update the ScoreTicker and Scorecard. There is a interesting feature that you can drag the ScoreTicker to move it up and down on the screen.

There is also a detailed scorecard for both the teams which will display a detailed summary of both Batting side and the Bowling side for both the innings. In the Batting side you can view the batsman name, it's current status, runs scored, balls faced, run rate and more along with the details of upcoming batsman(s). In the Bowling side you can view the current Bowler name, it's overs, runs scored in his overs, wickets, wides, no-balls, strike rate etc. along with the stats of other bowlers.

Enhancements: Version 0.8 is now Windows Vista compatible and contains a lot of bug fixes.

<<less
Download (3.3MB)
Added: 2009-07-29 License: Freeware Price: $0.00
downloads
iText 5.0.0

iText 5.0.0


iText is created to be a handy and innovative library that allows you to generate PDF files on the fly. more>>

iText 5.0.0 is created to be a handy and innovative library that allows you to generate PDF files on the fly. iText is an ideal library for developers looking to enhance web- and other applications with dynamic PDF document generation and/or manipulation. iText is not an end-user tool. Typically you won't use it on your Desktop as you would use Acrobat or any other PDF application. Rather, you'll build iText into your own applications so that you can automate the PDF creation and manipulation process. For instance in one or more of the following situations:

  • Due to time or size, the PDF documents can't be produced manually.
  • The content of the document must be calculated or based on user input.
  • The content needs to be customized or personalized.
  • The PDF content needs to be served in a web environment.
  • Documents are to be created in "batch process" mode.

Major Features:

  1. Serve PDF to a browser
  2. Generate dynamic documents from XML files or databases
  3. Use PDF's many interactive features
  4. Add bookmarks, page numbers, watermarks, etc.
  5. Split, concatenate, and manipulate PDF pages
  6. Automate filling out of PDF forms
  7. Add digital signatures to a PDF file
  8. And much more...

Enhancements:

  • Changes made by Paulo Soares
    • PdfName: some new constant names.
    • Bugfix: TSA attribute may exist but be empty.
    • Bugfix: SkipLastFooter = true gave a ArgumentOutOfRangeException
    • Encryption: Removed the CRLs that were being added in the wrong place.
    • JPG images: fix for invalid icc profile segments.
    • PNG images: removed the image size limit.
  • Changes made by Kevin Day
    • Text extraction: fix for 2817030 (y-axis not adjusted properly for leading by T* operator)
    • Fix for 2817927 (CMap not handling high order bits on addMapping). Also changed high order bit mask to use x & 0xff instead of (x+256)%256 (that shouldn't change anything functionally, but is easier to read)
    • PdfContentStreamProcessor: refactoring to allow different text extraction implementations.
    • Text extraction: added ability to get content byte from non-stream objects (thanks to Ken Dobson for ideas on how to do this from submitted unit test)
  • Changes made by Mark Storer
    • Generate appearances for multi-select lists, from TextField or AcroFields.setListSelection().
  • Changes made by Xavier Le Vourch
    • Code cleanup.
  • Changes made by Bruno
    • Changed the license from MPL/LGPL to AGPL
    • Changed the package names from com.lowagie to com.itextpdf
    • Removed the toolbox and RTF
    • iText.jar is now compiled with Java 5
    • XfaForm: extra method that makes it easier to replace the data in an XFA form.
    • XfaForm: switching s.equals("") with "".equals(s) to avoid possible NullPointerExceptions.
    • AcroFields: extra method to remove the XFA stream.

Requirements:

  • The Java Development Kit (JDK) 1.5 (or any later version) from Sun Microsystems Incorporated.
  • The BouncyCastle: bcprov, bcmail, and bctsp
<<less
Download (1MB)
Added: 2009-12-07 License: Mozilla Public License Price: FREE
downloads
Serendipity Blackmagic 3.2

Serendipity Blackmagic 3.2


Serendipity Blackmagic - instantly create contract quality proofs from any RIP on any printer with no changes to your workflow more>>
Serendipity Blackmagic - instantly create contract quality proofs from any RIP on any printer with no changes to your workflow Serendipity Blackmagic will make proofs from ripped files. Place Serendipity Blackmagic on your network and instantly create contract quality proofs from any RIP on any printer with no changes to your workflow.
Serendipity Blackmagic version 3 includes completely new features as well as improvements on old features. The features which created the most excitement at recent trade shows are described below.
The FlipBook application provides a convenient way of viewing publications. Select FlipBooks "View 3D" option and you can literally flip through the publication. The publication can then be exported as PDF or QuickTime movie. The SoftProof application has a virtual loupe which displays the job at 100% wherever it is positioned. Use the MonitorCalibrator and any supported spectrophotometer to calibrate your monitor and create monitor ICC profiles which can be used in Blackmagic for dramatically improved colour accuracy.
Use any double-sided Postscript[tm] or PCL5 compatible printer to create full-colour or black-and-white "dummies" of your books. An intuitive user interface lets you select the jobs you wish to deimpose, assign a deimpostion signature to each and then let Serendipity Blackmagic do the rest for you. No folding and no cutting required.
Especially useful for high-volume production and quick turn-around sites, the new clustering feature will let you use more than one computer to process jobs. A master machine will determine how jobs are distributed across a cluster of networked Serendipity Blackmagic slaves so you never miss your deadlines again.
Real life inks often have characteristics which are difficult to simulate digitally. The new Plate Paint Modes are a step towards more realistic simulation. A plate can be assigned any one of these paint modes:
Overprint, traditional mixing of channels
Knockout, all channels of the top plate dominate those of the plates bellow it
Primer, white ink simulation
Opaque, variable opacity to simulate metallic or other special inks
<<less
Download (2.07MB)
Added: 2006-05-04 License: Freeware Price:
1282 downloads
FastPictureViewer (32-Bit) 1.0.114

FastPictureViewer (32-Bit) 1.0.114


FastPictureViewer is considered as a convenient as well as effective tool that is designed to help you speed up the workflow of professional photographers and provides full color management. more>>

FastPictureViewer (32-Bit) 1.0.114 is considered as a convenient as well as effective tool that is designed to help you speed up the workflow of professional photographers and provides full color management including support for custom profiled monitors, rating functions compliant with windows Vista and Adobe XMP standards, instant RGB histogram and EXIF windows, instant magnifier, image preloading/caching and optional Direct3D acceleration for ultimate viewing speed on modern computers.

Major Features:

  1. Pro Photographers
    • Full ICC Color Management
    • MTP/PTP Tethered Shooting
    • Adobe XMP Rating
    • Histogram and EXIF Info
    • Color-Managed Raw Preview
    • Instant Zoom & Pan
    • Sort on Date or GPS Time
    • Watched Hot Folder Mode
  2. Imaging Professionals
    • Unmatched Speed (32/64-bit)
    • Browse 100,000's
    • Large Images Support
    • Saved Bookmarks
    • Multipage TIFF/MTIFF/DjVU
    • Custom ICC Monitor Profiles
    • One Key Accept/Reject/Copy
    • Deep Subfolder Browsing
  3. Photo Enthusiasts
    • Ease of Use
    • User-Interface Simplicity
    • Copy/Move/Delete Images
    • Simple Slideshow Function
    • Browse From Camera's Card
    • Modest Requirements
    • Plug'n'Play Automation
    • Free Updates

Enhancements: Includes Minor update for Nikon D3s ultra-high-ISO display.

Requirements:

  • Windows 7 (all editions).
  • Windows 7 64-bit (all editions).
  • Windows Server 2008 R2 64-bit (all editions).
  • Windows Vista SP1/SP2/Platform Update (all editions).
  • Windows Vista SP1/SP2/Platform Update 64-bit (all editions).
  • Windows Server 2008 SP2, 32 and 64 bit (all editions).
  • Windows Server 2003 SP2, with some performance and functionality restrictions, requires WIC.
  • Windows XP SP3, with some performance and functionality restrictions.
  • Windows XP SP2, with some performance and functionality restrictions, requires Windows Imaging Component.
  • Full support for Intel Core 2 Duo, Intel Core2 Quad and Intel Core i7 processors, in 32 or 64-bit modes.
  • Fast hard disk subsystem recommended.
  • 24-bit per pixel (16 million colors) or 32-bit per pixel display mode recommended.
  • Modern and graphic adapter recommended for the optional DirectX/Direct3D GPU acceleration support.
  • The 64-bit version of FastPictureViewer Professional requires 64-bit raw codecs.

<<less
Download (4.2MB)
Added: 2009-10-25 License: Freeware Price: Notavailable
downloads
 
Other version of FastPictureViewer
FastPictureViewer (32-Bit) 1.0.111Full ICC Color Management. MTP/PTP Tethered Shooting. Adobe XMP Rating. Histogram and EXIF Info. Color-Managed Raw Preview. Instant Zoom & Pan. Sort on Date or GPS Time. Watched Hot Folder Mode. Imaging
Price: Notavailable
License:Freeware
Download (2MB)
downloads
Added: 2009-10-06
FastPictureViewer (32-Bit) 1.0.107Full ICC Color Management. Tethered Shooting. Adobe XMP Rating. Histogram and EXIF Info. Color-Managed Raw Preview. Instant Zoom & Pan. Sort on Date or GPS Time. Watched Hot Folder Mode. Imaging Professionals
Price: Notavailable
License:Freeware
Download (2MB)
downloads
Added: 2009-09-06
FastPictureViewer (32-Bit) 1.0.106Full ICC Color Management. Tethered Shooting. Adobe XMP Rating. Histogram and EXIF Info. Color-Managed Raw Preview. Instant Zoom & Pan. Sort on Date or GPS Time. Watched Hot Folder Mode. Unmatched Speed
Price: Notavailable
License:Freeware
Download (2MB)
downloads
Added: 2009-08-17
Price: Notavailable
License:Freeware
Download (1.9MB)
downloads
Added: 2009-08-12
Price: $0.00
License:Freeware
Download (2MB)
downloads
Added: 2009-08-09
FastPictureViewer (32-Bit) 1.0.103Custom ICC Monitor Profiles. One Key Accept/Reject/Copy. Deep Subfolder Browsing. Ease of Use. User-Interface Simplicity. Copy/Move/Delete Images. Simple Slideshow Function. Browse From Camera
Price: $0.00
License:Freeware
Download (2MB)
130 downloads
Added: 2009-07-21
FastPictureViewer 1.0.68.0Fix a rare incompatibility with some ICC profiles and a potential crash after deleting images. Version 1.0.48.0. Optionally sort images by file creation date, performance enhancements. Version
License:Free
Download (1.6Mb)
112 downloads
Added: 2009-01-10
FastPictureViewer 1.0.49.0System Requirements: Fix a rare incompatibility with some ICC profiles and a potential crash after deleting images
Price: $0
License:Freeware
Download (1.48MB)
388 downloads
Added: 2008-09-30
The GIMP 2.3

The GIMP 2.3


GNU Image Manipulation Program is a freeware for photo retouching more>> GIMP (GNU Image Manipulation Program) is a freely distributed piece of software suitable for such tasks as photo retouching, image composition, and image authoring. It is a powerful piece of software with capabilities not found in any other free software product. It can be used as a simple paint program, an expert-quality photo-retouching program, an online batch-processing system, a mass production image renderer, or an image-format converter. GIMP is modular, expandable, and extensible. It is designed to be augmented with plug-ins and extensions to do just about anything. The advanced scripting interface allows everything from the simplest task to the most complex image-manipulation procedures to be easily scripted.
Support long layer names in PSD files
-Improved EXIF handling in the JPEG file plug-in
-Added control for the playback speed in the Animation Playback plug-in
-Avoid needless image preview invalidation
-Allow to edit the image comment in the Image Properties dialog
-Further improved rectangle tools
-Made JPEG save parameters user-configurable
-Avoid color conversions between identical ICC color profiles
-Improved Print plug-in
-Improved loading and saving of indexed TGA images
-Bug fixes and code cleanup
<<less
Download (14.4MB)
Added: 2008-02-27 License: Freeware Price: Free
100457 downloads
ExifTool 7.41

ExifTool 7.41


ExifTool is a platform-independent Perl library plus a command-line application. more>> ExifTool is a platform-independent Perl library plus a command-line application for reading, writing and editing meta information in image, audio and video files. ExifTool supports many different types of metadata including EXIF, GPS, IPTC, XMP, JFIF, GeoTIFF, ICC Profile, Photoshop IRB, FlashPix, AFCP and ID3, as well as the maker notes of many digital cameras by Canon, Casio, FujiFilm, HP, JVC/Victor, Kodak, Leaf, Minolta/Konica-Minolta, Nikon, Olympus/Epson, Panasonic/Leica, Pentax/Asahi, Ricoh, Sanyo, Sigma/Foveon and Sony.
Features ^
* Powerful, fast, flexible and customizable
* Supports a large number of different file formats
* Reads EXIF, GPS, IPTC, XMP, JFIF, MakerNotes, GeoTIFF, ICC Profile, Photoshop IRB, FlashPix, AFCP, ID3 and more...
* Writes EXIF, GPS, IPTC, XMP, JFIF, MakerNotes, ICC Profile, Photoshop IRB, AFCP and more...
* Reads and writes maker notes of many digital cameras
* Decodes a riddle wrapped in a mystery inside an enigma
* Shifts date/time values to fix timestamps in images
* Renames files and organizes in directories (by date or by any other meta information)
* Extracts thumbnail images, preview images, and large JPEG images from RAW files
* Copies meta information between files (even different-format files)
* Deletes meta information individually, in groups, or altogether
* Sets the file modification date from EXIF information
* Supports alternate languages in XMP and MIE information
* Processes entire directory trees
* Creates text output file for each image file
* Automatically backs up original image when writing
* Organizes output into groups
* Conditionally processes files based on value of any meta information
* Ability to add user-defined tags
* Recognizes thousands of different tags
* Tested with images from thousands of different camera models
* Advanced verbose and HTML-based hex dump outputs
<<less
Download (1.9MB)
Added: 2008-09-04 License: Freeware Price: Free
375 downloads
 
Other version of ExifTool
ExifTool 7.34of metadata including EXIF, GPS, IPTC, XMP, JFIF, GeoTIFF, ICC Profile, Photoshop IRB, FlashPix, AFCP and ID3, as well as the maker notes of many digital cameras by Canon, Casio, FujiFilm, HP, JVC
Price: FREE
License:Freeware
Download (1.9MB)
451 downloads
Added: 2008-10-02
License:Freeware
Download (1.84MB)
697 downloads
Added: 2008-01-22
Scribus 1.3.4 Beta

Scribus 1.3.4 Beta


A useful, free and reliable open source page layout program (DTP) more>> A useful, free and reliable open source page layout program (DTP)

Scribus is a useful, free and reliable open source page layout program (DTP) with the aim of producing conformant commercial grade output in PDF and Postscript., along with extensive support for graphical PDF form and PDF presentations.
While the goals of the program are ease of use and simple easy to understand tools, Scribus offers support for professional publishing features, such as CMYK colors, easy PDF creation and Encapsulated Postscript import/export. Other professional features include full ICC color management, spot colors and creation of color separations.
Scribus is used around the world for newspaper production, book publishing and a wide variety of page layout tasks.
First, Scribus was developed first and foremost on Linux and Unix machines, so sometimes the way things work are not always the windows way, but a more OS neutral way. Scribus also is natively ported to MacOSX and the behavior changes are mostly in the way the menus work. Second, a great deal of time and effort has been put into Scribus to generate very high quality commercial grade PDF. Provided you follow the recommended workflow in the documentation, you should have few issues with commercial printing.
System requirements:
- For Windows 2000 Only - The GDI+ library
- 256 Mb or more system memory - the more the better. 512Mb or more is strongly recommended for larger more complex documents.
- Pentium III or better - 750MHz or better
Recommended:
- XP Themes Disabled - Use the "Windows Classic" theme is very strongly recommended. There is a known issue with Custom Themes causing document loading problems. This is especially true with third party themes.

Enhancements:
- [Story Editor / Text Frames] Story editor mess up when inserting characters from menu or character palette (jghali) - resolved.
- [Import / Export] png export depends on the preview resolution (fschmid) - resolved.
- [Translation] Slovak Translation Update (scribus 133x) (jghali) - closed.
- [Translation] Japanese Translation Update (jghali) - closed.
- [Translation] Scribus 1.3.3.12 translated to Basque lang (jghali) - closed.
- [Scripter] New features added to InfoBox.py (jghali) - closed.
- [Translation] Japanese Translation Update (jghali) - closed.
- [PDF] No warning when disk full (jghali) - closed.
- [Translation] Thai translation update (plinnell) - closed.
- [Translation] Updated Slovenian translation for 1.3.3.x (cbradney) - closed.
- [Scripter] Add set-/getTextDistances() to Scripter API (jghali) - closed.
- [General] Strange view if "Simulate printer on Screen" is activated. (jghali) - closed.
- [Build System] Add in cmake-configure acript to 1.3.3.13svn and configure script to 1.3.5svn to hint to users to move to CMake (cbradney) - closed.
- [Translation] Spanish (Spain) Translation Update (cbradney) - closed.

<<less
Download (20.3MB)
Added: 2008-10-04 License: GPL Price: FREE
387 downloads
 
Other version of Scribus
Scribus 1.3.4Other professional features include full ICC color management, spot colors and creation of color separations. Scribus is used around the world for newspaper production, book publishing and
License:GPL
Download (23.4MB)
946 downloads
Added: 2007-05-29
Scribus 1.3.3.11publishing features, such as CMYK color, separations, ICC color management and versatile PDF creation. Enhancements: A bug fixing release
License:Freeware
Download (20.1MB)
2033 downloads
Added: 2008-06-05
Photoshop ignore EXIF color space plugin update

Photoshop ignore EXIF color space plugin update


When opening images from digital cameras, Adobe? Photoshop? 7.x reads the ICC color profile and EXIF metadata supplied by the camera to determine which color space it should use to interpret each more>> When opening images from digital cameras, Adobe? Photoshop? 7.x reads the ICC color profile and EXIF metadata supplied by the camera to determine which color space it should use to interpret each image. Certain digital cameras do not embed ICC profiles and always specify the sRGB color space in the EXIF data, even though they allow the photographer to use different spaces. As a result, Photoshop behaves as if each image is tagged with an sRGB ICC profile.

Running the utility called Ignore EXIF Color Space will instruct Photoshop 7.x to ignore the color space specified in EXIF metadata. In this mode, Photoshop 7.x will present a dialog box when opening images and will ask which profile it should assign to each image. Photoshop will continue to ignore the EXIF color space setting in files unless Respect EXIF Color Space is run to restore the normal behavior of Photoshop 7.x.

<<less
Download (15k)
Added: 2008-10-27 License: Update Price:
367 downloads
EasyBMPtoAVI Movie Creator 0.55

EasyBMPtoAVI Movie Creator 0.55


Converts a series of bitmap (BMP) images to an AVI movie file more>> Converts a series of bitmap (BMP) images to an AVI movie file

EasyBMPtoAVI is a cross-platform, easy-to-use program that converts a series of BMP images of any bit depth to an AVI file.
EasyBMPtoAVI supports both command-line and interactive use, and a GUI version is also planned.

Enhancements:
- Initial release. Supports writing a series of BMP image files (at any bit depth) to an AVI movie file
- Tested on g , Intels icc, mingw, Borland 5.0, and MS Visual Studio 2005.
- Big-endian (e.g., PowerPC) currently supported, but will be soon.
- Help function incomplete, but coming soon.

<<less
Download (135KB)
Added: 2008-10-02 License: Freeware Price: FREE
387 downloads
ColorLab 2.8.13

ColorLab 2.8.13


A free tool for converting and analyzing digital color in ICC-based environments more>> A free tool for converting and analyzing digital color in ICC-based environments

ColorLab was designed for internal testing, debugging and developing and is always a project in work. ColorLab is a useful color picking utility.
ColorLab contains many tools and functions to work with colorimetric and spectral measurement data.
For ProfileMaker owners more functionality is provided and automatically activated when ColorLab detects that a ProfileMaker dongle is attached to your computer. Yet more functions exist but are not available outside of our labs.
ColorLab is working on documents, which can be loaded, modified and saved. A document is a set of colors based on pixels (images) or color patches.
The list of supported image file formats includes JPEG and TIFF and perhaps more. Colorpatches are stored in ASCII text files that are used by ProfileMaker and similar applications to store and exchange color (measurement) data.

<<less
Download (5.2MB)
Added: 2008-09-30 License: Freeware Price: FREE
409 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 3
  • 1
  • 2
  • 3