Search found 22 matches
- 2016-09-29T09:35:55-07:00
- Forum: Users
- Topic: Resize Images from a file
- Replies: 43
- Views: 13677
Re: Resize Images from a file
I will run the script and will send you the results. I have 8GB RAM. It does not work on png and gif. It works on all jpeg file.
- 2016-09-29T08:44:23-07:00
- Forum: Users
- Topic: Resize Images from a file
- Replies: 43
- Views: 13677
Re: Resize Images from a file
I have sent you an email. Please verify that you have received.
- 2016-09-28T06:39:07-07:00
- Forum: Users
- Topic: Resize Images from a file
- Replies: 43
- Views: 13677
Re: Resize Images from a file
@fmw42 give me your email address. I will send you the zip file of filelog.txt
- 2016-09-27T17:56:04-07:00
- Forum: Users
- Topic: Resize Images from a file
- Replies: 43
- Views: 13677
Re: Resize Images from a file
No error. Following output: /var/www/vhosts/addiszone.com/httpdocs/image/catalog/Womens - Blouses - DH/Eugen-Summer-Yarn-Skirt-Waist-Gauze-Skirt-Lace-Chiffon-Skirt-Female-Korean-Bow-Skirt-221851559779659776-3.png PNG 751x803 751x803+0+0 8-bit DirectClass 1.375MB 0.000u 0:00.000 /var/www/vhosts ...
- 2016-09-27T17:44:58-07:00
- Forum: Users
- Topic: Resize Images from a file
- Replies: 43
- Views: 13677
Re: Resize Images from a file
how to update correctly on OS: CentOS 6.8 (Final)
Any idea?
Any idea?
- 2016-09-27T12:55:41-07:00
- Forum: Users
- Topic: Resize Images from a file
- Replies: 43
- Views: 13677
Re: Resize Images from a file
No change in any file.
- 2016-09-27T11:49:28-07:00
- Forum: Users
- Topic: Resize Images from a file
- Replies: 43
- Views: 13677
Re: Resize Images from a file
Code run:
Result:
What I am doing wrong again?
Code: Select all
cat filelog.txt | \
while read img; do
convert "$img" -quality 50 -resize '1000>x2000>' "$img"
done
Code: Select all
Geometry: 4000x3000+0+0
Compression: JPEG
Quality: 75
- 2016-09-27T11:39:46-07:00
- Forum: Users
- Topic: Resize Images from a file
- Replies: 43
- Views: 13677
Re: Resize Images from a file
Compression: JPEG
Quality: 75
Orientation: Undefined
I can see this as output for the above file. Quality is not set to 50.
Quality: 75
Orientation: Undefined
I can see this as output for the above file. Quality is not set to 50.
- 2016-09-27T11:20:41-07:00
- Forum: Users
- Topic: Resize Images from a file
- Replies: 43
- Views: 13677
Re: Resize Images from a file
filelog.txt /var/www/vhosts/addiszone.com/httpdocs/image/catalog/Womens - Blouses - Ali/2016-fashion-women-top-kimono-blouses-O-neck-shirts-chiffon-casual-vintage-tops-plus-size-XXXXL-5XL-blusas-blouse-women--39-s-32662724086-2.png /var/www/vhosts/addiszone.com/httpdocs/image/catalog/Womens ...
- 2016-09-27T11:18:30-07:00
- Forum: Users
- Topic: Resize Images from a file
- Replies: 43
- Views: 13677
Re: Resize Images from a file
Filename: Lot-10-packs--3-jumping-pills-tricky-toys-for-jokes---Gags-lovely-jumping-pills-move-with-ur-hand-gest-XD-1348619149-0.jpeg Original file before running script: -rw-r--r-- 1 vramadmin psacln 1.1M Sep 6 09:07 Lot-10-packs--3-jumping-pills-tricky-toys-for-jokes---Gags-lovely-jumping-pills ...
- 2016-09-27T08:49:57-07:00
- Forum: Users
- Topic: Resize Images from a file
- Replies: 43
- Views: 13677
Re: Resize Images from a file
I am not using any absolute path. I want it to be replace with original one. I have already created backup of those images. So help me with the same path code. No absolute path. Please.
- 2016-09-27T08:42:41-07:00
- Forum: Users
- Topic: Resize Images from a file
- Replies: 43
- Views: 13677
Re: Resize Images from a file
/var/www/vhosts/addiszone.com/httpdocs/image/catalog/Womens - Dresses - Ali/wholesale2015newolivestrapVnecksexybodyconcelebritypartypencilwomenbandageDress-32522073354-1.jpeg Error: convert: unable to open image `/var/www/vhosts/addiszone.com/httpdocs/image/catalog/Womens': No such file or ...
- 2016-09-27T08:36:47-07:00
- Forum: Users
- Topic: Resize Images from a file
- Replies: 43
- Views: 13677
Re: Resize Images from a file
suffix=`convert "$img" -format "%e" info:` convert "$img" -quality 50 absolutepath2/newdirectory/$name.$suffix there will be no double quotes ("") after -quality 50? and suffix also contains convert keyword and again it gets repeat for absolutepath2. I am confused.
- 2016-09-26T17:06:21-07:00
- Forum: Users
- Topic: Resize Images from a file
- Replies: 43
- Views: 13677
Re: Resize Images from a file
Please explain -format "%t" and -format "%e"
Why weed that?
Why weed that?
- 2016-09-26T15:19:08-07:00
- Forum: Users
- Topic: Resize Images from a file
- Replies: 43
- Views: 13677
Re: Resize Images from a file
what would be the filename? and how would I run it on Cent OS?