mirror of
https://github.com/gen2brain/cam2ip.git
synced 2026-04-26 22:55:53 +03:00
[GH-ISSUE #56] Feature Request: Add Customizable JPEG Compression Quality Option #48
Labels
No labels
enhancement
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cam2ip#48
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @PaperPlaneDeemo on GitHub (Nov 18, 2024).
Original GitHub issue: https://github.com/gen2brain/cam2ip/issues/56
Hello,
Thank you for your excellent work on cam2ip! I am currently using the tool and have noticed that the JPEG compression quality is hardcoded to 75 in the source code.
It would be great if you could add an option to customize the JPEG compression quality. This feature would allow users to balance image quality and file size based on their specific needs.
For example, adding a command-line parameter or configuration setting to specify the desired JPEG quality would make the tool more flexible for a variety of use cases.
Thank you for considering this suggestion, and I appreciate your efforts in maintaining and improving cam2ip!
@gen2brain commented on GitHub (Jun 15, 2025):
Added in
github.com/gen2brain/cam2ip@7e4e58029a. It will be in the next release, not sure when though.@PaperPlaneDeemo commented on GitHub (Jun 15, 2025):
Thank you so much!