p01
|
8cfd024e48
|
Optimized colorspace.js AlternateCS_getRgbBuffer
|
11 years ago |
p01
|
f70a072cde
|
Optimized CalGrayCS's convertToRgb
|
11 years ago |
p01
|
8f9bd33a57
|
PDFImage_resize: copy in place with alpha and ~5x speed up
|
11 years ago |
Jonas Jenwald
|
ead5653cdc
|
Add integer conversion to RGB colour values in convertToRgb in DeviceCmykCS (issue 4443)
|
11 years ago |
Tim van der Meij
|
10f80bda23
|
Fixes lint warning W004 in src/shared
|
11 years ago |
Jonas Jenwald
|
15a63e48bd
|
Add braces to single line statements in src/shared/colorspace.js
|
11 years ago |
Nicholas Nethercote
|
a2fe30ff38
|
Use RGB_24BPP form for all images lacking alpha data.
|
11 years ago |
Mathieu 'p01' Henri
|
e786649d2a
|
Skip the Math.sqrt for clamped values in convertToRgb
No need to compute the square root of clamped values.
Only the values in the range ]0,1[ need to be processed.
|
11 years ago |
Nicholas Nethercote
|
c4fab2f234
|
Share ColorSpace.getRgb() between all sub-classes.
|
11 years ago |
Nicholas Nethercote
|
0685214a77
|
Don't create the RGB buffer for images that don't need resizing.
|
11 years ago |
Nicholas Nethercote
|
c044652320
|
Remove unneeded srcOffset arguments from createRgbBuffer.
|
11 years ago |
Brendan Dahl
|
2228343f77
|
Only trigger warning bar on certain unsupported features.
|
11 years ago |
Kalervo Kujala
|
4c040dd955
|
calgray: fix getRgbBuffer problem
This fixes issue 3903.
|
11 years ago |
Kalervo Kujala
|
a5bf02573d
|
Implement initial CalGray support
Gamma and Whitepoint are supported in this patch for CalGray.
Blackpoint is not supported.
|
12 years ago |
Brendan Dahl
|
5ecce4996b
|
Split files into worker and main thread pieces.
|
12 years ago |
Brendan Dahl
|
55d6ede1da
|
Create only one instance of each device colorspace.
|
12 years ago |
Yury Delendik
|
3461d02d05
|
Enforces trailing spaces
|
12 years ago |
benbro
|
fc7c1fb6fd
|
Fix check for instanceof Uint8Array in IE9
Fix #2687 and #2617
|
12 years ago |
Brendan Dahl
|
09b52d7663
|
Fix lab colorspace decoding and rgb conversion.
|
12 years ago |
Yury Delendik
|
c48a689352
|
Speeds up the CMYK color conversion
|
12 years ago |
vyv03354
|
7ad3e46ca8
|
Correct a typo in DeviceRgbCS_getRgbBuffer
|
12 years ago |
Brendan Dahl
|
fea4507c24
|
Create color maps for single component color spaces.
|
12 years ago |
Ofir
|
549a35e67f
|
Make sure IE9 gets integers because grad.addColorStop fails with floats
|
12 years ago |
Yury Delendik
|
5cf0d8fa80
|
Enforces maxlen for jshint
|
12 years ago |
Jon Buckley
|
4918c6f848
|
Issue #2008 - Fix lint errors for src/colorspace.js
|
12 years ago |
Yury Delendik
|
0dc137a0df
|
Refactors Lab CS; uses different conversion for D50 and D65; adds getRgbItem
|
13 years ago |
Yury Delendik
|
0029b34d45
|
Refactors getRgb and makeCssRgb calls; reduces amount of created objects
|
13 years ago |
Yury Delendik
|
13c430c6e1
|
Using CMYK SWOP colors
|
13 years ago |
Brendan Dahl
|
332ae4ce41
|
Change to the Apache v2 license.
|
13 years ago |
Pimm Hogeling
|
438e3c8f6d
|
Fixes for subtile bugs that were introduced in 59283bdf6d and 99440ab691 , among others.
|
13 years ago |
Brendan Dahl
|
fd416d3788
|
Stop streams from being sent from worker for indexed color spaces.
|
13 years ago |
Brendan Dahl
|
034583e1a1
|
Add new severity log info(). Change severity of some log messages. Trigger fallback on errors and warnings for extension.
|
13 years ago |
Kalervo Kujala
|
99440ab691
|
Refactor class method names.
Also move functionality to more logical place in canvas.js and jpx.js.
|
13 years ago |
Brendan Dahl
|
8a45177be0
|
Make Dict handle all the fetching of Refs.
|
13 years ago |
Kalervo Kujala
|
8e060bdbca
|
Use [] instead of new Array(...).
|
13 years ago |
notmasteryet
|
1f0af7c476
|
Add 'Indexed' cs abbreviation
|
13 years ago |
Artur Adib
|
00b7e7d255
|
isDefaultDecode(), as per reviewer comments
|
13 years ago |
Artur Adib
|
0fc6c03956
|
Lab color space, closes #1133
|
13 years ago |
Artur Adib
|
a39d487283
|
LabCS infra: args passed OK
|
13 years ago |
Artur Adib
|
74ec7a4103
|
LabCS infra working
|
13 years ago |
Andreas Gal
|
9650df5c10
|
fix style and add var declaration
|
13 years ago |
Andreas Gal
|
28f82e3dd7
|
rewrite CMYK to RGB conversion
|
13 years ago |
Brendan Dahl
|
74b66c0a7b
|
Fix bug, decoding was always getting called.
|
14 years ago |
Brendan Dahl
|
9d042ce166
|
Use the general function for is default decode.
|
14 years ago |
Brendan Dahl
|
ff1d804fd7
|
Move the default decode to logic to the colorspace.
|
14 years ago |
Kalervo Kujala
|
1ef4c94de2
|
Name all constructors.
|
14 years ago |
Brendan Dahl
|
74004b23bb
|
Add comments, fix default color.
|
14 years ago |
Brendan Dahl
|
c198ec4323
|
Makes new alternate colorspace which handles separation and device.
|
14 years ago |
Brendan Dahl
|
a12419c084
|
Initial devicen colorspace support.
|
14 years ago |
Kalervo Kujala
|
cac9044161
|
Refactor colorspace.js and fix jslint warnings.
|
14 years ago |