I want to paste a logo which has been mailed to me in jpg format .but in my program i have to replace it with the existing logo which is in .jif format.do i hava to convert the image from jpg to jif?
thanks
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35249
7
posted
0
What is a "jif"? It's not a commonly used image format, so you'll need to tell us what it means. Or do you mean JFIF? If so, most JPEGs are JFIFs already.
I can think of one scenario where this is useful. If a bunch of apps point to the jpeg image and you need to change the image before they can update their reference to the image. In this case, I'd leave up both a gif and jpeg version and tell the callers to switch with their next release.