You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working on #418 I got an idea: I used to create images in left and right variants for different connector orientations:
It would be great if the wireviz would provide option least for horizontal mirroring of the images. If we there at the implementation rotating vertical mirroring too.
Comments, concerns, ideas welcome in this topic!
The text was updated successfully, but these errors were encountered:
I do see the usefulness in such simple image processing (mirror, rotate, and maybe crop), and it isn't too hard to do each of them, but we also need to create and write the result to a temporary image file with a name that doesn't conflict with other names reachable through the image_paths - and optionally delete it again in a final clean-up step when no longer needed. A similar need is also described in #322 (comment) - a common code should be created.
If more than one processing step should be allowed for the same image, then their order must be specified, and I guess a list of processing steps is the most flexible in that case, e.g. something like this:
While working on #418 I got an idea: I used to create images in left and right variants for different connector orientations:
It would be great if the wireviz would provide option least for horizontal mirroring of the images. If we there at the implementation rotating vertical mirroring too.
Comments, concerns, ideas welcome in this topic!
The text was updated successfully, but these errors were encountered: