Welcome Guest, Not a member yet? Register   Sign In
image resize library issues
#18

[eluser]Peet86[/eluser]
Hi Guys!

I have some blurry problem with the CI image library. I'm using GD2, and the quality is between 95-100%, so the image should be good quality, but the resized image is unsharp and blurry..

Some code:

Code:
var $res_prop = array(
      "image_library"  => 'GD2',//
      "create_thumb"   => FALSE,
      "maintain_ratio" => TRUE,
      "dynamic_output" => FALSE,
      "master_dim" => "auto",
      "quality"=>"98%"
    );

...

$this->res_prop['width'] = $new_w;
$this->res_prop['height'] = $new_h;

...
$this->image_lib->initialize($this->res_prop);
$this->image_lib->resize();


Anybody have this issue with the library?


Messages In This Thread
image resize library issues - by El Forum - 03-21-2009, 08:52 AM
image resize library issues - by El Forum - 03-21-2009, 09:00 AM
image resize library issues - by El Forum - 03-21-2009, 09:05 AM
image resize library issues - by El Forum - 03-23-2009, 02:00 PM
image resize library issues - by El Forum - 03-29-2009, 06:06 PM
image resize library issues - by El Forum - 03-29-2009, 06:26 PM
image resize library issues - by El Forum - 03-30-2009, 07:17 AM
image resize library issues - by El Forum - 03-30-2009, 07:23 AM
image resize library issues - by El Forum - 03-30-2009, 07:43 AM
image resize library issues - by El Forum - 03-30-2009, 08:05 AM
image resize library issues - by El Forum - 03-31-2009, 05:40 PM
image resize library issues - by El Forum - 03-31-2009, 05:45 PM
image resize library issues - by El Forum - 03-31-2009, 06:00 PM
image resize library issues - by El Forum - 03-31-2009, 06:23 PM
image resize library issues - by El Forum - 03-31-2009, 07:00 PM
image resize library issues - by El Forum - 04-02-2009, 07:30 AM
image resize library issues - by El Forum - 04-02-2009, 08:18 AM
image resize library issues - by El Forum - 03-23-2010, 06:02 AM



Theme © iAndrew 2016 - Forum software by © MyBB