Added README and found name for the bird picture.

This commit is contained in:
Eric Beisecker 2012-03-07 19:04:02 -05:00
Родитель 26816e71fa
Коммит b4a882c56b
3 изменённых файлов: 8 добавлений и 1 удалений

Просмотреть файл

@ -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;

6
CoreImage/README.txt Normal file
Просмотреть файл

@ -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" />