I read that it is not possible to use getImageData for an image loaded from another domain. Any trick to overcome this?
thanks
You can make a proxy script in your domain, which forwards the image from another domain.
Well, if you know something about python, try python -m SimpleHTTPServer in your topic, change the name of the test html file to index.html and enter local:8000 to start the test
python -m SimpleHTTPServer
index.html
local:8000
Source: https://habr.com/ru/post/1316081/More articles:Tell AuthLogic not to use password confirmation - ruby-on-railsIs Drop shadow possible on CSS Divs? - cssIs there a fixed 6x13 bitmap font version with fewer spaces (line spacing 0.8)? - fontsAuthlogic disable require_password_confirmation for a specific case - ruby-on-rails-4SQL Metal for specific tables or another way to update / add a table to a .dbml file - visual-studioSearch metamethod via __index? - lua-tableHow to mark the current option as selected? - htmlBasic datastore with Python - pythonSQL Server 2005: Select statement in ISNULL state - sqlWebSphere web.xml / bindings problem - java-eeAll Articles