-
Notifications
You must be signed in to change notification settings - Fork 8
/
ReadMe Src.txt
29 lines (22 loc) · 1.08 KB
/
ReadMe Src.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
--- PhotoSift Source Code Comments --------------------------------------------
Language: C#
IDE: Visual Studio 2010 Professional
Target: DotNet Framework 2.0 on Windows
License: GPL
Notes:
I need to maintain a custom version of PhotoSift with some special
requirements that are not suitable for the public version. This is
managed using "#if RLVISION ... #endif" where needed. This symbol
is defined in two special configurations called "RLV Debug" and
"RLV Release".
Is Mono supported? I don't know. There are a few P/Invoke that probably
need to be removed, but these are generally not essential. I have collected
all Windows specific API calls in the WinAPI.cs file. Let me know if you
know more about Mono!
I have tried to make the code well documented and structured. I think I
have done a fairly good job, with one exception: The code and workflow
managing the various zoom and view modes is not always pretty. Apologies
for this. I will work on improving it in the future.
If you modify PhotoSift and release it publicly, I would be happy to hear
about it!