473,793 Members | 2,948 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Wish: How to generate image of possible browser view for HTTP Resp

C# 2.0
XP SP2

In My Code, I am using HttpWebRequest to visit a particular URL. I am
required to generate a snapshot image (if this request were made through say
IE) and save as jpeg. About .1 million such requests are made in a cycle.

What's the possible solution ?
---------------------
Thanks
Rajiv Das
Dec 13 '05 #1
3 1191
The easiest way would be to have an application that display this in the
browser and does a snapshot.

Why do you want to keep those snaphots ? Do you need a snapshop for all
those requests ? If this is for some kind of "checking" purpore I would just
keep the HTML that can be than redisplayed at any time in the browser...

--
Patrice

"Rajiv Das" <Ra******@discu ssions.microsof t.com> a écrit dans le message de
news:F5******** *************** ***********@mic rosoft.com...
C# 2.0
XP SP2

In My Code, I am using HttpWebRequest to visit a particular URL. I am
required to generate a snapshot image (if this request were made through say IE) and save as jpeg. About .1 million such requests are made in a cycle.

What's the possible solution ?
---------------------
Thanks
Rajiv Das

Dec 13 '05 #2
No I am thinking about some screensaver, which shows snapshots as they are
generated.

I don't need a webbrowser control since i need to do additional analysis on
the content.

--
---------------------
Thanks
Rajiv Das
"Patrice" wrote:
The easiest way would be to have an application that display this in the
browser and does a snapshot.

Why do you want to keep those snaphots ? Do you need a snapshop for all
those requests ? If this is for some kind of "checking" purpore I would just
keep the HTML that can be than redisplayed at any time in the browser...

--
Patrice

"Rajiv Das" <Ra******@discu ssions.microsof t.com> a écrit dans le message de
news:F5******** *************** ***********@mic rosoft.com...
C# 2.0
XP SP2

In My Code, I am using HttpWebRequest to visit a particular URL. I am
required to generate a snapshot image (if this request were made through

say
IE) and save as jpeg. About .1 million such requests are made in a cycle.

What's the possible solution ?
---------------------
Thanks
Rajiv Das


Dec 13 '05 #3
Not sure what you mean by comparing with screensavers

If you want to create a snapshot, you'll necessarily have to :
- grab the resulting HTML output
- use this output to create a picture. It could range from using an existing
borwser to grab the picture to creating your own rendering engine (of course
the formaer option is likely much easiert than the later)
- of course it will be time consuming if you want to perform this on all
those requests...
The whole picture may help. For example what kind of analysis do you need to
perform ? For now I don't understand why you need a picture of the rendered
image. Wouldn't it be enough to keep the HTML content as you can both
analyze the content (and much more easily depending what kind of analysis
this is) and to render this directly in whatever browser the user who needs
to get back at those data uses, rather than to present him a snapshot..

--
Patrice

"Rajiv Das" <Ra******@discu ssions.microsof t.com> a écrit dans le message de
news:BE******** *************** ***********@mic rosoft.com...
No I am thinking about some screensaver, which shows snapshots as they are
generated.

I don't need a webbrowser control since i need to do additional analysis on the content.

--
---------------------
Thanks
Rajiv Das
"Patrice" wrote:
The easiest way would be to have an application that display this in the
browser and does a snapshot.

Why do you want to keep those snaphots ? Do you need a snapshop for all
those requests ? If this is for some kind of "checking" purpore I would just keep the HTML that can be than redisplayed at any time in the browser...

--
Patrice

"Rajiv Das" <Ra******@discu ssions.microsof t.com> a écrit dans le message de news:F5******** *************** ***********@mic rosoft.com...
C# 2.0
XP SP2

In My Code, I am using HttpWebRequest to visit a particular URL. I am
required to generate a snapshot image (if this request were made through
say
IE) and save as jpeg. About .1 million such requests are made in a

cycle.
What's the possible solution ?
---------------------
Thanks
Rajiv Das


Dec 13 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
4293
by: Samuel | last post by:
Is there anyway to get IE to cache a redirected image? For example, I have an page with the following: <html><body> <img src=http://site1.com/redir.php?id=12> </body></html> The image is redirected to a different location through a script. If I don't redirect and just point to the final image, IE caches the image properly. Why is Internet Explorer not caching my image? Mozilla and Opera works
2
5731
by: Jeremy | last post by:
Hi, I am using the code below to create an excel document from data that is returned from an sql query. The formatting of the excel document is pretty and all is good unless I hit the back button and run my query a second time, or a third time (I haven't made it past 3 times). Basically what happens is every time I do this, excel does not close once I hit my back button. Does anyone have a solution to this problem? Another problem is...
8
2615
by: Jef Driesen | last post by:
I'm implementing some image processing algorithms in C++. I created a class called 'image' (see declaration below), that will take care of the memory allocations and some basic (mathematical) stuff. The class will behave like a std::vector (copy constructor and assignment create a deep copy), but with 2D indexing. Now I also need a 'view' class that will behave like a reference to an 'image' (can only be constructed from an existing...
5
10030
by: Popoxinhxan | last post by:
HI guy I am working on the web application that required to display the chart image on the page. The process is clicking the button and browser will popup another windows that displayed the
3
1730
by: Kristof Thys | last post by:
Hello, I'm writing a ASP.net webservice wich will visualize an image, generated by another application. The generated image is a char*. I can transform this to a String*, but I want to view it as an image in my browser. Is this possible, and how should I do this? thx,
10
31706
by: FX | last post by:
I wanna publish a script on my site which allows me to hide image source. i have rough idea abt it. i`ll point src to some php page like: <img src="image.php"> & in tht php wat exactly shud be done so tht user doesnt come to know the real source location of image file upon clicking its properties. I've seen websites doing this. can somebody post the script for it? Thanx in advance
17
29418
by: santel_helvis | last post by:
Hi All, Could anyone tell me how to rotate the image in javascript. Which concepts I should concentrate to rotate the image
4
3083
by: Kim | last post by:
Random image downloader for specified newsgroup. Hi I'm writing a small script that will download random images from a specified newsgroup. I've imported yenc into the script but I can't open the image or save it. This is my first script so be gentle! Heres the script ####random group downloader#### import nntplib import string, random import mimetools import StringIO
2
1581
by: Rick | last post by:
I have a Framework 2.0 web site running on a Window 2003 server, We are streaming an excel file(csv) into the browser for one of our customer reports, When the excel browser window opens the data is in HTLM format, I open the same file runnning a duplicate web site from my machine(XP) and the data shows normally. 'Code that streams file to browser Dim resp As HttpResponse resp = Page.Response
0
9670
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9518
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10211
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10159
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10000
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9033
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6776
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5436
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4111
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.