Subversion Repositories filter_foundry

Rev

Rev 76 | Rev 83 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 76 Rev 78
Line 86... Line 86...
86
31-Jan-2007: 1.4b2 - fix selection bug reported by Daniel Denk
86
31-Jan-2007: 1.4b2 - fix selection bug reported by Daniel Denk
87
01-Feb-2007: 1.4b3 - in cnv(), repeat pixels at edge of image, instead of using zero (reported by Daniel Denk)
87
01-Feb-2007: 1.4b3 - in cnv(), repeat pixels at edge of image, instead of using zero (reported by Daniel Denk)
88
             1.4b4 - cnv() no longer requests entire filtered image in one piece; can now work in chunks
88
             1.4b4 - cnv() no longer requests entire filtered image in one piece; can now work in chunks
89
                     improve the handling of edge pixels when filtering selection
89
                     improve the handling of edge pixels when filtering selection
90
02-Feb-2007: 1.4b5 - minor changes to image sampling logic (ff_src(), rawsrc())
90
02-Feb-2007: 1.4b5 - minor changes to image sampling logic (ff_src(), rawsrc())
-
 
91
16-Feb-2007: 1.4b6 - work on wishlist items
91
*/
92
*/
92
 
93
 
93
#define plugInName "FilterFoundry"
94
#define plugInName "FilterFoundry"
94
#define VERSION_STR "1.4b5"
95
#define VERSION_STR "1.4b6"
95
#define VERSION_NUM 1,0x40,beta,5
96
#define VERSION_NUM 1,0x40,beta,6
96
#define VERS_RSRC VERSION_NUM,verAustralia,VERSION_STR,"Filter Foundry " VERSION_STR
97
#define VERS_RSRC VERSION_NUM,verAustralia,VERSION_STR,"Filter Foundry " VERSION_STR
97
 
98
 
98
/* formatted for Win32 VERSIONINFO resource */
99
/* formatted for Win32 VERSIONINFO resource */
99
#define VI_VERS_NUM 1,4,0,5
100
#define VI_VERS_NUM 1,4,0,6
100
#define VI_FLAGS        VS_FF_PRERELEASE /* 0 for final, or any of VS_FF_DEBUG,VS_FF_PATCHED,VS_FF_PRERELEASE,VS_FF_PRIVATEBUILD,VS_FF_SPECIALBUILD */
101
#define VI_FLAGS        VS_FF_PRERELEASE /* 0 for final, or any of VS_FF_DEBUG,VS_FF_PATCHED,VS_FF_PRERELEASE,VS_FF_PRIVATEBUILD,VS_FF_SPECIALBUILD */
101
#define VI_COMMENTS     "Beta.\r\n\r\nPlease contact support@telegraphics.com.au with any bug reports, suggestions or comments.\0"      /* null terminated Comments field */
102
#define VI_COMMENTS     "Beta.\r\n\r\nPlease contact support@telegraphics.com.au with any bug reports, suggestions or comments.\0"      /* null terminated Comments field */
102
 
103
 
103
/* wildcard signature in resources */
104
/* wildcard signature in resources */
104
#define ANY '    '
105
#define ANY '    '