[UIKit] UIImage


// 디스트 파일명
UIImage *image = [UIImage imageNamed:@"Sample.png"];

// 웹주소 이미지 표시
NSData *dt = [NSData dataWithContentsOfURL:
      [NSURL URLWithString:@"http://xxx/aa.png"]];
UIImage *image = [[UIImage alloc] initWithData:dt];

댓글

이 블로그의 인기 게시물

파이썬으로 Homomorphic Filtering 하기

파이썬으로 2D FFT/iFFT 하기: numpy 버전