Re: [GD-DEVEL] PDF or PS support
[email protected] (Pierre Joye) Fri, 10 Jul 2009 09:58:30 +0200
| Newsgroups | php.gd.devel |
|---|---|
| Message-ID | <[email protected]> |
hi, On Thu, Jul 9, 2009 at 10:39 PM, Michael D Amundson<[email protected]> wrote: > Hello, > > Is there any way to dump PDF or PS from GD? The images I create have a > lot of detail and I would like the ability to zoom in/out with a > non-bitmap format (currently we mostly use PNG). I could not find any > APIs to do this in the existing documentation. No, GD is a bitmap only oriented API. If you need zoom ability I would suggest to draw using SVG (for web) as well. Cheers, -- Pierre http://blog.thepimp.net | http://www.libgd.org