Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
2answers
1k views

Displaying OpenCV iplimage data structures with wxPython

Here is my current code (language is Python): newFrameImage = cv.QueryFrame(webcam) newFrameImageFile = cv.SaveImage("temp.jpg",newFrameImage) wxImage = wx.Image("temp.jpg", ...
1
vote
1answer
59 views

Converting an Access database from 03 to 07 programatically with vb.net?

I need to convert old .mdb Access files to the new .accdb format. What's the best way to do this in vb.net?
1
vote
1answer
181 views

API for document format conversion

I am looking for a RESTful web service to which I can send a document (doc, docx, xls, xlsx, ppt, pptx, and tiff at a minimum) for conversion to pdf and swf. The reason I need swf in addition to pfd ...
1
vote
1answer
240 views

get pure text form odt file in console

I am looking for a small linux tool that would be able to extract text from odt file. It just needs to be human-readable and it can have problems with complicated objects etc. It's almost a ...
0
votes
1answer
63 views

Convert a .rtf into a mac .r resource, in a scriptable way

I currently have a SLA in a .rtf format, which is to be integrated into .dmg using the intermediary .r mac resource format, which is used by the Rez utility. I had already done it by hand once, but ...
0
votes
7answers
699 views

Can you recommend a Shockwave Flash (SWF) to “movie” converter for OS X?

I've Googled this in various ways, and there's no shortage of software to do it. Since this is something I'm unlikely ever to do again, I'd prefer a free solution, but I'm also willing to pay if the ...
-4
votes
1answer
29 views

How convert from other format to png format when using file_get_contents method? [closed]

Possible Duplicate: Convert jpg image to gif, png & bmp format using PHP I am using the file_get_contents method to obtain a JPEG image file from a url. How do I convert it to a PNG ...