Menu

Ignore Aspect Ratio

2011-10-14
2013-04-30
  • elias manchon

    elias manchon - 2011-10-14

    Hello Folks,

    I want ignore the image aspect ratio when I resize it. ImageMagick use the ! simbol to do it:

    convert dragon.gif    -resize 64x64\!  exact_dragon.gif

    How can I do with im4java?.

    Thanks in advance!!

     
  • elias manchon

    elias manchon - 2011-10-14

    I self respond:

    op.resize(400,300,"!");

     

Log in to post a comment.