Skip to content

Commit

Permalink
Merge pull request #700 from jdpurcell/pr-issue698
Browse files Browse the repository at this point in the history
Fix inability to load certain JPG files
  • Loading branch information
jurplel authored Oct 12, 2024
2 parents c67be31 + 8e78b09 commit be96385
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/qvimagecore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ void QVImageCore::loadFile(const QString &fileName, bool isReloading)
QVImageCore::ReadData QVImageCore::readFile(const QString &fileName, const QColorSpace &targetColorSpace)
{
QImageReader imageReader;
imageReader.setDecideFormatFromContent(true);
imageReader.setAutoTransform(true);

imageReader.setFileName(fileName);
Expand Down

0 comments on commit be96385

Please sign in to comment.