Skip to content

WisdomEnigma/PixelsZoom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.