Subversion Repositories filter_foundry

Rev

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

Rev 153 Rev 154
Line 18... Line 18...
18
Minor priority stuff or ideas
18
Minor priority stuff or ideas
19
-----------------------------
19
-----------------------------
20
 
20
 
21
* Create more test cases and compare various functions between Filter Foundry and Filter Factory.
21
* Create more test cases and compare various functions between Filter Foundry and Filter Factory.
22
 
22
 
23
* The VERSIONINFO resource is added in PiPl.rc - but that would mean it will also be included in Mac binaries?
-
 
24
  I think it should be added to a new file version_win.rc , which is included only by win_res.rc
-
 
25
  
-
 
26
* Should an expression like "----r" be forbidden? (Multiple negate signs) On the other hand, FilterFactory
23
* Should an expression like "----r" be forbidden? (Multiple negate signs) On the other hand, FilterFactory
27
  didn't forbit them either.
24
  didn't forbit them either.
28
  
25
  
29
* CMYK mode is possible (although a bit misleading to have r=c, g=m, b=y, a=k), but then it is impossible to
26
* CMYK mode is possible (although a bit misleading to have r=c, g=m, b=y, a=k), but then it is impossible to
30
  control the alpha channel.
27
  control the alpha channel.
Line 63... Line 60...
63
 
60
 
64
	Category: FilterFoundry               Ext.   Sig.     Testcase file(s)         WinImport       MacImport
61
	Category: FilterFoundry               Ext.   Sig.     Testcase file(s)         WinImport       MacImport
65
	-----------------------------------------------------------------------------------------------------------
62
	-----------------------------------------------------------------------------------------------------------
66
	Import FilterFoundry 1.6 for Windows  .8bf   0x1C86   foundry16.8bf            Works           TODO: Check
63
	Import FilterFoundry 1.6 for Windows  .8bf   0x1C86   foundry16.8bf            Works           TODO: Check
67
	Import FilterFoundry 1.7 for Windows  .8bf   0x2086   (Wait for 1.7 release)
64
	Import FilterFoundry 1.7 for Windows  .8bf   0x2086   (Wait for 1.7 release)
68
	Import FilterFoundry for Mac          ???    ???      ???                      ???             ???
65
	Import FilterFoundry 1.6 for Mac      ???    ???      ???                      ???             ???
-
 
66
	Import FilterFoundry 1.7 for Mac      ???    ???      (Wait for 1.7 release)
69
  
67
  
70
* Minor bug: Testcase rst_3.afs applied to a 1000x1000 canvas:
68
* Minor bug: Testcase rst_3.afs applied to a 1000x1000 canvas:
71
  When the preview is zoomed in to 29% or 59%, and the preview is panned, the
69
  When the preview is zoomed in to 29% or 59%, and the preview is panned, the
72
  bars change during panning. It does not look "smooth" like in 100%, 50%, or 25% zoom.
70
  bars change during panning. It does not look "smooth" like in 100%, 50%, or 25% zoom.
-
 
71
  The problem is that the offset of the preview area is always different, and if the zoom
73
  (Possible problem in process.c:process_scaled() )
72
  level is not a multiple of two, you will always "pick" other bars.
-
 
73
 
-
 
74
* When Picture-1.jpg is scaled down, you can still pan left and right by 1 pixel
74
 
75
 
75
 
76
 
76
Design/UI Tweaks
77
Design/UI Tweaks
77
----------------
78
----------------
78
 
79