Hi,
so far everything is working fine, but all pictures are displayed with a distorted last row. Just in full zoom the picture looks ok. I tried two versions. 5.x.2.x-dev and 5.x.2.2.
I found someone talking about it here:
http://greengaloshes.cc/2007/05/zoomifyimage-ported-to-php/
To fix the distortion of the last row….
Change the dst_h of the resize and resample calls to the src_h. This will prevent stretching of the tile.
Well.. I don´t know what this means exactly. Is this fixed already, because I didn´t saw anyone posting about it?
Can I edit the ZoomifyFileProcessor.php-file somehow, to get it fixed, because it really looks very bad on most pictures.thanks for any help,
Marc
Comments
Comment #1
karc2009 commentedI played a bit around with the configuration. When im changing
$this->tileSize =256;(on line 89), the pictures look ok. But I always have to put in different values, depending on the proportion of the pics. Sometimes I put in "170" sometims "200" etc. (I didnt calculate this numbers, I just did it by trial and error for each sort of picture and its proportion.I don´t really get this. This way, the pics look ok, but it´s of course very complicated.
Comment #2
infojunkieNot maintaining 5.x any more.