artemp
|
dd22d34d07
|
formatting
|
2014-12-11 09:39:25 +01:00 |
|
artemp
|
218b22fba9
|
remove cast
|
2014-12-11 09:38:58 +01:00 |
|
artemp
|
5021a4e122
|
tiff_reader - fix end_y calc in read_stripped
|
2014-12-10 18:11:41 +01:00 |
|
artemp
|
1dfad4b10b
|
raster.input - attempt getting bounding box from image_reader
|
2014-12-10 12:54:35 +01:00 |
|
artemp
|
74c96f0bda
|
make bounding_box return optional<box2d<double>> to be consistent with current behavour
|
2014-12-10 12:53:39 +01:00 |
|
artemp
|
2efde962aa
|
image_reader - add bounding_box virtual method
|
2014-12-10 10:44:51 +01:00 |
|
artemp
|
4b1204a3b8
|
correct alloc size + prefer std::copy over memcpy
|
2014-12-10 10:34:12 +01:00 |
|
artemp
|
917d346093
|
use RAII for resource management
|
2014-12-10 09:44:37 +01:00 |
|
artemp
|
ef64b4937c
|
Revert "avoid allocating memory"
This reverts commit 665c2f5bc0 .
|
2014-12-10 09:39:08 +01:00 |
|
artemp
|
665c2f5bc0
|
avoid allocating memory
|
2014-12-09 19:22:19 +01:00 |
|
artemp
|
9bf629c9b8
|
declare tiff callbacks inline
|
2014-12-09 17:30:50 +01:00 |
|
Dane Springmeyer
|
cf4f775855
|
Merge branch 'master' of github.com:mapnik/mapnik into image_data_any
|
2014-12-09 10:31:19 -05:00 |
|
Dane Springmeyer
|
5504692a43
|
remove duplicate include
|
2014-12-09 10:30:55 -05:00 |
|
Dane Springmeyer
|
653cc08500
|
fix msvs compile by using explicit assigment operator - closes #2588
|
2014-12-09 10:27:05 -05:00 |
|
Dane Springmeyer
|
4b2ad9e65f
|
port image_data fixes from image_data_any branch
|
2014-12-09 10:14:06 -05:00 |
|
Dane Springmeyer
|
93c6207153
|
repack tiff_reader to avoid slop (saves 16 bytes)
|
2014-12-09 08:34:13 -05:00 |
|
artemp
|
303d625b7c
|
tiff_reader - fix reading tiled tiffs + flip vertically output from TIFFReadRGBATile + cleaups
|
2014-12-09 12:25:21 +01:00 |
|
artemp
|
12f051bf56
|
image_data - fix setRow implementation
|
2014-12-09 12:22:44 +01:00 |
|
Dane Springmeyer
|
4e671fd0e9
|
tiff io: test paletted (aka colormapped) tiff
|
2014-12-09 01:15:09 -05:00 |
|
Dane Springmeyer
|
36d7e455ed
|
tiff io: disable strip chopping to ensure we fail fast on 'tiff_dos_strip_chop.tif' from gdal autotests
|
2014-12-09 00:39:19 -05:00 |
|
Dane Springmeyer
|
fcf71c36d9
|
tiff io: avoid over-allocation + add more tests
|
2014-12-09 00:17:02 -05:00 |
|
Dane Springmeyer
|
dc1ed0ae29
|
tiff io: also test reading from in memory buffer
|
2014-12-08 22:58:44 -05:00 |
|
Dane Springmeyer
|
8b0ba79d2a
|
more debugging output for failed read_tile
|
2014-12-08 20:39:44 -05:00 |
|
Dane Springmeyer
|
d2935e65ce
|
test reading
|
2014-12-08 18:45:00 -05:00 |
|
Dane Springmeyer
|
dcae6395af
|
start testing tiff read and image type returned
|
2014-12-08 18:13:23 -05:00 |
|
Dane Springmeyer
|
24a9816913
|
test tiff photometric setting
|
2014-12-08 17:16:56 -05:00 |
|
Dane Springmeyer
|
f121d805a9
|
no need for TIFFRGBAImageOK
|
2014-12-08 17:12:44 -05:00 |
|
Dane Springmeyer
|
a706cdb000
|
fixup tiff alpha handling cxx tests
|
2014-12-08 17:04:05 -05:00 |
|
Dane Springmeyer
|
66e65666ae
|
test that gray32f is not blank (currently failing)
|
2014-12-08 16:47:08 -05:00 |
|
Dane Springmeyer
|
6ca1cd6c74
|
avoid crashing on images with alpha
|
2014-12-08 16:43:32 -05:00 |
|
Dane Springmeyer
|
cb3771fbe5
|
fix reading of tiled tiff tile dimensions for gray32f
|
2014-12-08 15:23:06 -05:00 |
|
Dane Springmeyer
|
bc3f59af12
|
new c++ tiff tests - refs #2491
|
2014-12-08 14:52:52 -05:00 |
|
Dane Springmeyer
|
dc3df99f66
|
rename tiff test image
|
2014-12-08 14:11:32 -05:00 |
|
artemp
|
7fcc4a0846
|
use TIFFReadTile (or TIFFReadEncodedTile) instead of TIFFReadRGBATile to have consistent orientation
(FIXME: python tests failures)
|
2014-12-08 18:55:40 +01:00 |
|
artemp
|
017def88b1
|
update raster-color-to-alpha tests to use raster.input
|
2014-12-08 15:55:06 +01:00 |
|
artemp
|
912771b8fd
|
generic read_tiled<ImageData> initial implementation + read PHOTOMETRIC_RGB using high-level RGBA expanding interface
|
2014-12-08 15:51:00 +01:00 |
|
Dane Springmeyer
|
79366386c7
|
Merge pull request #2598 from mapycz/add-test-iconic-font
add visual test iconic font
|
2014-12-07 16:08:05 -05:00 |
|
Jiri Drbalek
|
20178013ea
|
add visual test iconic font
|
2014-12-07 16:13:48 +00:00 |
|
Blake Thompson
|
74fb5f0890
|
Merge branch 'image_data_any' of github.com:mapnik/mapnik into image_data_any
|
2014-12-05 15:43:20 -05:00 |
|
Blake Thompson
|
8aec9aca89
|
Some really basic tests that I was using for testing, many more need to be added
|
2014-12-05 15:43:14 -05:00 |
|
Dane Springmeyer
|
23d78680cf
|
add (currently failing) tests for #1927
|
2014-12-05 14:04:37 -05:00 |
|
Dane Springmeyer
|
96baff431f
|
use c++ style casts im tiff_reader
|
2014-12-05 13:59:20 -05:00 |
|
Dane Springmeyer
|
3da1342185
|
Add mention of unique_ptr and std::copy to contributing docs
|
2014-12-05 12:28:51 -05:00 |
|
artemp
|
ce605e3982
|
use RAII for resource management
|
2014-12-05 18:01:45 +01:00 |
|
Dane Springmeyer
|
fc0894634c
|
improve image tests
|
2014-12-05 11:36:50 -05:00 |
|
artemp
|
902858e55f
|
tiff_reader: initial support for reading gray8/gray16/gray32f/rgba8/rgba16/rgba32f data
Note: current code only works with image data organized in strips. Tile-orientated reading needs implementing
|
2014-12-05 17:35:26 +01:00 |
|
Dane Springmeyer
|
cc2cf2876f
|
Merge branch 'master' of github.com:mapnik/mapnik into image_data_any
|
2014-12-05 09:45:12 -05:00 |
|
Dane Springmeyer
|
ba4230c8ad
|
stop setting -Wsign-compare since this is too noisy as a default
|
2014-12-05 09:44:54 -05:00 |
|
Dane Springmeyer
|
d6e9126132
|
fix linking of scale_image_agg - refs #2587
|
2014-12-05 09:43:57 -05:00 |
|
Jiri Drbalek
|
aebd45b286
|
Merge pull request #2536 from mapycz/improve-font-feature-settings
font-feature-settings improvements
|
2014-12-05 07:28:00 +01:00 |
|