Ticket #74 (closed enhancement: fixed)
Allow loading prerendered images for blending etc
| Reported by: | randomjunk | Owned by: | artem |
|---|---|---|---|
| Priority: | critical (top) | Milestone: | 1.0.0 |
| Component: | Boost.Python Binding | Version: | SVN Trunk |
| Severity: | Normal | Keywords: | loading images |
| Cc: | Patch Needs Improvement: | no | |
| Needs Docmentation: | no | Has Patch?: | yes |
| Design Decision Needed: | no |
Description
Mapnik bindings currently do not allow you to load an image from a file.
Being able to do this is useful if you have a prerendered image which needs blending with the mapnik output. (ie: in my example, we are rendering contours, of which there are a large number, but they never change, so rather than render them every time we want to render them once and then re-use the transparent PNGs produced)
A patch to allow this is attached.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
