-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
allow image replacement #281
Comments
Its a nice idea, and one its been looked at before. I do see the need for it for the reasons you give, where there some processing of the image and it needs to be updated. Lets keep this issue open (it probably wont be worked on for some time though!) |
Maybe a variant to this feature request - allow export/import of control points. This would be useful in cases when "the same" image is being rectified time and again. |
ah, great - I saw the download, but missed the "Upload" button :-) I also discovered the API, which is super useful for my use case. Thank you. |
Let me know how the API is or if you encounter any sticking points. I don't think many people use it! |
I am just hacking on it - sorry :-( . So far my code made it up to successfully uploading a map, but is failing when trying to upload the control points. Probably my fault - will continue tomorrow. If I find something suspicious, I will let you know. |
It'd be nice to allow replacing the image with another one of the same size (in pixels). Motivation: I've started my project with a grayscale image. Now, I'd like to replace the image with a binary version of the same image (with just the map lines on a transparent background). Currently, I have to download the control points (as a CSV file) then load it in a new project.
The text was updated successfully, but these errors were encountered: