Page 369 of 710 FirstFirst ... 269319359367368369370371379419469 ... LastLast
Results 3,681 to 3,690 of 7099
  1. #3681
    Join Date
    Mar 2009
    Posts
    12
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by tophand View Post
    Configuration/Images
    Product Info - Image Width
    Product Info - Image Height
    Thank you very much. It did.

  2. #3682
    Join Date
    Sep 2008
    Location
    DownUnder, overlooking South Pole.
    Posts
    978
    Plugin Contributions
    6

    Default Re: Image Handler 2 Support

    I went to use an animated gif as a category icon but found IH2 killed the animation but displayed the gif in static or frozen form.

    I do not know how to describe the gif (a merry-go-round) other than that it has the code for animation built into the image, like the animated smilies. The gif works when placed elsewhere on the page, such as in its own <div>.

    The gif is only used once for a sub-category page (ie Index/Art/4D), for which there is no Includes/Modules/Page/Art (IIRC) to insert animation script, if I even had as much.

    Tips or tricks greatly appreciated. TIA

  3. #3683
    Join Date
    Jan 2007
    Location
    1.5 miles from Home
    Posts
    674
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by dw08gm View Post
    I went to use an animated gif as a category icon but found IH2 killed the animation but displayed the gif in static or frozen form.

    I do not know how to describe the gif (a merry-go-round) other than that it has the code for animation built into the image, like the animated smilies. The gif works when placed elsewhere on the page, such as in its own <div>.

    The gif is only used once for a sub-category page (ie Index/Art/4D), for which there is no Includes/Modules/Page/Art (IIRC) to insert animation script, if I even had as much.

    Tips or tricks greatly appreciated. TIA
    Search this thread for the why gif animation does not work with IH.
    (quick answer = perl)

    Your work-around.
    Configuration/Images
    change the size setting for category image so not to match the small image setting.

  4. #3684
    Join Date
    Sep 2008
    Location
    DownUnder, overlooking South Pole.
    Posts
    978
    Plugin Contributions
    6

    Default Re: Image Handler 2 Support

    Quote Originally Posted by tophand View Post
    Search this thread for the why gif animation does not work with IH.
    (quick answer = perl)
    My bad, originally searched "animat", then "animated" and found only one response, but then searched "animat*" and found the others. Perl, arghh, not another program to learn.

    Quote Originally Posted by tophand View Post
    Your work-around.
    Configuration/Images
    change the size setting for category image so not to match the small image setting.
    Just to clarify, as I am not currently connected to localhost, if I make Configuration/Images/category image 1px taller and wider than Configuration/Images/IH small image (or whatever it is actually called), this should work.

  5. #3685
    Join Date
    Jan 2007
    Location
    1.5 miles from Home
    Posts
    674
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by dw08gm View Post
    My bad, originally searched "animat", then "animated" and found only one response, but then searched "animat*" and found the others. Perl, arghh, not another program to learn.



    Just to clarify, as I am not currently connected to localhost, if I make Configuration/Images/category image 1px taller and wider than Configuration/Images/IH small image (or whatever it is actually called), this should work.
    IH uses the small image setting. So any of the other settings that match will be processed by IH.


    Code:
    Small Image Width    100     
    Small Image Height    100   
    Heading Image Width - Admin    57     
    Heading Image Height - Admin    40     
    Subcategory Image Width    300     
    Subcategory Image Height    200     
    Calculate Image Size    true     
    Image Required    true     
    Image - Shopping Cart Status    1     
    Image - Shopping Cart Width    168     
    Image - Shopping Cart Height    113     
    Category Icon Image Width - Product Info Pages    200     
    Category Icon Image Height - Product Info Pages    200     
    Top Subcategory Image Width    100     
    Top Subcategory Image Height    100     
    Product Info - Image Width    300     
    Product Info - Image Height    240     
    Product Info - Image Medium Suffix    _MED     
    Product Info - Image Large Suffix    _LRG     
    Product Info - Number of Additional Images per Row    3     
    Image - Product Listing Width    150     
    Image - Product Listing Height    150     
    Image - Product New Listing Width    100     
    Image - Product New Listing Height    100    
    Image - New Products Width    100     
    Image - New Products Height    100    
    Image - Featured Products Width    100  
    Image - Featured Products Height    100  
    Image - Product All Listing Width    100   
    Image - Product All Listing Height    100    
    Product Image - No Image Status    1     
    Product Image - No Image picture    no_picture.gif     
    Image - Use Proportional Images on Products and Categories    1     
    IH resize images    yes     
    IH small image filetype    no_change     
    IH small image background    255:255:255     
    IH watermark small images    no     
    IH zoom small images    yes     
    IH small image hotzone    no     
    IH small image compression quality    85     
    IH medium image filetype    no_change     
    IH medium image background    255:255:255     
    IH watermark medium images    no     
    IH zoom medium images    no     
    IH medium image hotzone    no     
    IH medium image compression quality    85     
    IH large image filetype    no_change     
    IH large image background    255:255:255     
    IH watermark large images    no     
    IH large image compression quality    85     
    IH large image maximum width    750     
    IH large image maximum height    550     
    IH watermark gravity    Center     
    IH zoom gravity    SouthEast

  6. #3686
    Join Date
    Apr 2008
    Posts
    154
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    i am having a problem with png images. i can't use them. in the admin section i get this error:


    Warning: imagepng() [function.imagepng]: gd-png: fatal libpng error: zlib error in /home/skinze1/public_html/includes/classes/bmz_image_handler.class.php on line 646

    Warning: imagepng() [function.imagepng]: gd-png error: setjmp returns error condition in /home/skinze1/public_html/includes/classes/bmz_image_handler.class.php on line 646

    Warning: imagepng() [function.imagepng]: gd-png: fatal libpng error: zlib error in /home/skinze1/public_html/includes/classes/bmz_image_handler.class.php on line 646

    Warning: imagepng() [function.imagepng]: gd-png error: setjmp returns error condition in /home/skinze1/public_html/includes/classes/bmz_image_handler.class.php on line 646

    Warning: imagepng() [function.imagepng]: gd-png: fatal libpng error: zlib error in /home/skinze1/public_html/includes/classes/bmz_image_handler.class.php on line 646


    if i change the image to jpg, it works fine.. i also noticed that when i go into the 'preview' section in image handler for these images, jpg and gif show a rectagular colored image and the png shows a very small checkered box.
    Website Developer and Search Engine Optimazation Boise Idaho. Details at BoiseWired.com

  7. #3687
    Join Date
    Sep 2008
    Location
    DownUnder, overlooking South Pole.
    Posts
    978
    Plugin Contributions
    6

    Default Re: Image Handler 2 Support

    Quote Originally Posted by tophand View Post
    IH uses the small image setting. So any of the other settings that match will be processed by IH.


    Code:
    Small Image Width    100     
    Small Image Height    100   
    Heading Image Width - Admin    57     
    Heading Image Height - Admin    40     
    Subcategory Image Width    300     
    Subcategory Image Height    200     
    Calculate Image Size    true     
    Image Required    true     
    Image - Shopping Cart Status    1     
    Image - Shopping Cart Width    168     
    Image - Shopping Cart Height    113     
    Category Icon Image Width - Product Info Pages    200     
    Category Icon Image Height - Product Info Pages    200     
    Top Subcategory Image Width    100     
    Top Subcategory Image Height    100     
    Product Info - Image Width    300     
    Product Info - Image Height    240     
    Product Info - Image Medium Suffix    _MED     
    Product Info - Image Large Suffix    _LRG     
    Product Info - Number of Additional Images per Row    3     
    Image - Product Listing Width    150     
    Image - Product Listing Height    150     
    Image - Product New Listing Width    100     
    Image - Product New Listing Height    100    
    Image - New Products Width    100     
    Image - New Products Height    100    
    Image - Featured Products Width    100  
    Image - Featured Products Height    100  
    Image - Product All Listing Width    100   
    Image - Product All Listing Height    100    
    Product Image - No Image Status    1     
    Product Image - No Image picture    no_picture.gif     
    Image - Use Proportional Images on Products and Categories    1     
    IH resize images    yes     
    IH small image filetype    no_change     
    IH small image background    255:255:255     
    IH watermark small images    no     
    IH zoom small images    yes     
    IH small image hotzone    no     
    IH small image compression quality    85     
    IH medium image filetype    no_change     
    IH medium image background    255:255:255     
    IH watermark medium images    no     
    IH zoom medium images    no     
    IH medium image hotzone    no     
    IH medium image compression quality    85     
    IH large image filetype    no_change     
    IH large image background    255:255:255     
    IH watermark large images    no     
    IH large image compression quality    85     
    IH large image maximum width    750     
    IH large image maximum height    550     
    IH watermark gravity    Center     
    IH zoom gravity    SouthEast
    Now I see the light thanks. I made the animated.gif the same size as the Subcategory Image Width AND Height (shown in red above), and it works. Yippee!

  8. #3688
    Join Date
    Jan 2007
    Location
    1.5 miles from Home
    Posts
    674
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by tyankee View Post
    i am having a problem with png images. i can't use them. in the admin section i get this error:


    Warning: imagepng() [function.imagepng]: gd-png: fatal libpng error: zlib error in /home/skinze1/public_html/includes/classes/bmz_image_handler.class.php on line 646

    Warning: imagepng() [function.imagepng]: gd-png error: setjmp returns error condition in /home/skinze1/public_html/includes/classes/bmz_image_handler.class.php on line 646

    Warning: imagepng() [function.imagepng]: gd-png: fatal libpng error: zlib error in /home/skinze1/public_html/includes/classes/bmz_image_handler.class.php on line 646

    Warning: imagepng() [function.imagepng]: gd-png error: setjmp returns error condition in /home/skinze1/public_html/includes/classes/bmz_image_handler.class.php on line 646

    Warning: imagepng() [function.imagepng]: gd-png: fatal libpng error: zlib error in /home/skinze1/public_html/includes/classes/bmz_image_handler.class.php on line 646


    if i change the image to jpg, it works fine.. i also noticed that when i go into the 'preview' section in image handler for these images, jpg and gif show a rectagular colored image and the png shows a very small checkered box.
    Could be your server/host doesn't have GD support for png files turned on or have not installed that package.

    Admin--> Version and scroll to the gd & zlib heading to see.

  9. #3689
    Join Date
    Apr 2008
    Posts
    154
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    here is what it shows: I use Hostgator...


    GD Support enabled
    GD Version bundled (2.0.34 compatible)
    FreeType Support enabled
    FreeType Linkage with freetype
    FreeType Version 2.2.1
    GIF Read Support enabled
    GIF Create Support enabled
    JPG Support enabled
    PNG Support enabled
    WBMP Support enabled
    XPM Support enabled
    XBM Support enabled
    Website Developer and Search Engine Optimazation Boise Idaho. Details at BoiseWired.com

  10. #3690
    Join Date
    May 2006
    Posts
    725
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Hello there,

    Just wondering how I could replicate the same thing as in this webpage...http://tokyotoys.com/index.php?main_...oducts_id=4737

    When you click on "larger image", the pic is different from what is on the product page (seems like a zoom in of the larger image). This is something I wish to achieve to allow my site to have similar image size for product page.

    All the best...

 

 

Similar Threads

  1. v150 Image Handler 4 (for v1.5.x) Support Thread
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1687
    Last Post: 17 Nov 2024, 07:26 PM
  2. 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
  3. Image Handler Support Please
    By nadinesky in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 30 Sep 2013, 03:47 PM
  4. Image handler only covers part of screen
    By shaneburton in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 14 May 2009, 07:15 PM
  5. Is Image Handler the only way to go?
    By wwwursa in forum Installing on a Windows Server
    Replies: 2
    Last Post: 23 Dec 2007, 09:22 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