fkaelberer
|
2982de8f33
|
Use Stream instead of byte array access
|
2014-04-06 13:40:27 +02:00 |
|
fkaelberer
|
1ccc8a64b7
|
Read color info from JPX stream
Fix colors problem #4540 + minor cleanup
fix lint warnings
|
2014-04-05 18:02:58 +02:00 |
|
Tim van der Meij
|
284288f1d0
|
Making src/core/{image,obj,parser}.js adhere to the style guide
|
2014-03-20 20:28:22 +01:00 |
|
Brendan Dahl
|
57e896d29e
|
Merge pull request #4406 from nnethercote/fix-and-transfer-masks
Improve image mask handling again
|
2014-03-10 16:26:22 -07:00 |
|
Brendan Dahl
|
72a9c7810b
|
Merge pull request #4246 from pnml/hiresmask
Support for the image mask in higher resolution than the image itself
|
2014-03-10 10:34:49 -07:00 |
|
Nicholas Nethercote
|
00c1cff405
|
Transfer image masks when when possible, instead of copying.
|
2014-03-08 04:25:00 -08:00 |
|
Nicholas Nethercote
|
cb5bb0cec7
|
Fix mask handling when some bytes are missing.
|
2014-03-06 21:11:21 -08:00 |
|
Basil A. Zabairatsky
|
555d33ffc7
|
Support for the image mask in higher resolution than the image itself
|
2014-03-07 02:16:39 +06:00 |
|
Yury Delendik
|
ff5ccdeb07
|
Merge pull request #4383 from nnethercote/more-rgb24
Use RGB_24BPP form for all images lacking alpha data.
|
2014-03-05 07:03:16 -06:00 |
|
fkaelberer
|
eef5ed5c11
|
Optimizations for 1bpc images
|
2014-03-05 09:42:16 +01:00 |
|
Nicholas Nethercote
|
a2fe30ff38
|
Use RGB_24BPP form for all images lacking alpha data.
|
2014-03-03 20:58:35 -08:00 |
|
Nicholas Nethercote
|
f30babde58
|
Transfer GRAYSCALE_1BPP and RGB_24BPP arrays when possible.
|
2014-03-03 18:17:17 -08:00 |
|
Yury Delendik
|
9a918572dd
|
Merge pull request #4336 from nnethercote/rgb24
Special-case 24-bit RGB image-handling
|
2014-03-02 19:53:42 -06:00 |
|
Nicholas Nethercote
|
fdb7c218da
|
Use a cache to minimize the number of Name objects.
|
2014-02-27 20:41:03 -08:00 |
|
Nicholas Nethercote
|
42cbb5b440
|
Introduce ImageKind constants.
|
2014-02-25 15:18:04 -08:00 |
|
Nicholas Nethercote
|
4e1f92a893
|
Clean up putBinaryImageData().
|
2014-02-25 15:14:11 -08:00 |
|
Nicholas Nethercote
|
f62c1c469f
|
Special-case 24-bit RGB image-handling.
|
2014-02-25 15:14:04 -08:00 |
|
Nicholas Nethercote
|
a966909754
|
Reduce memory consumption of simple black and white images.
|
2014-01-28 14:36:47 -08:00 |
|
Nicholas Nethercote
|
0685214a77
|
Don't create the RGB buffer for images that don't need resizing.
|
2014-01-19 14:21:36 -08:00 |
|
Nicholas Nethercote
|
c044652320
|
Remove unneeded srcOffset arguments from createRgbBuffer.
|
2014-01-16 20:15:37 -08:00 |
|
Nicholas Nethercote
|
3de5d6ad0c
|
Don't create the opacity buffer for images that lack a mask.
|
2014-01-16 20:15:37 -08:00 |
|
Nicholas Nethercote
|
3f533a1cb0
|
Use a more compact typed array to pass the image mask from the worker to the main thread.
|
2014-01-13 20:09:05 -06:00 |
|
Yury Delendik
|
5bf3e44e30
|
Introduces LegacyPromise; polyfills DOM Promise
|
2014-01-03 18:17:05 -06:00 |
|
Brendan Dahl
|
2228343f77
|
Only trigger warning bar on certain unsupported features.
|
2014-01-03 09:34:13 -08:00 |
|
Brendan Dahl
|
5ecce4996b
|
Split files into worker and main thread pieces.
|
2013-08-12 10:48:06 -07:00 |
|