summaryrefslogtreecommitdiff
path: root/epostunit.pas
diff options
context:
space:
mode:
Diffstat (limited to 'epostunit.pas')
-rw-r--r--epostunit.pas8
1 files changed, 4 insertions, 4 deletions
diff --git a/epostunit.pas b/epostunit.pas
index 97906a6..94af43d 100644
--- a/epostunit.pas
+++ b/epostunit.pas
@@ -3417,8 +3417,8 @@ begin
tmax:=min(tmax,_tsiz-1);
gibAus('('+inttostr(xmin)+'-'+inttostr(xmax)+'x'+inttostr(tmin)+'-'+inttostr(tmax)+')',3);
gibAus(' ('+floattostr(Transformationen.xstart)+'-'+floattostr(Transformationen.xstop)+' x '+floattostr(Transformationen.tstart)+'-'+floattostr(Transformationen.tstop)+')',3);
- breite:=round((xmax-xmin)*xzoom)+1;
- hoehe:=round((tmax-tmin)*yzoom)+1;
+ breite:=round((xmax-xmin+1)*xzoom);
+ hoehe:=round((tmax-tmin+1)*yzoom);
Ausschnitt:=tKoordinatenAusschnitt.create(Transformationen,xmin,xmax,tmin,tmax);
@@ -4452,9 +4452,9 @@ begin
// wbreite:=max(gesbreite div mt,byte(nummer=mt-1)*(gesbreite-(gesbreite div mt)*(mt-1)));
// breite:=wbreite+lof*byte(nummer=0)+rof*byte(nummer=mt-1);
hoehe:=oof+whoehe+uof;
- gibAus('Werte: '+inttostr(xmi)+'-'+inttostr(xma)+'x'+inttostr(tmi)+'-'+inttostr(tma)+', Pixel: '+inttostr(xpmi)+'-'+inttostr(xpma),1);
+ gibAus('Werte: '+inttostr(xmi)+'-'+inttostr(xma)+'x'+inttostr(tmi)+'-'+inttostr(tma)+' ('+inttostr(wbreite)+'), Pixel: '+inttostr(xpmi)+'-'+inttostr(xpma)+' ('+inttostr(breite)+')',1);
gibAus('Thread '+inttostr(nummer)+': hole '
- +inttostr(round(((sizeof(extended)+sizeof(longint))*whoehe*wbreite+
+ +inttostr(round(((sizeof(extended)+sizeof(longint))*length(wes)*whoehe*wbreite+
sizeof(tRGB)*hoehe*breite)/1024/1024))+'MB RAM ...',1);
setlength(wertes,length(wes));
setlength(anzahlens,length(wes));