Questions tagged [ihtmlimgelement]

6 questions
11
votes
1 answer

How to get an image from mshtml.htmlimg to hard disk

Without using API? I know there are several way. I am using mshtml library by the way, which is better than webbrowser control. I am effectively automating internet explorer straight. Basically I prefer a way to take the image straight without…
user4951
  • 32,206
  • 53
  • 172
  • 282
2
votes
1 answer

How do transitions work on Images in Vue JS 3?

I have been unable to apply a fade in transition to an image using Vue JS 3. The transition works fine with text, but the image just loads and renders as it would normally without a transition applied. I have been trying to create an image loader,…
1
vote
2 answers

Why does IHTMLImgElement method put_src returns E_OUTOFMEMORY when called from thread?

I have a BHO(Internet Explorer extension) and I'm trying to set a "data:image/png;base64, [code]" (base64 encoded image buffer) as the src of an IHTMLImgElement. When put_src was called from the main thread of the BHO, there was no problem, but now…
1
vote
2 answers

Enabling browser caching via java

Good day, I am using CacheFilter to filter a certain path to my server (which outputs an image stream to the response stream). And I've configured it in my web.xml as follows: imagesCache
Franz See
  • 3,282
  • 5
  • 41
  • 48
0
votes
1 answer

How to extract the picture in the img element in a webcontrol host?

I would like to extract a bitmap from an html page. I expected to find a IStream, IPersistStream or IPersistStreamInit from the IHTMLImgElement I got in the web page. However I can't found any of those. I could read the picture from the cache but…
Emmanuel Caradec
  • 2,302
  • 1
  • 19
  • 38
0
votes
1 answer

Applying background images to an image element

I'm having a bit of trouble applying some background images to an image element. does anyone know if this is even possible? what i want to do is have this gallery where the next and previous buttons change position based on the size of the image, so…
mmm
  • 2,272
  • 3
  • 25
  • 41