Files
IKT213-photo-app/README.md
Viljar Bergstøl 4e7f6c91f6 modified: README.md
2025-11-09 22:16:31 +01:00

1.1 KiB

ikt213_project

Features

Minimum Features

File menu

  • New
  • Open
  • Save
  • Save as
  • Properties
  • Quit

Clipboard menu

  • Copy
  • Paste
  • Cut

Image menu

  • Select
    • Rectangular selection
    • Free-form selection (Lasso)
    • Polygon selection
    • Crop
    • Resize
  • Rotate right 90 degrees
  • Rotate Left 90 degrees
  • Flip vertical
  • Flip horizontal 

Tools menu

  • Zoom (Zoom In, Zoom Out)
  • Erase
  • Color Picker
  • Paint brushes (with different textures/patterns)
  • Text box

Filters

  • Gaussian filter
  • Sobel filter
  • Binary filter
  • Histogram thresholding 

Shapes menu

  • List of Shapes
  • Outline color
  • Fill color

Colors menu

  • Color pallet
  • Size of brush

Optional features

  • Camera
  • Snapchat camera filters
  • Smart Scissors
  • Geofilters

requirements

  • opencv2
  • pillow
  • numpy
  • pywin32

setup (python venv)

  • python3 -m venv .venv
  • source .venv/bin/activate
  • pip install -r requirements.txt

run

python src/Main.py