Several posts on this forum over the past years have mentioned that resized photos lose their embedded color profile, because GD doesn't support color management and strips the embedded profile.
This will result suboptimal display even in some browsers that do support color management, because they don't assume sRGB when no profile is embedded. I think the current release of Firefox 3 does assume sRGB if management is turned on, but Safari doesn't.
I realize that this is not a ZP bug, but with increasing awareness of and support for color management it will be an issue for more and more ZP users. At least for me it is an issue, because most visitors of my website are either photographers or clients in the publishing business.
I just came across a blog post that suggests it's possible to re-embed the sRGB profile using ImageMagick after the GD manipulations, if I understand correctly.
I guess it's not a very elegant solution, but if it would be possible to implement this in Zephoto, this would be a welcome workaround to me, and perhaps many other users.