Subversion Repositories filter_foundry

Rev

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

Rev 201 Rev 231
Line 1... Line 1...
1
 
1
 
2
Please download "Adobe Photoshop SDK" here:
2
Please download the Adobe Photoshop SDK here:
3
https://www.adobe.com/devnet/photoshop/sdk.html (*)
3
https://www.adobe.com/devnet/photoshop/sdk.html
-
 
4
	Note: The download of SDK 2017 at the end of the EULA page
-
 
5
	won't work on some browsers due to security settings:
-
 
6
	"adobe.com" uses HTTPS, while the download target "macromedia.com" uses HTTP.
-
 
7
	Therefore, the download does not work.
-
 
8
	Direct download of SDK 2017 here:
-
 
9
	http://download.macromedia.com/pub/developer/photoshop/sdk/adobe_photoshop_sdk_cc_2017_win.zip
-
 
10
 
-
 
11
 
-
 
12
 
-
 
13
Important:
-
 
14
Please carefully read the SDK EULA before processing!
-
 
15
The SDK contents are NOT part of this plugin source code,
-
 
16
and they are not subject to the plugin's license!
-
 
17
The SDK contents may not be distributed together with the plugin
-
 
18
or the plugin source code, and must stay on the computer of the developer.
4
 
19
 
-
 
20
If you do not agree to the EULA of the latest SDK,
-
 
21
you could try to obtain an older version of the SDK which
-
 
22
might have different license terms. This plugin should be
-
 
23
compatible with older versions of the SDK too.
-
 
24
 
-
 
25
 
5
Then extract its contents in this directory:
26
Once you have obtained the SDK, extract the SDK contents in this directory:
6
- connectionsdk/
27
- connectionsdk/
7
- images/
28
- images/
8
- pluginsdk/
29
- pluginsdk/
9
- license.html
30
- license.html
10
- ReadMe.html
31
- ReadMe.html
11
 
32
 
-
 
33
These folders are excluded in SVN and GIT to avoid that they
-
 
34
are accidentally uploaded somewhere.
12
 
35
 
13
 
36
 
-
 
37
Additional notes:
14
Note: The download of SDK 2017 at the end of the EULA page
38
- Adobe's stand in regards to using SDK to write OpenSource plugins:
15
won't work on some browsers due to security settings:
39
  https://web.archive.org/web/20070203075622/http://blogs.adobe.com/notesfrommnr/2006/04/using_adobe_sdk.html
16
"adobe.com" uses HTTPS, while the download target "macromedia.com" uses HTTP.
40
  So it should be fine if the SDK contents are not included in the plugin's source code and not part of the license.
17
Therefore, the download does not work.
41
- The GPL license has some problems with this:
18
Direct download of SDK 2017 here:
42
  https://www.gnu.org/licenses/gpl-faq.en.html#FSWithNFLibs
19
http://download.macromedia.com/pub/developer/photoshop/sdk/adobe_photoshop_sdk_cc_2017_win.zip
43
- Unfortunately, the fork of ViaThinkSoft is bound to the license that has been set in the original project of Toby Thain.