Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision b83ef588

Von Holger Lindemann vor mehr als 12 Jahren hinzugefügt

  • ID b83ef588cf9d372b52a42e5ce2f48497b9f2c2dd
  • Vorgänger ff641432
  • Nachfolger afa558ad

Bestfit mitgeben

Variable treuh auf treuhand geändert

Unterschiede anzeigen:

peppershop/Picture.php
$faktor = $d["width"]/$d["height"];
}
$smallheight = floor($this->smallwidth*$faktor);
$handle->thumbnailImage($this->smallwidth, $smallheight);
$handle->thumbnailImage($this->smallwidth, $smallheight, true);
$rc = $handle->writeImage( "./tmp/tmp.file_small");
if ( !$this->original ) {
$handle->readImage("./tmp/tmp.file_org");
$bigheight = floor($this->bigwidth * $faktor);
$handle->thumbnailImage( $this->bigwidth, $bigheight);
$handle->thumbnailImage( $this->bigwidth, $bigheight,true);
return $handle->writeImage( "./tmp/tmp.file_org");
}
return $rc;

Auch abrufbar als: Unified diff