This could be caused by using the wrong method of resizing images
using GD, but I have not checked the source to confirm this theory.
Specifically using imagecopyresized() instead of imagecopyresampled()
would cause a more negative impact on a reduction resize.
--
Woody Gilk
http://about.me/shadowhand
>
> --
> You received this message because you are subscribed to the Google Groups
> "dompdf-dev" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/dompdf-dev/-/pdbbBRAT7A4J.
> To post to this group, send email to dompd...@googlegroups.com.
> To unsubscribe from this group, send email to
> dompdf-dev+...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/dompdf-dev?hl=en.
>
On Wed, Aug 17, 2011 at 11:32 AM, mystycs <mys...@gmail.com> wrote:
> Well the images i use are high quality and dont have those fuzzy things once
> i actually generated the image it produces that. What i have it do is create
> into a pdf then it creates into a jpg.This could be caused by using the wrong method of resizing images
using GD, but I have not checked the source to confirm this theory.Specifically using imagecopyresized() instead of imagecopyresampled()
would cause a more negative impact on a reduction resize.