I think I answered my own question, after reading up again on the usage pages about distort and resizing I learned that it is actually the affine method from -distort
so after playing around a bit I think what I really wanted is this:
"-distort resize x1080" is probably equal to this -> "+distort ...
Search found 2 matches
- 2016-02-19T13:06:06-07:00
- Forum: PerlMagick
- Topic: Distort Resize
- Replies: 2
- Views: 17742
- 2016-02-18T08:26:55-07:00
- Forum: PerlMagick
- Topic: Distort Resize
- Replies: 2
- Views: 17742
Distort Resize
How do I use Distort Resize in perlmagick and actually define the dimensions?
This is what I use on the terminal:
convert input.png -filter Lanczos -distort resize x1080 out.jpg
Which does exactly what it should, but my problem is that I just can't figure out how I recreate exactly that in perl ...
This is what I use on the terminal:
convert input.png -filter Lanczos -distort resize x1080 out.jpg
Which does exactly what it should, but my problem is that I just can't figure out how I recreate exactly that in perl ...