Is there a Cocoa-way to get subimage from an NSImage ( ie. subImage = [anImage subImageWithRect: aRect ] )? I need to clip an image apart to smaller pieces but don't find a way to do it simply. Thanks in advance,