Oooops, that was not a strange thing. I solved for me.
I hav put it in the interlace option/function, that it's enabled by me.
```/zp-core/lib-Imagick.php```
<pre>[code]if ($interlace) {
$im->setInterlaceScheme(Imagick::INTERLACE_JPEG);
$im->stripImage();
}[/code]</pre>
Works.