Yury Delendik
|
ab2cf877e8
|
Merge pull request #3038 from brendandahl/lab-cs
Fix lab colorspace decoding and rgb conversion.
|
2013-04-03 13:55:13 -07:00 |
|
Brendan Dahl
|
09b52d7663
|
Fix lab colorspace decoding and rgb conversion.
|
2013-04-03 10:36:09 -07:00 |
|
Yury Delendik
|
c48a689352
|
Speeds up the CMYK color conversion
|
2013-04-01 12:21:20 -05:00 |
|
Yury Delendik
|
931ce96be8
|
Merge pull request #2978 from brendandahl/color-maps
Create color maps for single component color spaces.
|
2013-03-27 05:29:45 -07:00 |
|
vyv03354
|
7ad3e46ca8
|
Correct a typo in DeviceRgbCS_getRgbBuffer
|
2013-03-24 17:51:24 +09:00 |
|
Brendan Dahl
|
fea4507c24
|
Create color maps for single component color spaces.
|
2013-03-20 17:59:28 -07:00 |
|
Ofir
|
549a35e67f
|
Make sure IE9 gets integers because grad.addColorStop fails with floats
|
2013-03-08 17:26:10 +02:00 |
|
Yury Delendik
|
5cf0d8fa80
|
Enforces maxlen for jshint
|
2013-02-02 16:49:19 -06:00 |
|
Jon Buckley
|
4918c6f848
|
Issue #2008 - Fix lint errors for src/colorspace.js
|
2013-01-31 19:12:44 -05:00 |
|
Yury Delendik
|
0dc137a0df
|
Refactors Lab CS; uses different conversion for D50 and D65; adds getRgbItem
|
2012-11-30 12:46:55 -06:00 |
|
Yury Delendik
|
0029b34d45
|
Refactors getRgb and makeCssRgb calls; reduces amount of created objects
|
2012-11-29 17:11:51 -06:00 |
|
Yury Delendik
|
13c430c6e1
|
Using CMYK SWOP colors
|
2012-10-17 10:57:51 -05:00 |
|
Yury Delendik
|
75e928c102
|
Merge pull request #2058 from Pimm/master
Small fixes for normal and potential post-compilation bugs
|
2012-09-20 11:36:55 -07:00 |
|
Brendan Dahl
|
332ae4ce41
|
Change to the Apache v2 license.
|
2012-08-31 15:48:21 -07:00 |
|
Pimm Hogeling
|
438e3c8f6d
|
Fixes for subtile bugs that were introduced in 59283bdf6d and 99440ab691 , among others.
|
2012-08-31 13:37:44 +02:00 |
|
Brendan Dahl
|
fd416d3788
|
Stop streams from being sent from worker for indexed color spaces.
|
2012-08-16 15:22:28 -07:00 |
|
Brendan Dahl
|
034583e1a1
|
Add new severity log info(). Change severity of some log messages. Trigger fallback on errors and warnings for extension.
|
2012-05-14 17:19:09 -07:00 |
|
Yury Delendik
|
cea388201d
|
Merge remote-tracking branch 'mozilla/master' into mergexref-1
Conflicts:
src/core.js
src/evaluator.js
src/obj.js
|
2012-04-05 10:03:49 -05:00 |
|
Kalervo Kujala
|
99440ab691
|
Refactor class method names.
Also move functionality to more logical place in canvas.js and jpx.js.
|
2012-04-04 23:43:26 +03:00 |
|
Brendan Dahl
|
8a45177be0
|
Make Dict handle all the fetching of Refs.
|
2012-04-04 11:43:04 -07:00 |
|
Kalervo Kujala
|
8e060bdbca
|
Use [] instead of new Array(...).
|
2012-03-22 15:15:27 +02:00 |
|
notmasteryet
|
1f0af7c476
|
Add 'Indexed' cs abbreviation
|
2012-03-17 17:35:04 -05:00 |
|
Artur Adib
|
00b7e7d255
|
isDefaultDecode(), as per reviewer comments
|
2012-02-06 16:10:15 -08:00 |
|
Artur Adib
|
0fc6c03956
|
Lab color space, closes #1133
|
2012-02-01 17:48:44 -05:00 |
|
Artur Adib
|
a39d487283
|
LabCS infra: args passed OK
|
2012-02-01 16:13:42 -05:00 |
|
Artur Adib
|
74ec7a4103
|
LabCS infra working
|
2012-02-01 16:04:12 -05:00 |
|
Andreas Gal
|
9650df5c10
|
fix style and add var declaration
|
2012-01-29 15:05:26 -08:00 |
|
Andreas Gal
|
28f82e3dd7
|
rewrite CMYK to RGB conversion
|
2012-01-29 11:09:33 -08:00 |
|
Brendan Dahl
|
74b66c0a7b
|
Fix bug, decoding was always getting called.
|
2011-12-18 17:17:35 -08:00 |
|
Brendan Dahl
|
9d042ce166
|
Use the general function for is default decode.
|
2011-12-14 08:47:35 -08:00 |
|
Brendan Dahl
|
ff1d804fd7
|
Move the default decode to logic to the colorspace.
|
2011-12-13 14:35:46 -08:00 |
|
Kalervo Kujala
|
1ef4c94de2
|
Name all constructors.
|
2011-12-09 00:18:43 +02:00 |
|
Brendan Dahl
|
74004b23bb
|
Add comments, fix default color.
|
2011-11-10 14:23:58 -08:00 |
|
Brendan Dahl
|
c198ec4323
|
Makes new alternate colorspace which handles separation and device.
|
2011-11-10 14:06:42 -08:00 |
|
Brendan Dahl
|
a12419c084
|
Initial devicen colorspace support.
|
2011-11-10 08:41:36 -08:00 |
|
Kalervo Kujala
|
cac9044161
|
Refactor colorspace.js and fix jslint warnings.
|
2011-11-05 22:13:16 +02:00 |
|
Kalervo Kujala
|
8f3448e9a8
|
Name anonymous functions in colorspace.js.
|
2011-10-30 13:44:10 +02:00 |
|
Kalervo Kujala
|
7e6a589074
|
Fix js strict warning in worker.js.
Also fix a few minor nits.
|
2011-10-27 21:51:10 +03:00 |
|
Artur Adib
|
e71b6188c6
|
'use strict' everywhere
|
2011-10-25 18:18:22 -07:00 |
|
Artur Adib
|
a7278b7fbc
|
Splitting files
|
2011-10-24 16:55:23 -07:00 |
|