Skip to content

Commit

Permalink
Added note about exif updates and pointer to corrected repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Erica Sadun authored and Erica Sadun committed Mar 31, 2014
1 parent e0ea86d commit df46daf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion C07/07-Face Detection/exifGeometry.h
@@ -1,3 +1,4 @@
/* PLEASE SEE https://github.com/erica/Camera-Image-Helper FOR UPDATED MATERIAL */
//
// exifGeometry.h
// HelloWorld
Expand All @@ -12,4 +13,4 @@

CGPoint pointInEXIF(ExifOrientation exif, CGPoint aPoint, CGRect rect);
CGSize sizeInEXIF(ExifOrientation exif, CGSize aSize);
CGRect rectInEXIF(ExifOrientation exif, CGRect inner, CGRect outer);
CGRect rectInEXIF(ExifOrientation exif, CGRect inner, CGRect outer);
3 changes: 2 additions & 1 deletion C07/07b-Extracting Faces/exifGeometry.h
@@ -1,3 +1,4 @@
/* PLEASE SEE https://github.com/erica/Camera-Image-Helper FOR UPDATED MATERIAL */
//
// exifGeometry.h
// HelloWorld
Expand All @@ -12,4 +13,4 @@

CGPoint pointInEXIF(ExifOrientation exif, CGPoint aPoint, CGRect rect);
CGSize sizeInEXIF(ExifOrientation exif, CGSize aSize);
CGRect rectInEXIF(ExifOrientation exif, CGRect inner, CGRect outer);
CGRect rectInEXIF(ExifOrientation exif, CGRect inner, CGRect outer);
Binary file modified C08/12b- Circle Recognizer/.DS_Store
Binary file not shown.

0 comments on commit df46daf

Please sign in to comment.