Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
LikeMike
Posted - Oct 30 2022 : 10:24:51 Hello! When I use the rotate-method of an TImageEnView (f.ex.
Img.Proc.Rotate(315);
) with big images (5000 px x 5000 px) I get an "Not enough memory" error. Is there a workaround for that? Would this work better with 64-Bit target platform?
Thanks it advance Mike
2 L A T E S T R E P L I E S (Newest First)
LikeMike
Posted - Oct 31 2022 : 08:21:24 Hello! Thank u very much. This is working now. Regards!
xequte
Posted - Oct 30 2022 : 17:21:52 Hi Mike
Rotating a 5000x5000 image by 15 deg. with Fast anti-aliasing requires a memory block of 150MB.
You should get a better result with no anti-aliasing: