Skip to main content

Why is my transformed image orientated differently when compared to the original?

Comments

2 comments

  • Hamad

    in the iOS SDK, the {"angle": "ignore"} doesn't work.

    0
  • Nadav Ofir

    Following code snippet should do the trick:

        CLTransformation* transformation = [[CLTransformation alloc] init];
        [transformation setAngle:@"ignore"];
        NSString *url = [cloudinary url:@"sample.jpg"
            options:@{@"transformation": transformation}];

    0

Please sign in to leave a comment.