I have always been thinking and I'm still thinking that everything in Linux is very easy...
One small correction: if you know how.
Today I wanted to split one big screen-shot in some smaller parts so that they fit my screen...
Solution (is very easy)
One small correction: if you know how.
Today I wanted to split one big screen-shot in some smaller parts so that they fit my screen...
Solution (is very easy)
convert big.png -crop '100x6.66%' small.png
This command splits a big image into an appropriate number
of smaller ones, each of following size: 100% of big width,
6.66% of big height. It was a good solution in my case.
More info at imagemagick.org
1 comment:
That's handy :p
Maybe you want to fix a typo though: appropriative ==> appropriate
Post a Comment