зеркало из https://github.com/xamarin/ios-samples.git
Added README and found name for the bird picture.
This commit is contained in:
Родитель
26816e71fa
Коммит
b4a882c56b
|
@ -26,7 +26,7 @@ namespace coreimage
|
|||
CIImage clouds = CIImage.FromCGImage (UIImage.FromFile ("clouds.jpg").CGImage);
|
||||
|
||||
/// <summary>
|
||||
/// "Heron" © 2012 cuatrok77 hernandez, used under a Creative Commons Attribution-ShareAlike license: http://creativecommons.org/licenses/by-sa/3.0/
|
||||
/// "canon" © 2012 cuatrok77 hernandez, used under a Creative Commons Attribution-ShareAlike license: http://creativecommons.org/licenses/by-sa/3.0/
|
||||
/// </summary>
|
||||
CIImage heron = CIImage.FromCGImage (UIImage.FromFile ("heron.jpg").CGImage);
|
||||
UIWindow window;
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
This sample application demonstraes how to use the image filters found in the CoreImage Library
|
||||
|
||||
Images:
|
||||
"Flower" © 2012 Milica Sekulic, used under a Creative Commons Attribution-ShareAlike license: http://creativecommons.org/licenses/by-sa/3.0/
|
||||
"Sunrise near Atkeison Plateau" © 2012 Charles Atkeison, used under a Creative Commons Attribution-ShareAlike license: http://creativecommons.org/licenses/by-sa/3.0/
|
||||
"canon" © 2012 cuatrok77 hernandez, used under a Creative Commons Attribution-ShareAlike license: http://creativecommons.org/licenses/by-sa/3.0/
|
|
@ -64,6 +64,7 @@
|
|||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Info.plist" />
|
||||
<None Include="README.txt" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Main.cs" />
|
||||
|
|
Загрузка…
Ссылка в новой задаче