/Image-Mixer

Web app for manipulating phase & magnitude responses of images.

Primary LanguageJavaScript

Image-Mixer 🎨

as simple as importing two images -> choosing magnitude or phase of each image -> minpulating and mixing the various phases and magnitudes 🤷‍♂️

this project was built by python Flask as the main backend language alongside with JavaScript , HTML and CSS as frontend languages

Key features:

  1. mix two images
  2. select or cut from the phase&magnitude spectrum
  3. Applying low-pass & high-pass Discrete inverse Fourier Transform diff

Project Description:

1. mix two images:

upload two images and mix between the magnitude of one and the phase of the other

Note that the default case is the first image's magnitude and the second's phase Preview Gif

mix certain parts of images' magnitudes and phases

Preview Gif

Pick between two modes:

A. Select the specified box and cut everything else
B. cut the specified box and select everything else

Preview Gif

2. select or cut from the phase&magnitude spectrum:

select or cut from the phase spectrum

Preview Gif

select or cut from the magnitude spectrum

Preview Gif

3. Applying Low-pass&High-pass pass diff:

Low pass diff

Preview Gif

High pass diff

Preview Gif


Task Submitted by 3rd year SBME2024 students 💉:

back to top