Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #29136
    Profile photo of Jens Lambert
    Jens Lambert
    Participant

    I figured it out, I am unable to get the pro version to work, my provider does not support the imagick plugin instead they have ImageMagick.  I don’t think they are the same thing.  That being said I reverted to the “lite” version and finally figured out how to apply different licenses for the same image through variations

    #24489
    Profile photo of Jens Lambert
    Jens Lambert
    Participant

    So I contacted my service provider, and this is the response I got: (it includes some code)

    We have ImageMagick binaries. But it is not complied to PHP so IMAGICK won’t work. So, you will not be able to use IMAGICK as PHP built-in class.  You have to use the alternative ‘convert’ utility:

    $location=’/usr/local/bin/convert’;

    $command=’-thumbnail 150′;

    $name=’Sunset.’;

    $extfrm=’jpg’;

    $extto=’png’;

    $output=”{$name}{$extto}”;

    $convert=$location . ‘ ‘ .$command . ‘ ‘ . $name . $extfrm . ‘ ‘ . $name . $extto;

    exec ($convert);

    print “img src=”.$output.”.”;

    Sorry about the mess in the last post.

    #24488
    Profile photo of Jens Lambert
    Jens Lambert
    Participant

    So I contacted my service provider and this is the reponse I got, it includes some code:

    <span style=”font-family: myriad-pro, Arial, Helvetica, sans-serif; font-size: 13px; line-height: normal; background-color: #d8e9f4;”>We have ImageMagick binaries. But it is not complied to PHP so IMAGICK won’t work. So, you will not be able to use IMAGICK as PHP built-in class. </span><br style=”font-family: myriad-pro, Arial, Helvetica, sans-serif; font-size: 13px; line-height: normal; background-color: #d8e9f4;” /><span style=”font-family: myriad-pro, Arial, Helvetica, sans-serif; font-size: 13px; line-height: normal; background-color: #d8e9f4;”>You have to use the alternative ‘convert’ utility: </span>

    #24486
    Profile photo of Jens Lambert
    Jens Lambert
    Participant

    and I got three thumbnails…go figure

     

    #24485
    Profile photo of Jens Lambert
    Jens Lambert
    Participant

    and I got three thumnails…go figure

     

    #24484
    Profile photo of Jens Lambert
    Jens Lambert
    Participant

    This time when I ran the cron,

    Blog:1

    Memory at start:33m

    indexing tags

    3 new/updated images/videos parsed

    0 integrity fixes

    0 thumbnails generated

    memory at end 34M

    Memory peak 126M

    #24482
    Profile photo of Jens Lambert
    Jens Lambert
    Participant

    Is file size going to affect whether this works or not?

    #24481
    Profile photo of Jens Lambert
    Jens Lambert
    Participant

    First box says:Blog:1

    Second Box:Memory at start 33M

    Third Box says: Indexing Tags

    That’s it

    #24479
    Profile photo of Jens Lambert
    Jens Lambert
    Participant

    I am only processing jpg’s.  I have contacted my hosting service to see if it is possible to enable Imagick, so at this time I am using GD, space is not an issue, I have access to 1TB.  I can see the files I uploaded in the “New” folder, those that are in the “SS Media” folder show up when I look at Media in the Symbio menu on wordpress, but none of them show a thumbnail, even when I click on them.  I have not figured out what line to put where, so just have clicked on “Run” manually for now.  I understand this is free, but even after reading the documentation it is frustrating…I  actuallyhave a reasonable understanding of coding, but am more of a photographer.

     

Viewing 9 posts - 1 through 9 (of 9 total)