https://github.com/lmadhavan/fotografix
Fotografix is a modern photo editor for Windows.
https://github.com/lmadhavan/fotografix
csharp photo-editor uwp win2d windows
Last synced: 4 months ago
JSON representation
Fotografix is a modern photo editor for Windows.
- Host: GitHub
- URL: https://github.com/lmadhavan/fotografix
- Owner: lmadhavan
- License: mit
- Created: 2017-10-28T03:32:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2026-02-14T19:44:49.000Z (4 months ago)
- Last Synced: 2026-02-15T03:53:30.580Z (4 months ago)
- Topics: csharp, photo-editor, uwp, win2d, windows
- Language: C#
- Homepage: https://lmadhavan.com/fotografix/
- Size: 13.5 MB
- Stars: 15
- Watchers: 1
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Fotografix
Fotografix is a modern photo editor for Windows with a non-destructive editing workflow
and a minimalist user interface. It is written in C# and built on the Universal Windows
Platform. It uses [Win2D](https://github.com/Microsoft/Win2D) for hardware-accelerated
rendering.
## How to get Fotografix
The latest release can be [installed from the Microsoft Store](https://www.microsoft.com/store/apps/9NBZQK3WVN38?cid=readme).
Older releases are available in source form on the [GitHub releases page](https://github.com/lmadhavan/fotografix/releases).
## How to build Fotografix
**Prerequisites**
* Visual Studio 2026 with UWP and desktop C++ workloads
* Windows 11 SDK build 26100
**Building the source code**
* Open `Fotografix.sln` in Visual Studio.
* Set the solution configuration to `Debug` and platform to `x64`.
* Build the solution.
The initial build will automatically pull down additional dependencies from NuGet. Once
the build completes, you can deploy and launch the application locally.