Confirmed users
25
edits
MarkFinkle (talk | contribs) No edit summary |
No edit summary |
||
Line 18: | Line 18: | ||
The are situations when embedding or using C++ components where creating an image from an element or document is desired, but very difficult. The developers rarely want to use a cairo or thebes surface. They just want to pass a stream or filename along with an image mime type. | The are situations when embedding or using C++ components where creating an image from an element or document is desired, but very difficult. The developers rarely want to use a cairo or thebes surface. They just want to pass a stream or filename along with an image mime type. | ||
==Access from external applications== | |||
External apps (e.g. installers) sometimes wish to modify the state of the app, e.g. cookies, proxy settings, bookmarks. Some also wish to find things like the currently loaded URL. (I've told them to use the accessibility stuff to get there). |