Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge Images Feature #450

Open
Exper1mental opened this issue Nov 29, 2021 · 2 comments
Open

Merge Images Feature #450

Exper1mental opened this issue Nov 29, 2021 · 2 comments
Labels
ClemBot.Bot Issue pertains to the ClemBot.Bot codebase

Comments

@Exper1mental
Copy link
Contributor

Pretty straightforward idea. Create a cog that merged two images into one.

Something like !merge <image_1_url> <image_2_url> [<merge_orientation>] [<rescaling>]

Arguments in [ ] are optional.

Merge orientation can be: vertical (1st image on top, 2nd image on bottom) or horizontal (1st image on left, 2nd image on right) or auto (automatically choose orientation based on which created at “more square” image (the ideal format for balancing view-ability on both phones and computers). This will need to be implemented in a way that can account for how rescaling is done.

Rescaling can be: shrink (to resize the larger image to that of the smaller), expand, or none. By default, the cog should use “shrink” to minimize file sizes.

This could be expanded into a collage feature as well as a broader image manipulation tool.

@Jay-Madden
Copy link
Member

This seems like very odd ux to write tbh. because you can only upload one image at once

@Jay-Madden Jay-Madden added the ClemBot.Bot Issue pertains to the ClemBot.Bot codebase label Dec 1, 2021
@Exper1mental
Copy link
Contributor Author

Exper1mental commented Dec 1, 2021

Wdym? I can upload multiple images at the same time.
image

My thought was this would be used for images that had already been uploaded and that were referenced by URL, idk how feasible to do this when uploading images at the same time as calling the command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ClemBot.Bot Issue pertains to the ClemBot.Bot codebase
Projects
None yet
Development

No branches or pull requests

2 participants