Image problem

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
xsix
Forum Newbie
Posts: 2
Joined: Fri Mar 27, 2009 10:08 am

Image problem

Post by xsix »

There is a strange thing, when i generate an image with php, and output it as image via header, it outputs ok, everything is ok, BUT, when i close the browser or switch to another window and then switch back to my page which is displaying an image, the image looks a few pixels smaller and anti-aliased(or some kind of effect) i just don't know where to search for such a solution :)
User avatar
andyhoneycutt
Forum Contributor
Posts: 468
Joined: Wed Aug 27, 2008 10:02 am
Location: Idaho Falls

Re: Image problem

Post by andyhoneycutt »

That problem sounds more like your browser resizing it than the image data changing. I would try using a different browser, or browsers, and see if you run into the same problem.
xsix
Forum Newbie
Posts: 2
Joined: Fri Mar 27, 2009 10:08 am

Re: Image problem

Post by xsix »

Hm. nope, it still is the same image, only anti-aliases, don't know why it does it
Post Reply