←back to thread

669 points danso | 1 comments | | HN request time: 0.254s | source
Show context
winter_blue ◴[] No.23261475[source]
Someone at the College Board just needs to write a few lines of code to convert HEIC images to JPEG, instead of forcing thousands (if not more) students to retake the test.

On Ubuntu, you can:

        sudo apt-get install libheif-examples
        heif-convert infile.heif outfile.jpg
Based on the article, it sounds like the College Board did actually receive the test files from these students. The students were emailed that the files were "corrupted". So in all honesty, this is just a matter of them actually just converting the files they've received then (or using an image viewer that can handled HEIC.)
replies(2): >>23262936 #>>23266886 #
1. disabled ◴[] No.23262936[source]
^ This. College Board messed up severely on this issue.