Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
3answers
741 views

How can I save first frame of a video as image?

I want to extract first frame of uploaded video and save it as image file. Possible video formats are mpeg, avi and wmv. One more thing to consider is that we are creating an ASP.NET website.
4
votes
4answers
420 views

Converting PDF into workable text using C#

Is there a library that has a class to extract the text from a pdf file in c#.net? I've tried a few but documentation is terrible, so I haven't been able to get it off the ground. Also if it provides ...
3
votes
2answers
148 views

Is it possible to detect the dimensions of an image at an URL without downloading the entire image?

Given an HTML page with a news article I'm trying to detect the relevant image(s) from the article. For this, I'm looking at the sizes of the images (if they're too small likely they are navigational ...
2
votes
1answer
99 views

Extracting the “n”th image out of a bmp (or other image type)

I have a bmp image that's comprised of 13 images, and each image is exactly 17x17. Aside from breaking this image down through gimp into 13 different images, what is a good way to 'extract' the nth ...
1
vote
2answers
154 views

Is it possible to extract tiff files from PDFs without external libraries?

I was able to use Ned Batchelder's python code, which I converted to C++, to extract jpgs from pdf files. I'm wondering if the same technique can be used to extract tiff files and if so, does anyone ...
0
votes
2answers
165 views

Extract image of UISegmentedControl on iPhone

I am using UISegmentedControl (with only one segment) as a button. But problem with this is one cannot change font size in UISegmentedControl (possible in iOS-5+ but I am targeting lower versions ...
0
votes
1answer
104 views

Icon Recognition for Web App

Once again I come to the best for my pedestrian question. I'm building a small web app that would be vastly improved by the ability to recognize app icons. I've searched all over but haven't found ...
0
votes
3answers
219 views

Extracting *relevant* image from a web-page

I have a couple of twitter-powered news aggregation website. I have been planning to add images from articles that I find on twitter. If I download the page and extract image using <img> tag, I ...