Friday, May 25, 2007

FPImageReflection




FPImageReflection is a class that draws an NSImage, along with its "reflection" (like in the iTunes movie browser) in a designated rect.

Example project:
ImageReflectionTest.tar.gz (92k)

Enjoy!

EDIT: Thanks to Peter for the suggestion.

1 comments:

Peter Hosey said...

Suggestion: When publishing source code, include a test app that demonstrates the code. This helps communicate what the code does (in terms of results as well as goals), as well as serves as a test platform for you to debug it before release and handle bug reports after release.

In this case, a simple document-based app along the lines of Image Shadow Adder that shows the before and after would help a lot.