Subversion Repositories filter_foundry

Rev

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

Rev 178 Rev 182
Line 28... Line 28...
28
	Status: FIXED (Workaround) in FilterFoundry 1.7
28
	Status: FIXED (Workaround) in FilterFoundry 1.7
29
	
29
	
30
	The reason is that OnContinue/main.c:RequestNext() processes the image in chunks,
30
	The reason is that OnContinue/main.c:RequestNext() processes the image in chunks,
31
	and probably due to a bug, PSPI only applies the image data of the last chunk.
31
	and probably due to a bug, PSPI only applies the image data of the last chunk.
32
 
32
 
33
	Workaround applied in FF 1.7: If the host signature is 'GIMP', then we set
33
	Workaround applied in FF 1.7: If the host signature is "GIMP" (PMIG), then we set
34
	needall=1 to disable chunked processing.
34
	needall=1 to disable chunked processing.
35
 
35
 
36
 
36
 
37
3. When you re-open the main window, the formulas of the previous session vanish.
37
3. When you re-open the main window, the formulas of the previous session vanish.
38
 
38