You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A photo-editing program developed in C language. The program is able to apply a blur filter onto an image using a similar approach to Gaussian Blur in Photoshop. The user is able to specify the brush size and how much blurriness they want to achieve with the program.
The PhotoEditor project is a Flutter-based application designed for practicing photo editing. This app enables users to select images from their device's gallery or capture new ones using the camera. It offers a variety of editing tools including filters, adjustments (brightness, contrast, saturation), cropping, rotating, and adding text.
The extra small and even more CPU friendly version of the "De-Noisy Image Project." This repository contains scripts and directories for a public domain image editing neural network, 'De-Noisy Image Project', using a U-Net architecture.