Page 105 of 169 FirstFirst ... 55595103104105106107115155 ... LastLast
Results 1,041 to 1,050 of 1685
  1. #1041
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Image Handler v4.3.3

    Quote Originally Posted by joepixel View Post
    Hi,

    Has anyone had an issue where the last product image is duplicated when adding additional product images. I have a client that has this issue fairly consistently. The image size is not large (which I see can be an issue). I can't find any errors associated with this. And, I've not been able to duplicate this myself. But, it does happen to my client and I can't figure out why. And, I don't see anyone else here having the same issue. Any ideas?

    Zen Cart version 1.5.1
    Image Handler 4

    Thanks!
    Not an IH4 issue (otherwise others would report this issue..) This probably is an image naming issue and there is a section of the readme that points in the right direct to fix it.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  2. #1042
    Join Date
    Feb 2007
    Posts
    1,704
    Plugin Contributions
    0

    Default Re: Image Handler v4.3.3

    sorted png and jpg not allowed
    Last edited by kitcorsa; 21 Mar 2014 at 02:54 PM.

  3. #1043
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Image Handler v4.3.3

    Quote Originally Posted by kitcorsa View Post
    sorted png and jpg not allowed
    let me guess.. not an IH4 issue??
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  4. #1044
    Join Date
    Feb 2007
    Posts
    1,704
    Plugin Contributions
    0

    Default Re: Image Handler v4.3.3

    couldn't figure out why additional items were coming up RED in the admin and could see the problem in the instructions. Found the solution on a different website and then found the LIMITATIONS of IH4 in the instructions.

  5. #1045
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Image Handler v4.3.3

    Quote Originally Posted by kitcorsa View Post
    couldn't figure out why additional items were coming up RED in the admin and could see the problem in the instructions. Found the solution on a different website and then found the LIMITATIONS of IH4 in the instructions.
    Why don't you share the DETAILS of the issue and the solution.. Might help others..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  6. #1046
    Join Date
    May 2012
    Posts
    36
    Plugin Contributions
    0

    Default Re: Image Handler 4 Support Thread

    How does the background color work. For my small images, I selected the settings of "png" and background color of "'-transparent-". But its still rendering as white. I wanted to make it match the odd and even rows of the product listing page like the IH4 example shows. Currently all my images are jpg. If I understand correctly, imagemagick would convert them on the fly to png? Or would I have to initially made my pictures with png transparent backgrounds as the default images and then it would work. If that is the case I will live with a white background on all images as it would be tedious to get them converted to pngs.

  7. #1047
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Image Handler 4 Support Thread

    Quote Originally Posted by grantopt View Post
    How does the background color work. For my small images, I selected the settings of "png" and background color of "'-transparent-". But its still rendering as white. I wanted to make it match the odd and even rows of the product listing page like the IH4 example shows. Currently all my images are jpg. If I understand correctly, imagemagick would convert them on the fly to png? Or would I have to initially made my pictures with png transparent backgrounds as the default images and then it would work. If that is the case I will live with a white background on all images as it would be tedious to get them converted to pngs.
    Explained n the readme..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  8. #1048
    Join Date
    May 2012
    Posts
    36
    Plugin Contributions
    0

    Default Re: Image Handler 4 Support Thread

    Quote Originally Posted by DivaVocals View Post
    Explained n the readme..
    Read it again. I know that Imagemagick can convert jpg images to png transparency with scripts. But I don't know if image handler has that functionality to make use of imagemagick scripts. Is their a place I can add scripts inside the files to convert the jpgs background to transparency. This seems the only way I can use the background color settings.

    This is what I tested this morning.

    1) I have 2 pictures, 1 in jpg with white background and 1 in png with alpha transparency
    2) Uploaded each of them to separate product listings
    3) Changed settings in IH4 to use 255:0:0 (red) background color and use filetype png
    4) On viewing the catalog side, only the product with the default png image shows a red background. But the default jpg (png IH4 converted) still has the white background.

    When viewing the image source, it does show that the jpg was converted to a png in the bmz cache folder.

    So basically what I am asking does IH4 only change the filetype? And what I suspect is that IH4 does not make use of scripts to convert backgrounds to alpha transparent. The readme does not cover this as it gives examples of uploading a jpg in the above example and using other filetypes for resize images. And then moves to the topic of background colors. Unless it is to be assumed that you have to start with a gif or png with a transparent background then I understand how it is covered in the readme.

  9. #1049
    Join Date
    Aug 2005
    Location
    Vic, Oz
    Posts
    1,905
    Plugin Contributions
    5

    Default Re: Image Handler 4 Support Thread

    From the readme
    "If you want to keep the transparency of an uploaded image, you need to set the background color value to transparent."

    This implies to me that you need to have a transparent background to start with.

    Having used various photo tools to remove backgrounds and then clean up what is left manually.
    I doubt there is a photo tool that can do this automagically and give a satisfactory result.

    So I cannot see that IH would be set up or able to do this either.

  10. #1050
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Image Handler 4 Support Thread

    Quote Originally Posted by grantopt View Post
    The readme does not cover this as it gives examples of uploading a jpg in the above example and using other filetypes for resize images. And then moves to the topic of background colors. Unless it is to be assumed that you have to start with a gif or png with a transparent background then I understand how it is covered in the readme.
    true.. However, your original question didn't give me any indication what you were asking after either.. (it was a bit broad.. hence why I pushed you back to the readme..)

    Quote Originally Posted by gilby View Post
    From the readme
    "If you want to keep the transparency of an uploaded image, you need to set the background color value to transparent."

    This implies to me that you need to have a transparent background to start with.

    Having used various photo tools to remove backgrounds and then clean up what is left manually.
    I doubt there is a photo tool that can do this automagically and give a satisfactory result.

    So I cannot see that IH would be set up or able to do this either.
    Exactly.. IH4 can convert filetype (JPG --> PNG), but adding a transparent background to a converted image?? No.. IH4 doesn't do this.. To see the background color, start with an image with a transparent background and the background color in the settings will show through..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

 

 

Similar Threads

  1. v158 Image Handler 5 (for v1.5.5 - v1.5.8) Support Thread
    By lat9 in forum All Other Contributions/Addons
    Replies: 582
    Last Post: 18 Feb 2024, 07:53 PM
  2. Attribute image replaces main product image on select [Support Thread]
    By exoticcorpse in forum All Other Contributions/Addons
    Replies: 158
    Last Post: 24 Aug 2020, 05:07 PM
  3. v139h Image Handler 3 Support Thread (for ZC v1.3.9)
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1095
    Last Post: 2 Oct 2017, 12:42 PM
  4. v138a Image Handler 2 (for ZC v1.3.8 ONLY) Support
    By timkroeger in forum All Other Contributions/Addons
    Replies: 7098
    Last Post: 12 Oct 2014, 03:48 AM
  5. Image Handler Support Please
    By nadinesky in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 30 Sep 2013, 03:47 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR