Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: GD library

  1. #11
    IanOBrien is offline Nearly a Glow Sage
    Join Date
    Apr 2007
    Posts
    16

    Default

    Well it looks like I'm using ImageMagick and not GD. However, the same problem applies... when i changed it to /usr/local/bin/convert I get a different error:

    Error creating thumbnail: sh: line 1: /usr/local/bin/convert: No such file or directory

    So it looks like the old directory was correct. it just doesn't recognize -thumbnail. How is this fixed?

  2. #12
    jmarcv's Avatar
    jmarcv is offline Cranky Coder
    Join Date
    Jan 2005
    Posts
    354

    Default

    How is this fixed?
    As I said, you can replace the -thumbnail with -geometry in your code.

    Otherwise, IM needs to be upgraded on your server. If it is a shared server, then unfortunately, the risk of an upgrade messing with everyone elses system will make it hard for the request to be considered.

  3. #13
    sergey is offline Master Glow Jedi
    Join Date
    Aug 2005
    Posts
    472

    Default

    Ian,

    We have upgraded ImageMagick on your server and you can use /usr/local/bin/convert with the option -thumbnail and it won't throw any error messages.

  4. #14
    IanOBrien is offline Nearly a Glow Sage
    Join Date
    Apr 2007
    Posts
    16

    Default

    Works now. Thanks a bunch!

  5. #15
    sergey is offline Master Glow Jedi
    Join Date
    Aug 2005
    Posts
    472

    Default

    No problem. Glad to hear that it worked out

  6. #16
    jmarcv's Avatar
    jmarcv is offline Cranky Coder
    Join Date
    Jan 2005
    Posts
    354

    Default

    Well, there ya go. Thats why I work here. These guys are great! On a Sunday no less!

Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14