Search found 2 matches

by filippogambarota
2019-09-20T01:06:35-07:00
Forum: Users
Topic: Different images between MATLAB and ImageMagick
Replies: 2
Views: 6288

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 = imresi...
by filippogambarota
2019-09-19T02:07:47-07:00
Forum: Users
Topic: Ellipse cropping from GIMP parameters
Replies: 3
Views: 8454

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 bu...