Search found 11 matches
- 2018-06-12T13:47:55-07:00
- Forum: Users
- Topic: Convert portrait and landscape aspect images at the same time
- Replies: 6
- Views: 10053
Re: Convert portrait and landscape aspect images at the same time
Found a post here on the forum that pointed me in the right direction. Doing this: convert -resize "120x120>" c:\inetpub\wwwroot\kp-new\model_images\[THISFILENAME] -quality 75 c:\inetpub\wwwroot\kp-new\model_images\thumb\[THISFILENAME] convert -resize "200x200>" c:\inetpub\wwwroot\kp-new\model ...
- 2018-06-12T13:26:35-07:00
- Forum: Users
- Topic: Convert portrait and landscape aspect images at the same time
- Replies: 6
- Views: 10053
Re: Convert portrait and landscape aspect images at the same time
On my Windows 2012 R2 Server I'm using
ImageMagick-7.0.1-Q8
on my desktop I'm still using
ImageMagick-6.9.3-Q8
I should probably upgrade the vers on my PC to be in sync with my server
ImageMagick-7.0.1-Q8
on my desktop I'm still using
ImageMagick-6.9.3-Q8
I should probably upgrade the vers on my PC to be in sync with my server
- 2018-06-12T13:24:50-07:00
- Forum: Users
- Topic: Convert portrait and landscape aspect images at the same time
- Replies: 6
- Views: 10053
Re: Convert portrait and landscape aspect images at the same time
If someone uploaded a vertical aspect image, I need it to be 466w x 700h max If someone uploaded a horizontal aspect image, I need it to be 700w x 466h max They would in all likelihood do a combination of horizontal and vertical aspect images at the same time in the same upload form. As an example ...
- 2018-06-12T12:19:29-07:00
- Forum: Users
- Topic: Convert portrait and landscape aspect images at the same time
- Replies: 6
- Views: 10053
Convert portrait and landscape aspect images at the same time
I have an image upload form where users submit vertical and horizontal format images. My problem. I need the resized images to be these sizes: (they will usually be these exact sizes actually since they submit files that resize perfectly) thumb: 80w x 120h or 120w x 80h middle: 133w x 200h 200w x ...
- 2016-04-05T15:05:02-07:00
- Forum: Users
- Topic: Mogrify - resize to 72px w images that are wider than 72px
- Replies: 11
- Views: 10505
Re: Mogrify - resize to 72px w images that are wider than 72px
Understood, but its still weird that all works as expected when I'm no longer within c:\inetpub and the actual directory for the site.
And yes, all folders within have correct read/write permissions etc
And yes, all folders within have correct read/write permissions etc
- 2016-04-05T14:23:02-07:00
- Forum: Users
- Topic: Mogrify - resize to 72px w images that are wider than 72px
- Replies: 11
- Views: 10505
Re: Mogrify - resize to 72px w images that are wider than 72px
OK, Well this is real weird but things are better If I create a folder at the root of my drive c:\test_photos and place my test files in there, and then make the NEW folder within \test_photos\thumbnails .... and then run mogrify -path c:\test_photos\test_photos_thumbnails -quality 100 -format jpg ...
- 2016-04-05T14:09:59-07:00
- Forum: Users
- Topic: Mogrify - resize to 72px w images that are wider than 72px
- Replies: 11
- Views: 10505
Re: Mogrify - resize to 72px w images that are wider than 72px
Still not going well I'm able to copy a file via dos from "test_photos" into the directory "test_photos_thumbnails" so permissions can't be a problem. copy durant-3-12-15-1.jpg c:\inetpub\wwwroot\avs\test_photos\test_photos_thumbnails Running this: mogrify -path c:\inetpub\wwwroot\avs\test_photos ...
- 2016-04-05T09:40:04-07:00
- Forum: Users
- Topic: Mogrify - resize to 72px w images that are wider than 72px
- Replies: 11
- Views: 10505
Re: Mogrify - resize to 72px w images that are wider than 72px
OK It sorta works The original photos are in test_photos I am in the test_photos directory as I run the command from the command line...... I want to place the reduced images into test_photos_thumbnails mogrify -path c:\inetpub\wwwroot\avs\test_photos_thumbnails -format jpg -resize ^>72x *.jpg I get ...
- 2016-04-05T08:23:08-07:00
- Forum: Users
- Topic: Mogrify - resize to 72px w images that are wider than 72px
- Replies: 11
- Views: 10505
Re: Mogrify - resize to 72px w images that are wider than 72px
I'm a newbie at something this intricate.
Thanks for the tips.
I'll give them a try when I'm back at my office......
Thanks for the tips.
I'll give them a try when I'm back at my office......
- 2016-04-04T23:49:03-07:00
- Forum: Users
- Topic: Mogrify - resize to 72px w images that are wider than 72px
- Replies: 11
- Views: 10505
Mogrify - resize to 72px w images that are wider than 72px
I'm trying to resize a few thousand images to be 72px wide to be used as thumbnails in slider galleries. These images are kept in a folder that also has thousands of images that are smaller than 72x wide that need to be kept their original size..... The large images are a folder "test_photos" and I ...
- 2016-03-26T17:11:21-07:00
- Forum: Users
- Topic: Get image height and width during/after upload
- Replies: 2
- Views: 3259
Get image height and width during/after upload
Is it possible to get the width and height of an image during or right after it gets uploaded to a server but "before" it gets viewed in a browser etc
I need to write the filename, width, and height of uploaded photos into a database.
I need to write the filename, width, and height of uploaded photos into a database.