Skip to content

Instantly share code, notes, and snippets.

View BenRoe's full-sized avatar
👨‍💻
coding...

Ben BenRoe

👨‍💻
coding...
View GitHub Profile
// Kosso imageAsCropped
// added to TiBlob.m
// requires 4 arguments : x, y, width, height
- (id)imageAsCropped:(id)args
{
[self ensureImageLoaded];
if (image!=nil)
{
ENSURE_ARG_COUNT(args,4);