-
Notifications
You must be signed in to change notification settings - Fork 764
FEAT Image Layering Converter #414
Copy link
Copy link
Open
Labels
convertersRelated to PyRIT convertersRelated to PyRIT convertersenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
convertersRelated to PyRIT convertersRelated to PyRIT convertersenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Type
Fields
Give feedbackNo fields configured for Feature.
Is your feature request related to a problem? Please describe.
When building testing datasets, we want to be able to create many variations of a specific scenario. For example, we may want to create many samples images layered on top of a base image from a dataset like this one.
Describe the solution you'd like
A converter that takes in a base image, and a secondary image to embed within the main image. (e.g. a photo of hands holding a locket as the base photo, and the secondary image is a CAPTCHA placed over the open locket).
The converter would also likely take a parameter that specifies desired position (e.g. X/Y coordinates of where to put the image on the base image).