본문 바로가기

Daily Develope

검색하기
Daily Develope
프로필사진 noggame

  • 분류 전체보기 (109)
    • Develope (53)
      • Python (31)
      • Web (18)
      • ETC (4)
    • AI (16)
    • DB (6)
    • MicroService (7)
      • Docker (6)
      • Kubernetes (1)
    • OS (15)
      • Linux (10)
      • Windows (1)
      • Mac (4)
    • Git (7)
    • Algorithm (1)
    • Favorite (1)
      • 책갈피 (1)
      • Music (0)
Guestbook
Notice
  • migration 중입니다...
Recent Posts
Recent Comments
Link
«   2025/05   »
일 월 화 수 목 금 토
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
Tags
  • AI
  • git
  • Mac
  • file
  • Package
  • Converting
  • Container
  • judge
  • PostgreSQL
  • GitLab
  • numpy
  • LLM
  • list
  • TORCH
  • Python
  • KAKAO
  • docker
  • Flask
  • format
  • Laravel
  • pandas
  • Paper
  • DB
  • enV
  • Database
  • Linux
  • pytorch
  • CUDA
  • Windows
  • evaluation
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록Box (1)

Daily Develope

[Python] Draw Image 이미지 그리기

PIL 모듈 사용 ㅇ 네모박스 삽입 예제 : 이미지파일에 10*20 크기의 박스 삽입 후 저장 from PIL import Image, ImageDraw ### load image targetImg = "{img_path...}/target.jpg" img = Image.open(targetImg) # width, heigth = img.size# image size (width, heigth) ### Draw (width, height)=(10, 20) box from coordinate (x, y) draw = ImageDraw.Draw(img) x = 100 y = 100 draw.rectangle(xy=[(x, y), (x+10, y+20)], outline="#00FF00") img.show()..

Develope/Python 2022. 4. 11. 21:04
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바