Search found 2 matches
- 2019-09-20T01:06:35-07:00
- Forum: Users
- Topic: Different images between MATLAB and ImageMagick
- Replies: 2
- Views: 7815
Different images between MATLAB and ImageMagick
Hi, I'm using ImageMagick 7.0.8-64 Q16 for Windows and MATLAB R2019. I'm doing the same operation (resizing with bicubic interpolation method) in both programs. ImageMagick code: magick start.png -resize 400x200! -interpolate Catrom -quality 100 start_magick_100.png MATLAB code start_matlab ...
- 2019-09-19T02:07:47-07:00
- Forum: Users
- Topic: Ellipse cropping from GIMP parameters
- Replies: 3
- Views: 12119
Ellipse cropping from GIMP parameters
Hi, I'm trying to batch crop images with a particular ellipse region of interest (ROI). Usually, I do it with rectangular ROI so I go to GIMP, I select my region, I copy my x,y,w,h parameters anf then use the command line tool for batch cropping. In GIMP, even the oval shape is defined by x,y,w,h ...