Difference between revisions of "Colour Management Tests"

From CDOT Wiki
Jump to: navigation, search
(Project News)
(Project Details)
Line 23: Line 23:
  
 
0.1 Release
 
0.1 Release
Set of basic reftests that one can try.  
+
Isolated Failed test.
[http://zenit.senecac.on.ca/wiki/imgs/Pngsuite-colorprofiles_28Sept08.zip tests001]
+
[http://zenit.senecac.on.ca/wiki/imgs/Pngsuite-colorprofiles-failedtest.zip failedtests0.1]
  
 
'''TechNote001:'''
 
'''TechNote001:'''
Line 40: Line 40:
 
'''Technote003:'''
 
'''Technote003:'''
 
What are ways to embed colour profiles into images?
 
What are ways to embed colour profiles into images?
Photoshop does it.
+
Photoshop does it. Preview in Mac OSX does it which means
 +
you can use Automator to apply profiles on multiple images
  
 
'''Technote004:'''
 
'''Technote004:'''
Line 46: Line 47:
  
 
'''Technote005:'''
 
'''Technote005:'''
Tricky bit on rendering to get the firefox
 
rendering back as an image.
 
 
'''Technote006:'''
 
  
 
reftest can compare images now  
 
reftest can compare images now  
  
 
'''Technote007:''' Use URI scheme for reftest [http://en.wikipedia.org/wiki/Data:_URI_scheme DATA URI Scheme Wiki]  
 
'''Technote007:''' Use URI scheme for reftest [http://en.wikipedia.org/wiki/Data:_URI_scheme DATA URI Scheme Wiki]  
 
'''Techtool001:''' layout/tools/reftest/reftest-to-html.pl
 
  
 
'''Techtool002:'''<br /> [http://software.hixie.ch/utilities/cgi/data/data URI kitchen] [http://www.scalora.org/projects/uriencoder/ URI Encoder]
 
'''Techtool002:'''<br /> [http://software.hixie.ch/utilities/cgi/data/data URI kitchen] [http://www.scalora.org/projects/uriencoder/ URI Encoder]
  
simple to complex
+
simple to complex > back to simple
 
 
'''Testing GOAL001:'''
 
simple to complex.  <br />
 
For example <br />
 
(a) colors x000000 and xFFFFFF, <br />
 
(b) then do the primary colors, <br />
 
(c) then complimentary colors, <br />
 
(d) then get into things like alpha values <br />
 
(e) and color blending.  <br />
 
 
 
'''Focus 001'''<br />
 
focus on getting together<br />
 
various profiles and<br />
 
various images,<br />
 
creating tagged and<br />
 
untagged ones <br />
 
that should look the same,<br />
 
 
 
and then plugging those into the reftest framework. <br />
 
  
 
== Project News ==
 
== Project News ==

Revision as of 16:18, 11 October 2008

Colour Management Tests

Project Description

Write reftests to compare images. This includes dealing with things like Monitor Profiles, profiles in JPEG (i.e., JPEGs get changed based on colour profile info). See discussion of colour profiles in Firefox 3 here. It would be useful to be able to compare to PNGs with a reftest, perhaps creating an image diff tool, where pixels outside a floating point tolerance (> 0.n) would somehow be highlighted so you can see what is different. Done.

This will require some graphics and image knowledge (i.e., Photoshop, what colour is on a computer, etc).

Project Leader(s)

Ezadkiel Villarico Marbella Project Blog

Project Contributor(s)

Name(s) of people casually working on the project, or who have contributed significant help. Include links to personal pages within wiki

NOTE: only Project Leader(s) should add names here. You can’t add your own name to the Contributor list.

Project Details

REFTEST READ ME

0.1 Release Isolated Failed test. failedtests0.1

TechNote001: Reftest framework contains image rendering reftests in module/libpr0n/test/reftest inside the mozilla source.

Technote002: about:config and set gfx.color_management.mode to
‘0′ for no color management,
‘1′ for full color management, and
‘2′ (the default) for tagged(with ICC)-only correction

Technote003: What are ways to embed colour profiles into images? Photoshop does it. Preview in Mac OSX does it which means you can use Automator to apply profiles on multiple images

Technote004: Create Images with sRGB colour profile embedded.

Technote005:

reftest can compare images now

Technote007: Use URI scheme for reftest DATA URI Scheme Wiki

Techtool002:
URI kitchen URI Encoder

simple to complex > back to simple

Project News

- Sept 19/08

made some builds with --enabled-tests

learning how to make reftests.

reading over notes etc.

- Sept 20/08

made more updates to notes and project page.

- Sept 22/08

Got a response from an email...one step closer to putting these pieces together.

Got some Goals...and Focus.

- Sept 26/08

Been testing thing for the past few days...trying to get the tests right.

- Sept 28/08

I think I got the tests right. Profiles File:ICCProfiles28Sept08.zip

- Oct 3/08

Reading on colours LAB vs RGB vs CMYK

Has a conclusion on the ubuntu

Update the test updated tests