Welcome to Codidact Meta!
Codidact Meta is the meta-discussion site for the Codidact community network and the Codidact software. Whether you have bug reports or feature requests, support questions or rule discussions that touch the whole network – this is the site for you.
Post History
There have been some "images don't display in all browsers" problems. This is a test of that. Each image is "Test Image" in magenta/pink letters on a white background. PNG JPG TIF BMP ...
#7: Post edited
Browser-Specific Image Problems
- There have been some "images don't display in all browsers" problems. This is a test of that. Each image is "Test Image" in magenta/pink letters on a white background.
- PNG
![Image alt text](https://meta.codidact.com/uploads/zZWZt36eQuKif2ZQzjp8mtJs)- JPG
![Image alt text](https://meta.codidact.com/uploads/UdnHXMZXrwyjsuDLCTvUuYMP)- TIF
![Image alt text](https://meta.codidact.com/uploads/ZKTrTRirecY933bKq4AaBugE)- BMP
![Image alt text](https://meta.codidact.com/uploads/yyybNwk7uYjhaC9RSsgsWCwz)- ----
- Tested using browserstack.com:
- * Windows 7 & 10 Firefox: TIF does not display
- * Windows 7 & 10 Chrome: TIF does not display
- * Windows 7 & 10 Opera: TIF does not display
- * Windows 7 & 10 IE: BMP does not display
- * Windows 7 & 10 Edge: TIF does not display
- * Mac Safari: No problems!
- * Mac Firefox: TIF does not display
- * Mac Chrome: TIF does not display
- * Mac Opera: TIF does not display
- * Mac Edge: TIF does not display
- * Android (Google Pixel 4) Chrome: TIF does not display
- * Android (Google Pixel 4) Firefox: TIF does not display
- * iOS (iPhone 11) Safari: No problems!
- * iOS (iPhone 11) Chrome: No problems!
- This appears to **not** be a Codidact problem per se:
- * If I try to display the files directly (file://c:/etc. as a URL) in Firefox, the PNG, JPG and BMP all work as expected but TIF ends up as a download.
- * Another (ahem) helpful site has [some information](https://stackoverflow.com/questions/2176991/display-tiff-image-in-all-web-browser) about this problem.
- So it appears that JPG and PNG are the only truly reliable image formats. Actually, I'm 99+% certain that GIF is also universal, but generally speaking JPG and PNG are preferred to GIF.
- Probably no quick & easy solution. Suggestions:
- * Check filetype on upload and only allow if filetype (based on contents, not simply file extension) is PNG, JPG or GIF. This has the advantage of not just blocking marginal image formats but also helping to block malicious Javascript or other nasty stuff.
- * Detect BMP and TIF and offer to convert to JPG or PNG using [ImageMagick](https://imagemagick.org) or a similar system.
- There have been some "images don't display in all browsers" problems. This is a test of that. Each image is "Test Image" in magenta/pink letters on a white background.
- PNG
- ![test image png format](https://meta.codidact.com/uploads/zZWZt36eQuKif2ZQzjp8mtJs)
- JPG
- ![test image jpg format](https://meta.codidact.com/uploads/UdnHXMZXrwyjsuDLCTvUuYMP)
- TIF
- ![test image TIF format](https://meta.codidact.com/uploads/ZKTrTRirecY933bKq4AaBugE)
- BMP
- ![test image BMP format](https://meta.codidact.com/uploads/yyybNwk7uYjhaC9RSsgsWCwz)
- ----
- Tested using browserstack.com:
- * Windows 7 & 10 Firefox: TIF does not display
- * Windows 7 & 10 Chrome: TIF does not display
- * Windows 7 & 10 Opera: TIF does not display
- * Windows 7 & 10 IE: BMP does not display
- * Windows 7 & 10 Edge: TIF does not display
- * Mac Safari: No problems!
- * Mac Firefox: TIF does not display
- * Mac Chrome: TIF does not display
- * Mac Opera: TIF does not display
- * Mac Edge: TIF does not display
- * Android (Google Pixel 4) Chrome: TIF does not display
- * Android (Google Pixel 4) Firefox: TIF does not display
- * iOS (iPhone 11) Safari: No problems!
- * iOS (iPhone 11) Chrome: No problems!
- This appears to **not** be a Codidact problem per se:
- * If I try to display the files directly (file://c:/etc. as a URL) in Firefox, the PNG, JPG and BMP all work as expected but TIF ends up as a download.
- * Another (ahem) helpful site has [some information](https://stackoverflow.com/questions/2176991/display-tiff-image-in-all-web-browser) about this problem.
- So it appears that JPG and PNG are the only truly reliable image formats. Actually, I'm 99+% certain that GIF is also universal, but generally speaking JPG and PNG are preferred to GIF.
- Probably no quick & easy solution. Suggestions:
- * Check filetype on upload and only allow if filetype (based on contents, not simply file extension) is PNG, JPG or GIF. This has the advantage of not just blocking marginal image formats but also helping to block malicious Javascript or other nasty stuff.
- * Detect BMP and TIF and offer to convert to JPG or PNG using [ImageMagick](https://imagemagick.org) or a similar system.
#5: Post edited
There have been some "images don't display in all browsers" problems. This is a test of that.- PNG
- ![Image alt text](https://meta.codidact.com/uploads/zZWZt36eQuKif2ZQzjp8mtJs)
- JPG
- ![Image alt text](https://meta.codidact.com/uploads/UdnHXMZXrwyjsuDLCTvUuYMP)
- TIF
- ![Image alt text](https://meta.codidact.com/uploads/ZKTrTRirecY933bKq4AaBugE)
- BMP
- ![Image alt text](https://meta.codidact.com/uploads/yyybNwk7uYjhaC9RSsgsWCwz)
- ----
- Tested using browserstack.com:
- * Windows 7 & 10 Firefox: TIF does not display
- * Windows 7 & 10 Chrome: TIF does not display
- * Windows 7 & 10 Opera: TIF does not display
- * Windows 7 & 10 IE: BMP does not display
- * Windows 7 & 10 Edge: TIF does not display
- * Mac Safari: No problems!
- * Mac Firefox: TIF does not display
- * Mac Chrome: TIF does not display
- * Mac Opera: TIF does not display
- * Mac Edge: TIF does not display
- * Android (Google Pixel 4) Chrome: TIF does not display
- * Android (Google Pixel 4) Firefox: TIF does not display
- * iOS (iPhone 11) Safari: No problems!
- * iOS (iPhone 11) Chrome: No problems!
- This appears to **not** be a Codidact problem per se:
- * If I try to display the files directly (file://c:/etc. as a URL) in Firefox, the PNG, JPG and BMP all work as expected but TIF ends up as a download.
- * Another (ahem) helpful site has [some information](https://stackoverflow.com/questions/2176991/display-tiff-image-in-all-web-browser) about this problem.
- So it appears that JPG and PNG are the only truly reliable image formats. Actually, I'm 99+% certain that GIF is also universal, but generally speaking JPG and PNG are preferred to GIF.
- Probably no quick & easy solution. Suggestions:
- * Check filetype on upload and only allow if filetype (based on contents, not simply file extension) is PNG, JPG or GIF. This has the advantage of not just blocking marginal image formats but also helping to block malicious Javascript or other nasty stuff.
- * Detect BMP and TIF and offer to convert to JPG or PNG using [ImageMagick](https://imagemagick.org) or a similar system.
- There have been some "images don't display in all browsers" problems. This is a test of that. Each image is "Test Image" in magenta/pink letters on a white background.
- PNG
- ![Image alt text](https://meta.codidact.com/uploads/zZWZt36eQuKif2ZQzjp8mtJs)
- JPG
- ![Image alt text](https://meta.codidact.com/uploads/UdnHXMZXrwyjsuDLCTvUuYMP)
- TIF
- ![Image alt text](https://meta.codidact.com/uploads/ZKTrTRirecY933bKq4AaBugE)
- BMP
- ![Image alt text](https://meta.codidact.com/uploads/yyybNwk7uYjhaC9RSsgsWCwz)
- ----
- Tested using browserstack.com:
- * Windows 7 & 10 Firefox: TIF does not display
- * Windows 7 & 10 Chrome: TIF does not display
- * Windows 7 & 10 Opera: TIF does not display
- * Windows 7 & 10 IE: BMP does not display
- * Windows 7 & 10 Edge: TIF does not display
- * Mac Safari: No problems!
- * Mac Firefox: TIF does not display
- * Mac Chrome: TIF does not display
- * Mac Opera: TIF does not display
- * Mac Edge: TIF does not display
- * Android (Google Pixel 4) Chrome: TIF does not display
- * Android (Google Pixel 4) Firefox: TIF does not display
- * iOS (iPhone 11) Safari: No problems!
- * iOS (iPhone 11) Chrome: No problems!
- This appears to **not** be a Codidact problem per se:
- * If I try to display the files directly (file://c:/etc. as a URL) in Firefox, the PNG, JPG and BMP all work as expected but TIF ends up as a download.
- * Another (ahem) helpful site has [some information](https://stackoverflow.com/questions/2176991/display-tiff-image-in-all-web-browser) about this problem.
- So it appears that JPG and PNG are the only truly reliable image formats. Actually, I'm 99+% certain that GIF is also universal, but generally speaking JPG and PNG are preferred to GIF.
- Probably no quick & easy solution. Suggestions:
- * Check filetype on upload and only allow if filetype (based on contents, not simply file extension) is PNG, JPG or GIF. This has the advantage of not just blocking marginal image formats but also helping to block malicious Javascript or other nasty stuff.
- * Detect BMP and TIF and offer to convert to JPG or PNG using [ImageMagick](https://imagemagick.org) or a similar system.
#4: Post edited
- There have been some "images don't display in all browsers" problems. This is a test of that.
- PNG
- ![Image alt text](https://meta.codidact.com/uploads/zZWZt36eQuKif2ZQzjp8mtJs)
- JPG
- ![Image alt text](https://meta.codidact.com/uploads/UdnHXMZXrwyjsuDLCTvUuYMP)
- TIF
- ![Image alt text](https://meta.codidact.com/uploads/ZKTrTRirecY933bKq4AaBugE)
- BMP
- ![Image alt text](https://meta.codidact.com/uploads/yyybNwk7uYjhaC9RSsgsWCwz)
- ----
- Tested using browserstack.com:
- * Windows 7 & 10 Firefox: TIF does not display
- * Windows 7 & 10 Chrome: TIF does not display
- * Windows 7 & 10 Opera: TIF does not display
- * Windows 7 & 10 IE: BMP does not display
- * Windows 7 & 10 Edge: TIF does not display
- * Mac Safari: No problems!
- * Mac Firefox: TIF does not display
- * Mac Chrome: TIF does not display
- * Mac Opera: TIF does not display
- * Mac Edge: TIF does not display
- * Android (Google Pixel 4) Chrome: TIF does not display
- * Android (Google Pixel 4) Firefox: TIF does not display
- * iOS (iPhone 11) Safari: No problems!
- * iOS (iPhone 11) Chrome: No problems!
- There have been some "images don't display in all browsers" problems. This is a test of that.
- PNG
- ![Image alt text](https://meta.codidact.com/uploads/zZWZt36eQuKif2ZQzjp8mtJs)
- JPG
- ![Image alt text](https://meta.codidact.com/uploads/UdnHXMZXrwyjsuDLCTvUuYMP)
- TIF
- ![Image alt text](https://meta.codidact.com/uploads/ZKTrTRirecY933bKq4AaBugE)
- BMP
- ![Image alt text](https://meta.codidact.com/uploads/yyybNwk7uYjhaC9RSsgsWCwz)
- ----
- Tested using browserstack.com:
- * Windows 7 & 10 Firefox: TIF does not display
- * Windows 7 & 10 Chrome: TIF does not display
- * Windows 7 & 10 Opera: TIF does not display
- * Windows 7 & 10 IE: BMP does not display
- * Windows 7 & 10 Edge: TIF does not display
- * Mac Safari: No problems!
- * Mac Firefox: TIF does not display
- * Mac Chrome: TIF does not display
- * Mac Opera: TIF does not display
- * Mac Edge: TIF does not display
- * Android (Google Pixel 4) Chrome: TIF does not display
- * Android (Google Pixel 4) Firefox: TIF does not display
- * iOS (iPhone 11) Safari: No problems!
- * iOS (iPhone 11) Chrome: No problems!
- This appears to **not** be a Codidact problem per se:
- * If I try to display the files directly (file://c:/etc. as a URL) in Firefox, the PNG, JPG and BMP all work as expected but TIF ends up as a download.
- * Another (ahem) helpful site has [some information](https://stackoverflow.com/questions/2176991/display-tiff-image-in-all-web-browser) about this problem.
- So it appears that JPG and PNG are the only truly reliable image formats. Actually, I'm 99+% certain that GIF is also universal, but generally speaking JPG and PNG are preferred to GIF.
- Probably no quick & easy solution. Suggestions:
- * Check filetype on upload and only allow if filetype (based on contents, not simply file extension) is PNG, JPG or GIF. This has the advantage of not just blocking marginal image formats but also helping to block malicious Javascript or other nasty stuff.
- * Detect BMP and TIF and offer to convert to JPG or PNG using [ImageMagick](https://imagemagick.org) or a similar system.
#3: Post edited
- There have been some "images don't display in all browsers" problems. This is a test of that.
- PNG
- ![Image alt text](https://meta.codidact.com/uploads/zZWZt36eQuKif2ZQzjp8mtJs)
- JPG
- ![Image alt text](https://meta.codidact.com/uploads/UdnHXMZXrwyjsuDLCTvUuYMP)
- TIF
- ![Image alt text](https://meta.codidact.com/uploads/ZKTrTRirecY933bKq4AaBugE)
- BMP
- ![Image alt text](https://meta.codidact.com/uploads/yyybNwk7uYjhaC9RSsgsWCwz)
- ----
- Tested using browserstack.com:
* Windows Firefox: TIF does not display* Windows Chrome: TIF does not display* Windows Opera: TIF does not display* Windows IE: BMP does not display* Windows Edge: TIF does not display- * Mac Safari: No problems!
- * Mac Firefox: TIF does not display
- * Mac Chrome: TIF does not display
- * Mac Opera: TIF does not display
- * Mac Edge: TIF does not display
- * Android (Google Pixel 4) Chrome: TIF does not display
- * Android (Google Pixel 4) Firefox: TIF does not display
- * iOS (iPhone 11) Safari: No problems!
- * iOS (iPhone 11) Chrome: No problems!
- There have been some "images don't display in all browsers" problems. This is a test of that.
- PNG
- ![Image alt text](https://meta.codidact.com/uploads/zZWZt36eQuKif2ZQzjp8mtJs)
- JPG
- ![Image alt text](https://meta.codidact.com/uploads/UdnHXMZXrwyjsuDLCTvUuYMP)
- TIF
- ![Image alt text](https://meta.codidact.com/uploads/ZKTrTRirecY933bKq4AaBugE)
- BMP
- ![Image alt text](https://meta.codidact.com/uploads/yyybNwk7uYjhaC9RSsgsWCwz)
- ----
- Tested using browserstack.com:
- * Windows 7 & 10 Firefox: TIF does not display
- * Windows 7 & 10 Chrome: TIF does not display
- * Windows 7 & 10 Opera: TIF does not display
- * Windows 7 & 10 IE: BMP does not display
- * Windows 7 & 10 Edge: TIF does not display
- * Mac Safari: No problems!
- * Mac Firefox: TIF does not display
- * Mac Chrome: TIF does not display
- * Mac Opera: TIF does not display
- * Mac Edge: TIF does not display
- * Android (Google Pixel 4) Chrome: TIF does not display
- * Android (Google Pixel 4) Firefox: TIF does not display
- * iOS (iPhone 11) Safari: No problems!
- * iOS (iPhone 11) Chrome: No problems!
#2: Post edited
- There have been some "images don't display in all browsers" problems. This is a test of that.
- PNG
- ![Image alt text](https://meta.codidact.com/uploads/zZWZt36eQuKif2ZQzjp8mtJs)
- JPG
- ![Image alt text](https://meta.codidact.com/uploads/UdnHXMZXrwyjsuDLCTvUuYMP)
- TIF
- ![Image alt text](https://meta.codidact.com/uploads/ZKTrTRirecY933bKq4AaBugE)
- BMP
- ![Image alt text](https://meta.codidact.com/uploads/yyybNwk7uYjhaC9RSsgsWCwz)
Let's see what happens.
- There have been some "images don't display in all browsers" problems. This is a test of that.
- PNG
- ![Image alt text](https://meta.codidact.com/uploads/zZWZt36eQuKif2ZQzjp8mtJs)
- JPG
- ![Image alt text](https://meta.codidact.com/uploads/UdnHXMZXrwyjsuDLCTvUuYMP)
- TIF
- ![Image alt text](https://meta.codidact.com/uploads/ZKTrTRirecY933bKq4AaBugE)
- BMP
- ![Image alt text](https://meta.codidact.com/uploads/yyybNwk7uYjhaC9RSsgsWCwz)
- ----
- Tested using browserstack.com:
- * Windows Firefox: TIF does not display
- * Windows Chrome: TIF does not display
- * Windows Opera: TIF does not display
- * Windows IE: BMP does not display
- * Windows Edge: TIF does not display
- * Mac Safari: No problems!
- * Mac Firefox: TIF does not display
- * Mac Chrome: TIF does not display
- * Mac Opera: TIF does not display
- * Mac Edge: TIF does not display
- * Android (Google Pixel 4) Chrome: TIF does not display
- * Android (Google Pixel 4) Firefox: TIF does not display
- * iOS (iPhone 11) Safari: No problems!
- * iOS (iPhone 11) Chrome: No problems!
#1: Initial revision
There have been some "images don't display in all browsers" problems. This is a test of that. PNG ![Image alt text](https://meta.codidact.com/uploads/zZWZt36eQuKif2ZQzjp8mtJs) JPG ![Image alt text](https://meta.codidact.com/uploads/UdnHXMZXrwyjsuDLCTvUuYMP) TIF ![Image alt text](https://meta.codidact.com/uploads/ZKTrTRirecY933bKq4AaBugE) BMP ![Image alt text](https://meta.codidact.com/uploads/yyybNwk7uYjhaC9RSsgsWCwz) Let's see what happens.