Fix the PPM fix. It broke the jpeg embedded thumbs, they weren't being shrunk.

This commit is contained in:
Steve Herrell
2010-12-03 15:36:39 -05:00
parent bccd35122e
commit 687ba597c2
2 changed files with 66 additions and 92 deletions

View File

@@ -75,8 +75,6 @@ namespace rtengine {
void getFinalSize (const rtengine::procparams::ProcParams& pparams, int& w, int& h);
static Thumbnail* loadQuickFromRaw (const Glib::ustring& fname, rtengine::RawMetaDataLocation& rml, int &w, int &h, int fixwh);
static Thumbnail* loadFromMemory (const char* image, int length, int &w, int &h, int fixwh,
bool swap_order, int bps);
static Thumbnail* loadFromRaw (const Glib::ustring& fname, RawMetaDataLocation& rml, int &w, int &h, int fixwh);
static Thumbnail* loadFromImage (const Glib::ustring& fname, int &w, int &h, int fixwh);