Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Source/FreeImage.h
Original file line number Diff line number Diff line change
Expand Up @@ -733,6 +733,7 @@ FI_STRUCT (FIDEPENDENCY) {
// Load / Save flag constants -----------------------------------------------

#define FIF_LOAD_NOPIXELS 0x8000 //! loading: load the image header only (not supported by all plugins, default to full loading)
#define FIF_LOAD_NOTHUMBNAIL 0x10000

#define BMP_DEFAULT 0
#define BMP_SAVE_RLE 1
Expand Down
Loading