Blake Thompson
|
25e4bb3f6c
|
A fix for two distinct issues associated with gdal featuresets, the first is overviews were not properly being utilized based on the resolution of the final image requested. The second is that allocation of far too much memory could be possible in GDAL to attempt to do resampling internally in mapnik. This now has a hard cap so that we allocate less memory in these situations but are still able to resample internally in mapnik.
|
2018-03-30 15:10:29 -05:00 |
|
artemp
|
333ef9fde1
|
update copyright year
|
2017-05-05 13:02:01 +02:00 |
|
artemp
|
5745bedbd9
|
update copyright year to 2016
|
2016-12-20 17:57:22 +01:00 |
|
artemp
|
75024c067c
|
remove bogus template instantiations
|
2016-10-13 17:00:12 +02:00 |
|
artemp
|
cb31692f37
|
image : fix buffer's copy ctor - only std::copy when rhs owns the data (#3152)
|
2015-11-02 09:47:05 +00:00 |
|
artemp
|
d54eca9dca
|
image - fix copy/move implementation and update/improve tests
|
2015-09-16 14:28:55 +01:00 |
|
artemp
|
acb8feea01
|
image - update shallow constructor to take raw bytes pointer
detail::buffer - inline data() size() methods
update unit test
|
2015-09-16 10:14:40 +01:00 |
|
Dane Springmeyer
|
b2d08ea4ea
|
re-enable zero allocation image interface - refs #3069
|
2015-09-14 16:45:58 -07:00 |
|
artemp
|
8c6bf0eef6
|
update copyright notice
|
2015-06-16 12:49:16 +02:00 |
|
Blake Thompson
|
f3abe7fc25
|
Added test coverage to image buffer
|
2015-05-13 16:50:31 -05:00 |
|
artemp
|
47c272b874
|
c++ constness, formatting
|
2015-05-05 14:12:29 +02:00 |
|
Blake Thompson
|
5a49842952
|
Moved image_null into a header
|
2015-03-16 12:18:07 -05:00 |
|
Blake Thompson
|
29099ece46
|
Added image_view implementation
|
2015-03-13 16:34:49 -05:00 |
|
Blake Thompson
|
bf61a033d3
|
Intial commit for impl
|
2015-03-13 10:52:39 -05:00 |
|