Revision 1208967
Go back to digest for 26th December 2010Bug Fixes in Office
Cyrille Berger Skott committed changes in /branches/koffice/2.3/koffice/libs/flake/KoImageData.cpp:
Fix: inserting jpg image that are bigger than 90k
Details: when the image is too big, it is saved in a temporary files as-is (meaning raw jpeg data), but the "suffix" is set to "png", and then when loading from the temporary file we force-load as "png", the patch let Qt auto detect the image type
Backport of 0f7fe6dd74c6c78b4e53e9b76c5a96155aeb9241 by myself, reviewd by Boudewijn.
File Changes
Modified 1 files
- /branches/koffice/2.3/koffice/libs/flake/KoImageData.cpp
1 files changed in total