|
My program just keeps going
jpg: = tjpegimage.create;
bmp: = tbitmap.create;
jpg.loadfromfile (...);
bmp.assign (jpg);
Handle bmp ...
bmp.savetofile (...);
jpg.free;
bmp.free;
This is the non-stop loop, which is good in most cases, but sometimes it doesn't work. It prompts JPG ERROR # 68. Many thanks. |
|