Search found 4 matches
- 2012-05-23T16:40:13-07:00
- Forum: Users
- Topic: Auto-fit image to a 1080p screen.
- Replies: 6
- Views: 23017
Re: Auto-fit image to a 1080p screen.
You may have an issue, if the aspect is much narrower. The command would need changing and you would need a test to check the aspect ratio of the image in comparison to the aspect ratio of the 1920x1080 display. But this gets you started. I'll throw a bunch of images at it over the next few days ...
- 2012-05-23T16:37:28-07:00
- Forum: Users
- Topic: Auto-fit image to a 1080p screen.
- Replies: 6
- Views: 23017
Re: Auto-fit image to a 1080p screen.
Awesome, just what I was looking for. Thanks for your help.fmw42 wrote:This should do it.
- 2012-05-23T14:31:26-07:00
- Forum: Users
- Topic: Auto-fit image to a 1080p screen.
- Replies: 6
- Views: 23017
Re: Auto-fit image to a 1080p screen.
If you have one example image and can tell me exactly what you want, I can probably put together a set of command lines to do that. The screens in the Schools are 1920x1080 (1080p). This will be the final resolution of the image. Students and Staff use all sorts of camera's and devices to take ...
- 2012-05-23T12:41:17-07:00
- Forum: Users
- Topic: Auto-fit image to a 1080p screen.
- Replies: 6
- Views: 23017
Auto-fit image to a 1080p screen.
I'm working on slideshow software for School Lobby TV displays 1080p. The trouble is getting end-users to resize photos to fit the screen before uploading. Can ImageMagick resize uploaded images as follows: 1) Detect image size. 2) Fit the largest dimention to screen size: either width or height. 3 ...