imagemagick: translate a .png image by dx, dy pixels -


i can't find docs in imagemagick pertain translating image dx,dy pixels.

can me? want produce image that's same size original, shifted, , new pixels set color x.

i believe looking for

convert originalimage.png -virtual-pixel colorofnewpixel -distort affine 'originalx,originaly newx,newy' translatedimage.png

this further documented examples @ imagemagick v6 examples -distorting images under distortions using control points heading.


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -