Skip to content

Homework task for Parallel Programming in University of Plovdiv

Notifications You must be signed in to change notification settings

gyulshenabaz/ImageDownsizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImageDownsizer

Homework task for Parallel Programming in University of Plovdiv

Overview

This WinForms application allows users to downsize images while preserving the aspect ratio. Users can select an image using the standard open file dialog, specify a down-scaling factor (as a percentage of the original size), and produce a new down-scaled image.

Bilinear Interpolation

Bilinear interpolation is a method of interpolating the values of a function at arbitrary points in between known values. In the context of image processing, it is used to interpolate pixel values when scaling an image.

When downscaling an image using bilinear interpolation, each pixel in the output image is computed by averaging the values of the four nearest pixels in the original image. This interpolation technique results in smoother transitions and better image quality compared to simple averaging.


Results

Please check the Results folder

Used resources

About

Homework task for Parallel Programming in University of Plovdiv

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages