Skip to content

Resizing Pipeline for GPT-4 Vision #7276

Answered by snibgo
blue-j asked this question in Help
Discussion options

You must be logged in to vote

Presumably we pipe one resize into another?

There is no need for piping. That just adds unneeded complications. Windows syntax:

magick in.png -resize "2048x2048^>" -resize "768x768^^" out.png

Bash syntax:

magick in.png -resize "2048x2048>" -resize "768x768^" out.png

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@fmw42
Comment options

Answer selected by blue-j
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
3 participants