Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Images have black dots


afoulke

Recommended Posts

I installed a new template and some of my images have black specs around where there should be white. Please look at www.fgcsports.com and look at the Tennesse Titans Decal photo to see what I am talking about any help, fixes or addons would be great! Thanks!

Link to comment
Share on other sites

I installed a new template and some of my images have black specs around where there should be white. Please look at www.fgcsports.com and look at the Tennesse Titans Decal photo to see what I am talking about any help, fixes or addons would be great! Thanks!

Transparent issue.

Link to comment
Share on other sites

It looks good in the click to enlarge.

 

Maybe a problem with product_thump.php

:unsure:

 

<?php
// "On the Fly Thumbnailer" using PHP GD Graphics Library by Nathan Welch (v1.5)
// Scales product images dynamically, resulting in smaller file sizes, and keeps
// proper image ratio.  Used in conjunction with modified tep_image in html_output.php
//
// CONFIGURATION SETTINGS 
//
// Use Resampling? Set the value below to true to generate resampled thumbnails
// resulting in smoother-looking images.  Not supported in GD ver. < 2.01
$use_resampling = true;
//
// Create True Color Thumbnails? Better quality overall but set to false if you
// have GD version < 2.01 or if creating transparent thumbnails.
$use_truecolor = true;
//
// Output GIFs as JPEGS? Set this option to true if you have GD version > 1.6
// and want to output GIF thumbnails as JPGs instead of GIFs or PNGs.  Note that your
// GIF transparencies will not be retained in the thumbnail if you output them
// as JPGs. If you have GD Library < 1.6 with GIF create support, GIFs will
// be output as GIFs. Set the "matte" color below if setting this option to true.
[b][color="#FF0000"]$gif_as_jpeg = false;[/color][/b]
//
// Define RGB Color Value for background matte color if outputting GIFs as JPEGs
// Example: white is r=255, b=255, g=255; black is r=0, b=0, g=0; red is r=255, b=0, g=0;
$r = 255; // Red color value (0-255)
$g = 255; // Green color value (0-255)
$b = 255; // Blue color value (0-255)
//
// Maintain aspect ration
$maintain_aspect_ratio = true;
// END CONFIGURATION SETTINGS

Maybet set that true to see if it helps?

:unsure:

 

$gif_as_jpeg = false;

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

That Worked Thanks ALOT!!!!! :D

 

It looks good in the click to enlarge.

 

Maybe a problem with product_thump.php

:unsure:

 

<?php
// "On the Fly Thumbnailer" using PHP GD Graphics Library by Nathan Welch (v1.5)
// Scales product images dynamically, resulting in smaller file sizes, and keeps
// proper image ratio.  Used in conjunction with modified tep_image in html_output.php
//
// CONFIGURATION SETTINGS 
//
// Use Resampling? Set the value below to true to generate resampled thumbnails
// resulting in smoother-looking images.  Not supported in GD ver. < 2.01
$use_resampling = true;
//
// Create True Color Thumbnails? Better quality overall but set to false if you
// have GD version < 2.01 or if creating transparent thumbnails.
$use_truecolor = true;
//
// Output GIFs as JPEGS? Set this option to true if you have GD version > 1.6
// and want to output GIF thumbnails as JPGs instead of GIFs or PNGs.  Note that your
// GIF transparencies will not be retained in the thumbnail if you output them
// as JPGs. If you have GD Library < 1.6 with GIF create support, GIFs will
// be output as GIFs. Set the "matte" color below if setting this option to true.
[b][color="#FF0000"]$gif_as_jpeg = false;[/color][/b]
//
// Define RGB Color Value for background matte color if outputting GIFs as JPEGs
// Example: white is r=255, b=255, g=255; black is r=0, b=0, g=0; red is r=255, b=0, g=0;
$r = 255; // Red color value (0-255)
$g = 255; // Green color value (0-255)
$b = 255; // Blue color value (0-255)
//
// Maintain aspect ration
$maintain_aspect_ratio = true;
// END CONFIGURATION SETTINGS

Maybet set that true to see if it helps?

:unsure:

 

$gif_as_jpeg = false;

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...