This is the latest in a string of incidents where critical software systems, facing new pressure due to the pandemic, are catastrophically failing their users. I think what's happened in the past is that most public-facing software systems either a) were not really critical (because people had the alternative of doing things in-person), or b) (as in the case of all the ancient COBOL systems underpinning the US gov) h…
Students are failing AP tests because the College Board can’t handle HEIC images
41–50 of 577 posts
Re: Students are failing AP tests because the College Board can’t handle HEIC images
#42I thought iOS was supposed to convert HEIC images to JPEG automatically behind-the-scenes in any file transfer situation where HEIC isn't supported. The article itself even says: > iPhones convert HEICs to JPEGs automatically when they’re attached to emails in the Mail app I'm just curious technically why the same didn't happen with the testing portal? If you have a webpage that accepts image uploads, is iOS Safari n…
> If you have a webpage that accepts image uploads, is iOS Safari not smart enough to do the same conversion? AIUI, Mobile Safari always re-encodes the image. However , if you transfer the image to a device that supports HEIC (e.g., recent macOS) then you'll find out that (desktop) Safari never re-encodes an image when uploading a file.
Not really: https://news.ycombinator.com/item?id=23261216
Images are converted if you select from Photos (instead of the filesystem).
Re: Students are failing AP tests because the College Board can’t handle HEIC images
#43Sounds to be like the college board contracted this out to the lowest bidder.
Re: Students are failing AP tests because the College Board can’t handle HEIC images
#44Earlier quoted context omitted.
Tried a standard input tag with the proper accept attribute Selected a HEIC file from Photos in Safari, the selected image was automatically converted to JPEG. Ten bucks says College Board programmer(s) failed to do the most basic and standard filtering. Edit: Like a sibling comment said, the accept attribute actually isn't necessary; even PNG images (e.g. screenshots) from Photos are converted to JPEG automatically.…
"Be strict in what you send; be liberal in what you accept" seems a relevant maxim here, but I wonder if it's reasonable to assume given the utter ubiquity of PNG and JPEG that of course that's what other people would be using?
Re: Students are failing AP tests because the College Board can’t handle HEIC images
#45Who doesn't test their upload forms with common flows like uploading an iPhone photo? Sounds to be like the college board contracted this out to the lowest bidder.
Re: Students are failing AP tests because the College Board can’t handle HEIC images
#46I thought iOS was supposed to convert HEIC images to JPEG automatically behind-the-scenes in any file transfer situation where HEIC isn't supported. The article itself even says: > iPhones convert HEICs to JPEGs automatically when they’re attached to emails in the Mail app I'm just curious technically why the same didn't happen with the testing portal? If you have a webpage that accepts image uploads, is iOS Safari n…
As soon as I stray from golden path - text using anything but Apple MEssages, email using anything but apple mail, post using anything but safari, use/process with anything but Apple Photos - HEIC has been an absolute positive pain in my keister ;-(
Other people may have more luck; note that my work iPhone is an isolated island - my other devices are either Android, or Windows/Linux - which probably explains my troubles to a large degree. Apple's selling point has always been the well-integrated ecosystem so I understand I'm an outlier.
Re: Students are failing AP tests because the College Board can’t handle HEIC images
#47> Changing a file’s extension does not guarantee that it will be converted, but Spencer was still able to submit the demo test with no problem. In what situations does the file format auto convert when you change the extension?
So you need to do some little dance to get around it. You can probably run full blown postscript programs on their server if you simply name it .jpg.
College board is a $1 billion/year "not for profit" with a million dollar CEO, there's no excuse for this.
Re: Students are failing AP tests because the College Board can’t handle HEIC images
#48This is the latest in a string of incidents where critical software systems, facing new pressure due to the pandemic, are catastrophically failing their users. I think what's happened in the past is that most public-facing software systems either a) were not really critical (because people had the alternative of doing things in-person), or b) (as in the case of all the ancient COBOL systems underpinning the US gov) h…
They specify they support PNG and JPEG, the two most common format. Why is it their fault that Apple made HEVC the default?
Re: Students are failing AP tests because the College Board can’t handle HEIC images
#491. Take the files and figure out what to do with them so they can be read. This isn't a hard problem.
2. Ask everyone affected to email you the photo or a new photo of the documents. We'll just take it on trust that you do so honestly because there's no way you would've seen this coming.
Re: Students are failing AP tests because the College Board can’t handle HEIC images
#50Earlier quoted context omitted.
Tried a standard input tag with the proper accept attribute Selected a HEIC file from Photos in Safari, the selected image was automatically converted to JPEG. Ten bucks says College Board programmer(s) failed to do the most basic and standard filtering. Edit: Like a sibling comment said, the accept attribute actually isn't necessary; even PNG images (e.g. screenshots) from Photos are converted to JPEG automatically.…
Wow, I didn't know browsers even supported automatic image format conversion (this is pretty impressive IMO). Terrible that their programmers didn't specify that tag attribute.