Are these instructions from the manual correct ? // Rotate the image 45° clockwise at highest quality and using the ImageEnView background color ImageEnView1.Proc.Rotate( 315, ierBicubic, -1 );
// Rotate the image 90° clockwise (Note: AntialiasMode is irrelevant for 90 deg. rotations) ImageEnView1.Proc.Rotate( 270 );
// Rotate the image 180° clockwise ImageEnView1.Proc.Rotate( 180 );
// Rotate the image 90° counter-clockwise ImageEnView1.Proc.Rotate( 90 );
When i use 270, i get counter clockwise and not clockwise it looks like.
However, in ImageEn a 90 deg. rotation is counter-clockwise (= Left). I personally agree that this is not intuitive, but that decision was made well before we took over the ImageEn project.