Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 689 Bytes

README.md

File metadata and controls

36 lines (29 loc) · 689 Bytes

wildfire

wildfire is a demo GUI application using Qt5 and ArrayFire to show case image editing operations.

demo

Edit Ops Added Till Date

  • Contrast modification
  • Brightness modification
  • Image translation
  • Digital zoom
  • Alpha blending
  • Unsharpmask

Dependencies

How to use?

git clone https://github.com/9prady9/wildfire
cd wildfire

Uncomment and update AF_PATH in wildfire/wildfire.pro to ArrayFire install path

mkdir -p build && cd build
qmake ../wildfire && make