Search found 26 matches

by PleskQuestion
2017-11-15T18:30:30-07:00
Forum: Users
Topic: The way to use convert –strip command line from system operational perspective.
Replies: 22
Views: 15966

Re: The way to use convert –strip command line from system operational perspective.

fmw42, Thank you for your time. Below is the versions of softwares installed. OS:centos-6 (x86_64) Plesk 17.0.17 ImageMagick-6.7.2.7-6.el6.x86_64 ImageMagick-devel php-devel PECL imagick When I saw the website, the particular picture(taken from iOS device) was displayed horizontally, because of the ...
by PleskQuestion
2017-11-15T16:21:45-07:00
Forum: Users
Topic: The way to use convert –strip command line from system operational perspective.
Replies: 22
Views: 15966

Re: The way to use convert –strip command line from system operational perspective.

fmw42, Thank you for your time. Below is what I had after about 5 min when I run it, there are about 2000 jpg images in save_image folder, and since there are no error appeared after all, does it mean that ImageMagick mogrify command line eliminated all those exif data from jpg files that exist in s...
by PleskQuestion
2017-11-15T13:11:12-07:00
Forum: Users
Topic: The way to use convert –strip command line from system operational perspective.
Replies: 22
Views: 15966

The way to use convert –strip command line from system operational perspective.

I have several questions regarding its system operation. [root@server-XXXXXXX-X ~]# convert /var/www/vhosts/xxxxxx.com/httpdocs/upload/temp_image/*.jpg -strip /var/www/vhosts/xxxxxx.com/httpdocs/upload/temp_image/*.jpg Killed 1. Above is what I tried, and does it make sense to you from technical poi...
by PleskQuestion
2017-11-14T07:36:24-07:00
Forum: Users
Topic: Convert command from ImageMagick does not work, and saying convert: unable to open image :
Replies: 18
Views: 28665

Re: Convert command from ImageMagick does not work, and saying convert: unable to open image :

Bonzo Thanks. I tried as you explained and had results like below. [root@server-XXXXXXX-X ~]# convert upload/temp_image/in.jpg -strip upload/temp_image/out.jpg convert: unable to open image `upload/temp_image/in.jpg': No such file or directory @ error/blob.c/OpenBlob/2589. convert: missing an image ...
by PleskQuestion
2017-11-14T06:04:00-07:00
Forum: Users
Topic: Convert command from ImageMagick does not work, and saying convert: unable to open image :
Replies: 18
Views: 28665

Re: Convert command from ImageMagick does not work, and saying convert: unable to open image :

snibgo, Thank for your reply. So it's a directory issue instead of a permission, or... Sorry but, I'm still confused of what I should do. I placed in.jpg like below which,I think, means that there are files and directories exist. /httpdocs/in.jpg(and out.jpg) /httpdocs/upload/temp_image/in.jpg(and o...
by PleskQuestion
2017-11-14T02:50:59-07:00
Forum: Users
Topic: Convert command from ImageMagick does not work, and saying convert: unable to open image :
Replies: 18
Views: 28665

Re: Convert command from ImageMagick does not work, and saying convert: unable to open image :

fmw42, Thanks. Great information. I've tried like below and still have same messages saying No such file or directory. What could the problem be here? [root@server-XXXXXXX-X ~]# convert /httpdocs/upload/temp_image/in.JPG -strip /httpdocs/upload/temp_image/out.JPG convert: unable to open image `/http...
by PleskQuestion
2017-11-13T23:48:05-07:00
Forum: Users
Topic: Convert command from ImageMagick does not work, and saying convert: unable to open image :
Replies: 18
Views: 28665

Re: Convert command from ImageMagick does not work, and saying convert: unable to open image :

snibgo,

Trying to be more simple,

How should I write convert command line knowing there is in.JPG under the below directory?

[root@server-XXXXXXX-X ~]#

/httpdocs/upload/temp_image/in.JPG(and out.JPG)
by PleskQuestion
2017-11-13T23:22:51-07:00
Forum: Users
Topic: Convert command from ImageMagick does not work, and saying convert: unable to open image :
Replies: 18
Views: 28665

Re: Convert command from ImageMagick does not work, and saying convert: unable to open image :

snibgo, Thanks. I tried below and had the result like below which simply indicates that there's not in.JPG there. [root@server-XXXXXXX-X ~]# ls id_rsa.pub parallels plesk_installer Now, how can I change the below command line using the directory where I know there is in.JPG? [root@server-XXXXXXX-X ~...
by PleskQuestion
2017-11-13T01:41:31-07:00
Forum: Users
Topic: Convert command from ImageMagick does not work, and saying convert: unable to open image :
Replies: 18
Views: 28665

Re: Convert command from ImageMagick does not work, and saying convert: unable to open image :

snibgo Thanks for your reply, I tried and had results like below, [root@server-XXXXXXX-X ~]# convert ls in.JPG -strip ls out.JPG convert: unable to open image `ls': No such file or directory @ error/blob.c/OpenBlob/2589. convert: no decode delegate for this image format `ls' @ error/constitute.c/Rea...
by PleskQuestion
2017-11-12T23:08:44-07:00
Forum: Users
Topic: Convert command from ImageMagick does not work, and saying convert: unable to open image :
Replies: 18
Views: 28665

Convert command from ImageMagick does not work, and saying convert: unable to open image :

Hi, I’m trying to use convert command from ImageMagick like below by placing in.JPG right under httpdocs, and had an message like below. I’ve also tried to place the files several other directories in order just to test to find out what will happen and the results were the same. [root@server-XXXXXXX...