Search found 3 matches
- 2017-05-29T23:29:59-07:00
- Forum: Digital Image Processing
- Topic: [solved] blur and resize after upload
- Replies: 4
- Views: 30026
Re: blur and resize after upload
Super! Thanks a lot!
- 2017-05-29T23:07:39-07:00
- Forum: Digital Image Processing
- Topic: [solved] blur and resize after upload
- Replies: 4
- Views: 30026
Re: blur and resize after upload
Hi and thanks!
So yes aspect ratio is w/h for me too ;-) I basically want to resize a normal digital camera image into a DSLR image with the extended sides (what's missing) filled by a blur extension of the photo rather than a plain color. And no I do not want to distort the photo neither.
Maybe ...
So yes aspect ratio is w/h for me too ;-) I basically want to resize a normal digital camera image into a DSLR image with the extended sides (what's missing) filled by a blur extension of the photo rather than a plain color. And no I do not want to distort the photo neither.
Maybe ...
- 2017-05-29T21:18:53-07:00
- Forum: Digital Image Processing
- Topic: [solved] blur and resize after upload
- Replies: 4
- Views: 30026
[solved] blur and resize after upload
Hi!
I'm writing a web app using Laravel and was wondering if it was possible with ImageMagick to do the following:
upload a 4/3 aspect ratio image
create a blur version of it
split that blur version in 2 vertically and spread it on both sides of the upload image to change its aspect ratio ...
I'm writing a web app using Laravel and was wondering if it was possible with ImageMagick to do the following:
upload a 4/3 aspect ratio image
create a blur version of it
split that blur version in 2 vertically and spread it on both sides of the upload image to change its aspect ratio ...