Skip to content
This repository has been archived by the owner on Feb 27, 2018. It is now read-only.

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Rychu committed Feb 28, 2014
1 parent c6ac5f8 commit 80f81f2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,11 @@ Additionally, if you merely desire to know the `UIEdgeInsets` of the transparenc

`[yourImage transparencyInsetsRequiringFullOpacity:YES];`

This call works based on the same principles as the "advanced" trim method, with the boolean dictating whether non-opaque pixels should be considered transparent.
This call works based on the same principles as the "advanced" trim method, with the boolean dictating whether non-opaque pixels should be considered transparent.


This fork adds support for trimming white area around image with given tolerance

`[yourImage imageByTrimmingWhitePixelsWithOpacity:VALUE];`

where 0 - cut only white, 255 - remove everything

0 comments on commit 80f81f2

Please sign in to comment.