|
1d
|
|
comment |
transform rotation and translation issue i need translate,scale and rotate actions multiple times in any order, the goal is that user can do anything he want with the image to fit it in a cropping area |
|
1d
|
|
asked | transform rotation and translation issue |
|
2d
|
|
comment |
ios crop and core image filters - all in one so it is possible or not ? because i could't find any good example |
|
2d
|
|
comment |
ios crop and core image filters - all in one only core image filter, i'm going to try combined filter |
|
2d
|
|
asked | ios crop and core image filters - all in one |
|
Apr
17 |
|
awarded | Popular Question |
|
Apr
2 |
|
awarded | Notable Question |
|
Feb
26 |
|
comment |
UIImageView Image rotation i want to add another image which should not be rotated, an preserve the rotation data |
|
Feb
26 |
|
comment |
UIImageView Image rotation will this preserve to rotation angle of the UIImageView ? from printinting it out it seems to be preserved , CGAffineTransformMakeRotation(0) scares me, tx |
|
Feb
26 |
|
asked | UIImageView Image rotation |
|
Feb
25 |
|
awarded | Favorite Question |
|
Feb
4 |
|
awarded | Nice Question |
|
Jan
18 |
|
comment |
Anti-aliasing UIimage looks blurred or jagged CGRect frame_01; frame_01 = CGRectMake(0.0, 70.0, 320.0, 320.0); UIImageView *R1 = [[UIImageView alloc] initWithFrame:frame_01]; R1.userInteractionEnabled = YES; R1.multipleTouchEnabled = YES; R1.opaque = YES; |
|
Jan
18 |
|
comment |
Anti-aliasing UIimage looks blurred or jagged it is an UIImageView |
|
Jan
18 |
|
comment |
Anti-aliasing UIimage looks blurred or jagged no i didn't do that |
|
Jan
18 |
|
comment |
Anti-aliasing UIimage looks blurred or jagged R1 is a 320/320 white background which will be an artwork for the clock |
|
Jan
18 |
|
comment |
Anti-aliasing UIimage looks blurred or jagged i have attached an image with string instead of image but i still have antialiasing not working |
|
Jan
18 |
|
awarded | Commentator |
|
Jan
18 |
|
comment |
Anti-aliasing UIimage looks blurred or jagged i have added a drawing with text and the text it's not to clear |
|
Jan
18 |
|
revised |
Anti-aliasing UIimage looks blurred or jagged added 69 characters in body |