Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wisdomenigma/pixelszoom


https://github.com/wisdomenigma/pixelszoom

golang image-processing scaliing zoom-images

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# PixelsZoom

Pixel Zoom improve image resolution of an image; Image Resolution is determined by many factors such as Level of Zoom, Shading, Object detection and filters.

# LISTEN @

Port = 3000
Host = 'localhost'

# Routes

route_name method
/ get, post

# Data

In images directory, scale_4182262970-myAvatar.png (scale-up by Lanczos filtering)


# Bit Transaction

37czsff3CcGvhkkJAwykQgQ2ninWum1DNL (bitaddress)

# Codespaces

https://ali2210-wisdomenigma-pixelszoom-7pr5vqxg2xrjv.github.dev/

# Our apporach:

I build algorithm that resize image of any size. However issue is that we resize image with pixels value and thousand of pixels resize with in a sec. Now the challenge is to regenerate the image through vector. For better view, imagine you will zoom on face of your friend. Reszizer will do that for you with in timeframe which is too short. Review my codebase and send feedback to me.