This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| crosscompiler:deep_projects [2020/12/10 15:28] – ursgraf | crosscompiler:deep_projects [2022/12/20 15:56] (current) – ursgraf | ||
|---|---|---|---|
| Line 20: | Line 20: | ||
| # | # | ||
| # imgfile = D: | # imgfile = D: | ||
| - | # imgformat = BIN; | ||
| # pl_file = ; | # pl_file = ; | ||
| Line 41: | Line 40: | ||
| < | < | ||
| libpath = " | libpath = " | ||
| - | libpath = "../ch.ntb.inf.deep.trglib"," | + | libpath = "../org.deepjava.trglib"," |
| libpath = " | libpath = " | ||
| libpath = " | libpath = " | ||
| Line 71: | Line 70: | ||
| ==== Image File ==== | ==== Image File ==== | ||
| - | It is possible to write an image file to disk. This might be useful for further processing or debugging. Currently only the binary image file format is supported. | + | It is possible to write an image file to disk. This might be useful for further processing or debugging. |
| < | < | ||
| - | imgfile = " | + | imgfile = " |
| - | imgformat = BIN; | + | |
| </ | </ | ||