2
votes
1answer
61 views

Are filename extensions required on served images?

If the image I'm serving has the proper HTTP Content-Type is it also required that I have the image filename extension (JPG/PNG/GIF)? Or can I just include the image in the page without?
0
votes
2answers
426 views

Print high resolution images from browser?

I have a packing slip that is generated with each order that I want to print and place in each shipped package. The images on the packing slip will not change and need to be high resolution for crisp ...