Anyone know a free Windows Image Editor(like Irfanview or Photofiltre) that can read the image from a URL on the command line?
What I'd like to be able to do, instead of copying the image itself to the clipboard, opening an image editor, then hitting paste.. is just pass the URL of the image on the web to the image editor and have it load it on startup like:
ImgEditor SomeFakeWebSite/SomeImage.bmp
and ImgEditor would open with the image loaded.
What I'd like to be able to do, instead of copying the image itself to the clipboard, opening an image editor, then hitting paste.. is just pass the URL of the image on the web to the image editor and have it load it on startup like:
ImgEditor SomeFakeWebSite/SomeImage.bmp
and ImgEditor would open with the image loaded.
Comment