We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Related to #659 ?
The text was updated successfully, but these errors were encountered:
手元のiOS 17.6.1でHEIC→JPEGとそのままJPEGを試す限りは普通にどちらもWindowsから見えた 謎
Sorry, something went wrong.
iOS18.1の標準カメラで撮影したHDR/LIVEのHEICも普通に見える
このアプリでJPEGにする画像がだめらしい(なんで……) https://apps.apple.com/jp/app/imageresize/id596254725
JPEGのヘッダーにEXIFフィールドが存在していて、かつ向き情報が存在していない場合のみ起きる。 空のExifDataを渡した場合、フィールド長以後が書き込まれず 次のマーカー識別子が書き込まれてしまい、JPEGヘッダーが破損してしまっていた。
Successfully merging a pull request may close this issue.
Related to #659 ?
The text was updated successfully, but these errors were encountered: