An online tool for image background manipulation. The main purpose is to invert background of full color images without changing the colors.
- Invert Background: Without altering the original colors, this function transforms the RGB image into different color spaces like YIQ, HSL, LAB, and inverts the "lightness" component.
- Change Background Color: By calculating the standard deviation of RGB values for each pixel in an image and using a specific threshold, this function selects gray values and inverts those.
Visit ezReverse to use the tool online.
Visit Deployment Protocol to Deploy your Python shiny app easily.
To cite this tool, please use the following reference:
Ezreverse. An online tool for image background manipulation. bioRxiv 2024. doi: 10.1101/2024.05.27.594095.
Web app: ezReverse web app
Manuscript: bioRxiv 2024
Original project: ezReverse github
CLI project: ezReverse CLI