File tree 10 files changed +318
-40
lines changed
10 files changed +318
-40
lines changed Original file line number Diff line number Diff line change 8
8
Decodes all CUT images that I've found in the wild. If you find
9
9
one that it fails to decode, let me know!
10
10
11
- Copyright 2013 by Warren Galyen
12
- You may use this source code in your application(s) free of charge,
13
- as long as attribution is given to me (Warren Galyen) and my URL
14
- (https://mechanikadesign.com) in your application's "about" box and/or
15
- documentation.
11
+ Copyright 2013-2020 by Warren Galyen
12
+ https://www.mechanikadesign.com
13
+
14
+ Licensed under the Apache License, Version 2.0 (the "License");
15
+ you may not use this file except in compliance with the License.
16
+ You may obtain a copy of the License at
17
+
18
+ http://www.apache.org/licenses/LICENSE-2.0
19
+
20
+ Unless required by applicable law or agreed to in writing, software
21
+ distributed under the License is distributed on an "AS IS" BASIS,
22
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
23
+ See the License for the specific language governing permissions and
24
+ limitations under the License.
16
25
17
26
*/
18
27
Original file line number Diff line number Diff line change 8
8
Decoder for DICOM images. May not decode all variations of DICOM
9
9
images, since the specification is very broad.
10
10
11
- Copyright 2013 by Warren Galyen
12
- You may use this source code in your application(s) free of charge,
13
- as long as attribution is given to me (Warren Galyen) and my URL
14
- (https://mechanikadesign.com) in your application's "about" box and/or
15
- documentation.
11
+ Copyright 2013-2020 by Warren Galyen
12
+ https://www.mechanikadesign.com
13
+
14
+ Licensed under the Apache License, Version 2.0 (the "License");
15
+ you may not use this file except in compliance with the License.
16
+ You may obtain a copy of the License at
17
+
18
+ http://www.apache.org/licenses/LICENSE-2.0
19
+
20
+ Unless required by applicable law or agreed to in writing, software
21
+ distributed under the License is distributed on an "AS IS" BASIS,
22
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
23
+ See the License for the specific language governing permissions and
24
+ limitations under the License.
16
25
17
26
*/
18
27
Original file line number Diff line number Diff line change @@ -10,12 +10,20 @@ This is a test application that tests the ImageFormats class library
10
10
included with this project. Refer to the individual source code
11
11
files for each image type for more information.
12
12
13
- Copyright 2013 by Warren Galyen.
14
- You may use this source code in your application(s) free of charge,
15
- as long as attribution is given to me (Warren Galyen) and my URL
16
- (http://mechanikadesign.com) in your application's "about" box and/or
17
- documentation.
13
+ Copyright 2013-2020 by Warren Galyen
14
+ https://www.mechanikadesign.com
18
15
16
+ Licensed under the Apache License, Version 2.0 (the "License");
17
+ you may not use this file except in compliance with the License.
18
+ You may obtain a copy of the License at
19
+
20
+ http://www.apache.org/licenses/LICENSE-2.0
21
+
22
+ Unless required by applicable law or agreed to in writing, software
23
+ distributed under the License is distributed on an "AS IS" BASIS,
24
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
25
+ See the License for the specific language governing permissions and
26
+ limitations under the License.
19
27
*/
20
28
21
29
namespace ImageViewer
Original file line number Diff line number Diff line change @@ -10,11 +10,20 @@ Supports pretty much the full PCX specification (all bit
10
10
I've found in the wild. If you find one that it fails to decode,
11
11
let me know!
12
12
13
- Copyright 2013 by Warren Galyen
14
- You may use this source code in your application(s) free of charge,
15
- as long as attribution is given to me (Warren Galyen) and my URL
16
- (https://mechanikadesign.com) in your application's "about" box and/or
17
- documentation.
13
+ Copyright 2013-2020 by Warren Galyen
14
+ https://www.mechanikadesign.com
15
+
16
+ Licensed under the Apache License, Version 2.0 (the "License");
17
+ you may not use this file except in compliance with the License.
18
+ You may obtain a copy of the License at
19
+
20
+ http://www.apache.org/licenses/LICENSE-2.0
21
+
22
+ Unless required by applicable law or agreed to in writing, software
23
+ distributed under the License is distributed on an "AS IS" BASIS,
24
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
25
+ See the License for the specific language governing permissions and
26
+ limitations under the License.
18
27
19
28
*/
20
29
Original file line number Diff line number Diff line change @@ -11,11 +11,20 @@ Supports pretty much the full range of Netpbm images.
11
11
I've found in the wild. If you find one that it fails to decode,
12
12
let me know!
13
13
14
- Copyright 2013 by Warren Galyen
15
- You may use this source code in your application(s) free of charge,
16
- as long as attribution is given to me (Warren Galyen) and my URL
17
- (https://mechanikadesign.com) in your application's "about" box and/or
18
- documentation.
14
+ Copyright 2013-2020 by Warren Galyen
15
+ https://www.mechanikadesign.com
16
+
17
+ Licensed under the Apache License, Version 2.0 (the "License");
18
+ you may not use this file except in compliance with the License.
19
+ You may obtain a copy of the License at
20
+
21
+ http://www.apache.org/licenses/LICENSE-2.0
22
+
23
+ Unless required by applicable law or agreed to in writing, software
24
+ distributed under the License is distributed on an "AS IS" BASIS,
25
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
26
+ See the License for the specific language governing permissions and
27
+ limitations under the License.
19
28
20
29
*/
21
30
Original file line number Diff line number Diff line change @@ -10,11 +10,20 @@ Supports pretty much the full Sun Raster specification (all bit
10
10
I've found in the wild. If you find one that it fails to decode,
11
11
let me know!
12
12
13
- Copyright 2013 by Warren Galyen
14
- You may use this source code in your application(s) free of charge,
15
- as long as attribution is given to me (Warren Galyen) and my URL
16
- (https://mechanikadesign.com) in your application's "about" box and/or
17
- documentation.
13
+ Copyright 2013-2020 by Warren Galyen
14
+ https://www.mechanikadesign.com
15
+
16
+ Licensed under the Apache License, Version 2.0 (the "License");
17
+ you may not use this file except in compliance with the License.
18
+ You may obtain a copy of the License at
19
+
20
+ http://www.apache.org/licenses/LICENSE-2.0
21
+
22
+ Unless required by applicable law or agreed to in writing, software
23
+ distributed under the License is distributed on an "AS IS" BASIS,
24
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
25
+ See the License for the specific language governing permissions and
26
+ limitations under the License.
18
27
19
28
*/
20
29
Original file line number Diff line number Diff line change 9
9
Decodes all SGI images that I've found in the wild. If you find
10
10
one that it fails to decode, let me know!
11
11
12
- Copyright 2013 by Warren Galyen
13
- You may use this source code in your application(s) free of charge,
14
- as long as attribution is given to me (Warren Galyen) and my URL
15
- (https://mechanikadesign.com) in your application's "about" box and/or
16
- documentation.
12
+ Copyright 2013-2020 by Warren Galyen
13
+ https://www.mechanikadesign.com
14
+
15
+ Licensed under the Apache License, Version 2.0 (the "License");
16
+ you may not use this file except in compliance with the License.
17
+ You may obtain a copy of the License at
18
+
19
+ http://www.apache.org/licenses/LICENSE-2.0
20
+
21
+ Unless required by applicable law or agreed to in writing, software
22
+ distributed under the License is distributed on an "AS IS" BASIS,
23
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
24
+ See the License for the specific language governing permissions and
25
+ limitations under the License.
17
26
18
27
*/
19
28
Original file line number Diff line number Diff line change @@ -10,11 +10,20 @@ Supports pretty much the full Targa specification (all bit
10
10
I've found in the wild. If you find one that it fails to decode,
11
11
let me know!
12
12
13
- Copyright 2013 by Warren Galyen
14
- You may use this source code in your application(s) free of charge,
15
- as long as attribution is given to me (Warren Galyen) and my URL
16
- (https://mechanikadesign.com) in your application's "about" box and/or
17
- documentation.
13
+ Copyright 2013-2020 by Warren Galyen
14
+ https://www.mechanikadesign.com
15
+
16
+ Licensed under the Apache License, Version 2.0 (the "License");
17
+ you may not use this file except in compliance with the License.
18
+ You may obtain a copy of the License at
19
+
20
+ http://www.apache.org/licenses/LICENSE-2.0
21
+
22
+ Unless required by applicable law or agreed to in writing, software
23
+ distributed under the License is distributed on an "AS IS" BASIS,
24
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
25
+ See the License for the specific language governing permissions and
26
+ limitations under the License.
18
27
19
28
*/
20
29
You can’t perform that action at this time.
0 commit comments