Added Post-Resize Sharpening tool with some code cleanups, optimizations and language file consistency improvements. Issue 2825
This commit is contained in:
@@ -19,11 +19,9 @@
|
||||
#ifndef __REFRESHMAP__
|
||||
#define __REFRESHMAP__
|
||||
|
||||
#include <glibmm.h>
|
||||
|
||||
// Use M_VOID is you wish to update the proc params without updating the preview at all !
|
||||
// Use M_VOID if you wish to update the proc params without updating the preview at all !
|
||||
#define M_VOID (1<<15)
|
||||
// Use M_MINUPDATE if you you wish to update the preview without modifying the image (think about it like a "refreshPreview")
|
||||
// Use M_MINUPDATE if you wish to update the preview without modifying the image (think about it like a "refreshPreview")
|
||||
// Must NOT be used with other event (i.e. will be used for MINUPDATE only)
|
||||
#define M_MINUPDATE (1<<14)
|
||||
// Force high quality
|
||||
|
Reference in New Issue
Block a user