Re: [PHP] Difference between imagegif/imagejpeg sending to browser <-> saving to file?

2008-05-08 Thread zyro
Lo again, found my mistake.. in fact, it was the hex-to-rgb conversion not working properly in some cases. [SUBJECT CLOSED] zyro wrote: > > Hello together, > > I stumbled onto a curious problem: > i am generating a jpeg/gif with the imagejpeg/imagegif functions (type >

[PHP] Difference between imagegif/imagejpeg sending to browser <-> saving to file?

2008-05-06 Thread zyro
needed at this point but used in images that are merged (gifs) to achieve the final result. Another interesting point: - generated image sent to browser, properties: ~3kb - generated image, saved in filesys, properties: ~15kb What explains that diff in filesize? Thanks for your help, greets, zyr