Re: [GD-DEVEL] Possible to create images with resolution higher than 96?
[email protected] (Pierre Joye) Wed, 21 Jul 2010 11:54:09 +0200
| Newsgroups | php.gd.devel |
|---|---|
| Message-ID | <[email protected]> |
hi, The image uses pixel, the resolution is only a meta information used by the app loading them. For freetype it is something different, it affects how the glyphs will be rendered. See the freetype docs for a detailed explanation. The meta information about the resolution is image format specific (png, jpeg). The next gd vesion (2.1+) will have an API to change these values. On Wed, Jul 21, 2010 at 1:53 AM, Adam Peterson <[email protected]> wr= ote: > I've been skimming through the code and only see references to =A0'gdImag= eStringFTEx<file:///C:\DOCUME%7E1\APETER%7E1\LOCALS%7E1\Temp\Rar$EX02.156\i= ndex.html#gdImageStringFTEx>' which allows changing the default DPI resolut= ion. =A0Have I missed something else that allows this for the images being = created? > > Thanks, > Adam > > --=20 Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org