Skip to content

feat: image downscale logic#87

Open
ch1kim0n1 wants to merge 1 commit intomainfrom
image-downscale
Open

feat: image downscale logic#87
ch1kim0n1 wants to merge 1 commit intomainfrom
image-downscale

Conversation

@ch1kim0n1
Copy link
Member

What changed

  • Added one python code inside of a new folder that downscales the image from any size given to less than 5Mb.

Why

  • Because we dont want to kill our cloud storage with 8k images from 100+ users.

How to test

  1. Go to the image-down folder within the app folder.
  2. Run the file individually
  3. It will ask you to pick between soft downscale (10MB) or aggressive downscale (5MB)
  4. The software will prompt you to upload the image
  5. After the image is processed, the downscaled image can be found in the same image-down folder as the Python file itself.

Screenshots (UI changes)

image - image

Checklist

  • [YEZ] PR title is conventional (feat:, fix:, chore:, docs:)
  • [YEZ] Tested locally
  • [YEZ] No secrets/credentials logged or committed
  • [YEZ] This PR is reasonably sized (if large, explained why)

Notes for reviewers

  • None

@ch1kim0n1 ch1kim0n1 requested a review from ryanpolasky February 9, 2026 20:54
@vercel
Copy link

vercel bot commented Feb 9, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
meteormate Ready Ready Preview, Comment Feb 9, 2026 8:54pm

Request Review

Copy link
Collaborator

@ryanpolasky ryanpolasky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yo @ch1kim0n1 ! Can you reopen this PR against meteormate-backend/dev?? With our GitHub actions/repo layout, this would get overwritten on next push to client, as client pulls the backend repo into it automatically. Since you're adjusting the backend, it'd need to go directly into the backend repo :) From first glance tho, looks like I won't need to review much, the code looks great as always!

@ch1kim0n1
Copy link
Member Author

@ryanpolasky just to clarify, you want me to move my downscale code to backend branch instead?

@ch1kim0n1 ch1kim0n1 added the python Pull requests that update python code label Feb 13, 2026
@ryanpolasky ryanpolasky added Type: Feature Request New feature or request and removed python Pull requests that update python code labels Feb 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Type: Feature Request New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants