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
There is a real lack of seamless texture generators for Python, especially ones that don't destroy the original image through warping and internal repeating.
Is there any chance you could provide a import route for running the functions? Currently there is only CLI which is useful programmatically without obtrusive system exec calls.
Additionally, for my current workflow, the IO time to save/load images kills the real-time effect. Seems I could get [low but decent] frame-rate if the processing wasn't utilizing disk writing and reading.
The text was updated successfully, but these errors were encountered:
There is a real lack of seamless texture generators for Python, especially ones that don't destroy the original image through warping and internal repeating.
Is there any chance you could provide a import route for running the functions? Currently there is only CLI which is useful programmatically without obtrusive system exec calls.
Additionally, for my current workflow, the IO time to save/load images kills the real-time effect. Seems I could get [low but decent] frame-rate if the processing wasn't utilizing disk writing and reading.
The text was updated successfully, but these errors were encountered: