Dane Springmeyer
|
94ff584190
|
finish complete removal of any trace of cairomm/libsigc++ - amends f25d4d9279 and closes #1681
|
2013-01-09 12:49:39 -08:00 |
|
Dane Springmeyer
|
5da14ef9e9
|
handle demultiplying the png before saving - solves gray halo reported in #1312 (when testing with svg2png utility)
|
2012-10-03 14:00:48 -07:00 |
|
artemp
|
967d6110bf
|
+ singleton: return ref from instance() method
|
2012-09-07 16:23:03 +01:00 |
|
Dane Springmeyer
|
5120d0398d
|
add build file for headers and svg/output code directories to hold the svg_renderer used for output - refs #1438
|
2012-08-27 17:58:49 -07:00 |
|
Dane Springmeyer
|
ac418a7d4e
|
remote the last references
|
2012-08-27 16:43:40 -07:00 |
|
Dane Springmeyer
|
e6e7b4c700
|
svg2png: inflate the rendering canvas to avoid edge affect for 100% w/h svgs
|
2012-07-30 16:37:34 -07:00 |
|
Dane Springmeyer
|
4288cad41e
|
svg2png: no need to scale the svg marker down
|
2012-07-24 14:24:24 -07:00 |
|
Dane Springmeyer
|
2ba016b08b
|
make the svg2png return value sensitive to auto_open results
|
2012-07-23 17:52:26 -07:00 |
|
Dane Springmeyer
|
5014694591
|
allow auto-opening of rendered svg on linux
|
2012-07-23 17:41:52 -07:00 |
|
Artem Pavlenko
|
a72ee4ba66
|
Merge branch 'master' into compositing
Conflicts:
include/mapnik/image_compositing.hpp
include/mapnik/util/conversions.hpp
include/mapnik/value.hpp
src/agg/agg_renderer.cpp
src/agg/process_line_symbolizer.cpp
src/agg/process_polygon_symbolizer.cpp
src/png_reader.cpp
src/svg_parser.cpp
utils/svg2png/svg2png.cpp
|
2012-05-01 12:35:49 +01:00 |
|
Dane Springmeyer
|
c69db365db
|
scons: pass proper CXXFLAGS to svg2png build
|
2012-04-23 15:22:04 -04:00 |
|
Dane Springmeyer
|
9fe698e409
|
svg2png: better error output
|
2012-04-11 12:35:07 -07:00 |
|
Dane Springmeyer
|
65f5909e93
|
svg2png: only open automatically if requested
|
2012-04-11 10:41:50 -07:00 |
|
Dane Springmeyer
|
14841f6931
|
svg2png: avoid a few lines of spurious valgrand output re: still reachable xml2 parser structures
|
2012-04-11 10:17:03 -07:00 |
|
Dane Springmeyer
|
b22d043d80
|
svg2png: only attempt to open automatically on os x, and do not return after first rendered
|
2012-04-11 09:49:50 -07:00 |
|
Artem Pavlenko
|
603a6e133b
|
+ use agg::pixfmt_rgba32
|
2012-04-03 13:13:37 +01:00 |
|
Artem Pavlenko
|
14700dba16
|
switch back from mapnik2 to mapnik
add mapnik2 module which redirects to mapnik and issues DeprecationWarning
|
2011-11-23 11:33:58 +00:00 |
|
Dane Springmeyer
|
39d199aa49
|
code formatting
|
2011-11-13 19:54:32 -08:00 |
|
Dane Springmeyer
|
22c39d91ba
|
scons: rename all SConscript files to more friendly name of 'build' with a python extension for quick syntax detection in editors
|
2011-08-30 05:32:01 +00:00 |
|
Dane Springmeyer
|
97f6add14e
|
scons: fix a few more scons files
|
2011-08-12 21:32:16 +00:00 |
|
Dane Springmeyer
|
9ae28abe50
|
scons: copy to avoid duplicate libs
|
2011-08-12 19:58:49 +00:00 |
|
Dane Springmeyer
|
af62ad9c27
|
scons: collect and propogate the libs used to link libmapnik
|
2011-08-11 21:11:11 +00:00 |
|
Dane Springmeyer
|
b578c02c54
|
make renderer type a template argument of agg svg renderer
|
2011-05-17 06:18:06 +00:00 |
|
Dane Springmeyer
|
78fe0364b9
|
remove iostreams linkage, no longer used
|
2011-05-02 16:48:41 +00:00 |
|
Dane Springmeyer
|
9da2d701a5
|
further template the svg_renderer based on pixfmt
|
2011-04-26 17:38:18 +00:00 |
|
Tom Hughes
|
c9472e650c
|
Link svg2png against libagg directly as some recent distributions
like Fedora 14 don't allow the linker to resolve symbols indirectly
anymore.
|
2011-04-05 22:09:43 +00:00 |
|
Dane Springmeyer
|
649e4498c1
|
handle return of system call
|
2011-04-01 23:55:19 +00:00 |
|
Dane Springmeyer
|
af8e859d66
|
simplify the svg2png command line tool
|
2011-02-09 06:50:27 +00:00 |
|
Dane Springmeyer
|
ec0270ad05
|
enable rendering a list of svg like $ svg2png *svg
|
2011-01-26 09:14:57 +00:00 |
|
Dane Springmeyer
|
7686af3b7b
|
no need for fancy transforms
|
2011-01-26 01:27:16 +00:00 |
|
Robert Coup
|
ed306d7cbe
|
#654 add svg2png utility
|
2011-01-26 01:19:01 +00:00 |
|