Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wisdomenigma/pixelszoom
https://github.com/wisdomenigma/pixelszoom
golang image-processing scaliing zoom-images
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/wisdomenigma/pixelszoom
- Owner: WisdomEnigma
- License: mpl-2.0
- Created: 2022-05-23T04:57:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-14T14:56:54.000Z (over 1 year ago)
- Last Synced: 2024-06-21T03:14:21.589Z (5 months ago)
- Topics: golang, image-processing, scaliing, zoom-images
- Language: Go
- Homepage:
- Size: 39.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.