Hi,
I have someone interested in sponsoring better support for
raster printouts on high resolution devices.
Basically they want to generate an image that when printed
at 300dpi will look like what you get on the screen, which
really means you need:
- a bigger image
- scaled up labels, strokes and whatnot
- the scale computation taking into account the scale up
and ending up with the same scale denominator as the
image on the screen
So they state the image size and the target dpi separately.
Seems like a sane way to proceed to me.
What do you think?
I believe that the mapfish print is already doing something along those
lines when setting the target dpi but not sure exactly what, do you
have any insight?
Cheers
Andrea
--
Andrea Aime
OpenGeo - http://opengeo.org
Expert service straight from the developers.
Hi,
I have someone interested in sponsoring better support for
raster printouts on high resolution devices.
Basically they want to generate an image that when printed
at 300dpi will look like what you get on the screen, which
really means you need:
- a bigger image
- scaled up labels, strokes and whatnot
- the scale computation taking into account the scale up
and ending up with the same scale denominator as the
image on the screen
Hi,
I have someone interested in sponsoring better support for
raster printouts on high resolution devices.
Basically they want to generate an image that when printed
at 300dpi will look like what you get on the screen, which
really means you need:
- a bigger image
- scaled up labels, strokes and whatnot
- the scale computation taking into account the scale up
and ending up with the same scale denominator as the
image on the screen
Hi,
I have someone interested in sponsoring better support for
raster printouts on high resolution devices.
Basically they want to generate an image that when printed
at 300dpi will look like what you get on the screen, which
really means you need:
- a bigger image
- scaled up labels, strokes and whatnot
- the scale computation taking into account the scale up
and ending up with the same scale denominator as the
image on the screen
Looks good; thanks for catching that halo also needed resizing. Do we also need to resize the spacing when a line symbolizer pattern is used?
Ah, good catch, yeah, that is needed as well. The dash pattern!
Cheers
Andrea
--
Andrea Aime
OpenGeo - http://opengeo.org
Expert service straight from the developers.
------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geoserver-devel
i tested dpi parameter and is seem to do a nice job! Compliments for
this nice and valuable addition.
Question: dpi parameter is applied only to getMap request? I guess
that it make sense to apply DPI to getLegendGraphic also right?
Im willing to work on this one with your help. Should i open jira
ticket for this?
Yeah, go ahead and make a ticket.
Unfortunately I'm not very familiar with the legend graphics code,
it's the one bit of WMS that I worked less with (if I did anything at
all, don't remember).
But yeah, I can try to help by reviewing a design and/or a patch.