Search found 9 matches

by BlissDirect
2016-06-09T08:31:49-07:00
Forum: IMagick
Topic: setimageresolution() query
Replies: 2
Views: 8790

setimageresolution() query

Hello, I have written under line of codes to convert image resolution to 300. Below code, does the trick and shows it in the properties of that image file, but when I open the same file in Adobe Photoshop, it shows the original resolution and not the changed resolution. $image = new Imagick(); $imag...
by BlissDirect
2016-06-09T08:23:07-07:00
Forum: IMagick
Topic: Imagick works on version check, but gives fatal error on creating instance of a class.
Replies: 13
Views: 17617

Re: Imagick works on version check, but gives fatal error on creating instance of a class.

For an update, I was able to install the library successfully, after switching from shared server to dedicated server.
by BlissDirect
2016-05-11T04:33:59-07:00
Forum: Users
Topic: ImageMagick on 1and1
Replies: 12
Views: 23163

Re: ImageMagick on 1and1

Hello, I know this is an old post. But I am using 1and1 shared hosting and nothing is working for me... I see "leiacg" could make it work. I am working with the customer support team, since a week now. One agent said you can install the imagemagick with the following steps: "https://h...
by BlissDirect
2016-05-09T14:15:21-07:00
Forum: IMagick
Topic: Imagick works on version check, but gives fatal error on creating instance of a class.
Replies: 13
Views: 17617

Re: Imagick works on version check, but gives fatal error on creating instance of a class.

I got to learn new thing from 1and1 hosting team, "just to give you a heads up, under shared hosting there is no option for you to reset your server. You will need to have a server package to have access to the root". While reading the steps to install ImageMagick, the last step is to rest...
by BlissDirect
2016-05-09T12:57:08-07:00
Forum: IMagick
Topic: Imagick works on version check, but gives fatal error on creating instance of a class.
Replies: 13
Views: 17617

Re: Imagick works on version check, but gives fatal error on creating instance of a class.

Hi,

I am sorry, I might sound weird, but I didn't understood the meaning of assigning path to PHP... Do you mean in php.ini file? Can you please elaborate.

Thanks in advance.
by BlissDirect
2016-05-09T08:43:44-07:00
Forum: IMagick
Topic: Imagick works on version check, but gives fatal error on creating instance of a class.
Replies: 13
Views: 17617

Re: Imagick works on version check, but gives fatal error on creating instance of a class.

Hi,

Do I need to use the directory path anywhere?

Thanks in advance.
by BlissDirect
2016-05-06T15:02:45-07:00
Forum: IMagick
Topic: Imagick works on version check, but gives fatal error on creating instance of a class.
Replies: 13
Views: 17617

Re: Imagick works on version check, but gives fatal error on creating instance of a class.

I didn't got your point, "not the one privately installed" Can we have multiple installation on the server and the steps we followed for installation were: http://help.1and1.com/hosting-c37630/webspace-and-access-c85098/ssh-c37775/install-imagemagick-via-ssh-a649013.html Kindly advise, if ...
by BlissDirect
2016-05-06T09:48:18-07:00
Forum: IMagick
Topic: Imagick works on version check, but gives fatal error on creating instance of a class.
Replies: 13
Views: 17617

Re: Imagick works on version check, but gives fatal error on creating instance of a class.

Hi,

I am using Image Magick for the first time, so might got confused with the terms...Sorry for that! Does that mean, the Image Magick is installed successfully, as it is showing the version details?

Thanks in advance
by BlissDirect
2016-05-06T08:59:08-07:00
Forum: IMagick
Topic: Imagick works on version check, but gives fatal error on creating instance of a class.
Replies: 13
Views: 17617

Imagick works on version check, but gives fatal error on creating instance of a class.

I am trying ImageMagick on 1and1 hosting. Agent from 1and1 hosting said, Upon checking, You have successfully installed the ImageMagick, it will not show up in phpinfo since this was not installed in our server's backend, this was installed within you're hosting space. You need to use the path where...