the first replay contains a test-project. When it is use with big tiff-files with more big images which is load more times, the error is trigged at my pc every times. I check the project on a other pc. RadStudio XE7 and imageen will be new installed. Different is only the size of the tiff-file. At all checks params is not define and
at ...params.assign the error fired. At the project is only a small tiff file. I think it is not good idee to post a tiff file with more than 200 mb.
ps
the workaround I use is:
for yi := 0 to imvSource.ImageCount-1 do
begin
imvSource.SelectedImage:= yi;
imvSource.MIO.SaveToStream(ymemS,ioTiff,true);
end;
this runs all time I check it fine.