All Projects → MuminjonGuru → Photo-Effects

MuminjonGuru / Photo-Effects

Licence: GPL-3.0 License
Photo Effects 🧪 Application which is built with Embarcadero Delphi FireMonkey

Programming Languages

pascal
1382 projects

Projects that are alternatives of or similar to Photo-Effects

Mastering-FireMonkey-Delphi
✨Embarcadero Delphi - 🔥FireMonkey Sample Applications - Prototypes for inspiration! 🧩
Stars: ✭ 61 (+177.27%)
Mutual labels:  object-pascal, delphi-firemonkey
ReduxDelphi
ReduxDelphi is a predictable state container for Delphi apps utilizing a unidirectional data flow. Inspired by https://github.com/reactjs/redux .
Stars: ✭ 33 (+50%)
Mutual labels:  object-pascal
pascal-bindings-for-c
How to use libraries created in C with Pascal
Stars: ✭ 24 (+9.09%)
Mutual labels:  object-pascal
xavier
Xavier is a small object-oriented XML library for Lazarus and Delphi
Stars: ✭ 38 (+72.73%)
Mutual labels:  object-pascal
deskew
Deskew is a command line tool for deskewing scanned text documents. It uses Hough transform to detect "text lines" in the image. As an output, you get an image rotated so that the lines are horizontal.
Stars: ✭ 127 (+477.27%)
Mutual labels:  object-pascal
NetCom7
The fastest communications possible. Delphi rulez.
Stars: ✭ 150 (+581.82%)
Mutual labels:  object-pascal
AutoTablesForRADServer
Automate REST API Development With Auto Tables For RAD Server
Stars: ✭ 31 (+40.91%)
Mutual labels:  object-pascal
fano
Pascal web application framework
Stars: ✭ 90 (+309.09%)
Mutual labels:  object-pascal
fano
Pascal web application framework
Stars: ✭ 21 (-4.55%)
Mutual labels:  object-pascal
ofx-reader
💸 💰 OFX (Open Financial Exchange) file formats library
Stars: ✭ 50 (+127.27%)
Mutual labels:  object-pascal
TLightFileStream
Implements a lightweight, high-performance, non-allocating advanced-record-based wrapper around the SysUtils file handling routines as an alternative to Classes.TFileStream.
Stars: ✭ 21 (-4.55%)
Mutual labels:  object-pascal

Show some ❤️ and star the repo to support the project

Delphi Photo Effects Android App - Open Source

Simple photo effects program using the Delphi FireMonkey for Android OS

Click the start button and follow me!

enter image description here enter image description here enter image description here

This Photo Effects app features :

  • More than ten effects
  • You can share pictures from this app

You can learn :

  • How to use Effect components
  • How to share pictures from the Delphi FireMonkey application

How to share images from Delphi FireMonkey Application?

procedure TFormMain.ShowShareSheetAction1BeforeExecute(Sender:TObject);
begin
  ShowShareSheetAction1.Bitmap.Assign(ImageMain.MakeScreenshot);
end;

Article>>

I'm on social networks:

My Android app which is built with Delphi FireMonkey

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].