Opened 10 years ago
Closed 10 years ago
#18 closed enhancement (fixed)
save an image from a web page
| Reported by: | dcohen | Owned by: | dstillman |
|---|---|---|---|
| Priority: | major | Milestone: | 1.0 Beta 1 |
| Component: | data layer | Version: | 1.0 |
| Keywords: | Cc: | david |
Description
Change History (2)
comment:1 Changed 10 years ago by dstillman
- Cc david added
- Component changed from ingester to data layer
- Owner changed from simon to dstillman
comment:2 Changed 10 years ago by dstillman
- Resolution set to fixed
- Status changed from new to closed
Closed by r434 -- use importFromURL() and saveFromURL()
Note: See
TracTickets for help on using
tickets.
This can currently be done the same way as in #20 by right-clicking and going to View Image first, but we probably want a way to import an image directly from the parent web page, either with a context menu option or by dragging.
One option would be for me to provide Scholar.Files methods to link/import by HTMLImageElement, though considering nsIWebBrowserPersist only handles documents and URIs, a link/importFromURL may make the most sense...