Welcome Guest, Not a member yet? Register   Sign In
Image library (GD) resize problem
#3

[eluser]brianw1975[/eluser]
Quote:$imageconfig['quality'] = "100%";

did you try and take out the % from 100%?

in the code there is no percent sign, and since text won't convert to an int very easily it'd get converted to 0 i believe.

Code:
class CI_Image_lib {
    
    var $image_library        = 'gd2';      // Can be:  imagemagick, netpbm, gd, gd2
    var $library_path        = '';
    var $dynamic_output        = FALSE;    // Whether to send to browser or write to disk
    var $source_image        = '';    
    var $new_image            = '';
    var $width            = '';
    var $height            = '';
    var $quality            = '90';


Messages In This Thread
Image library (GD) resize problem - by El Forum - 02-22-2009, 02:23 PM
Image library (GD) resize problem - by El Forum - 02-22-2009, 02:32 PM
Image library (GD) resize problem - by El Forum - 02-22-2009, 02:41 PM
Image library (GD) resize problem - by El Forum - 02-22-2009, 02:49 PM
Image library (GD) resize problem - by El Forum - 02-22-2009, 05:19 PM
Image library (GD) resize problem - by El Forum - 02-23-2009, 02:56 AM
Image library (GD) resize problem - by El Forum - 02-24-2009, 05:15 AM
Image library (GD) resize problem - by El Forum - 07-29-2009, 05:11 PM
Image library (GD) resize problem - by El Forum - 07-29-2009, 07:32 PM



Theme © iAndrew 2016 - Forum software by © MyBB