Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.46 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.46 KB

photo_editor

Photo editor app that can edit images in single mode or batch mode. Made using flutter.

The main feature of this app is generating images based on texts from source files. For example, if you have a template image with some placeholder text, then you can use this app to replace the placeholder text with text from a source file, and generate one image for each replaced line of text from that text file. See the video demo below for a visual representation of the app.

Using the app:

You can download the app from:

  • Snap store: https://snapcraft.io/batch-image-editor
  • Windows store (soon)
  • Directly get the executable for linux, you can find it in releases section in this repo. When you unzip the file, you can find the executable as photo_editor.
  • Directly get the executable for windows, you can find it in releases section in this repo. When you unzip the file, you can find the executable as photo_editor.exe.

some screenshots:

Screenshot Screenshot

Video Tutorial

image_editor_tutorial.mp4

Contributing

  • If you want to contribute you are welcome to make a pull request :)
  • You can also join the discord server of the app where we can talk about features and progress.