|
I need to render SVG files to other file formats (.png, for example.) What's a good application for performing that render?
Specifically, I need an application that runs on Windows. But I'd welcome suggestions for other platforms, as well.
Started by Jared on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
If you're on Linux (Ubuntu) use: rsvg-convert.
Inkscape can export SVG to bitmap formats.
|
|
How can i convert a pdf file to other formats such as image format?
Started by jaffar on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Image format: jpg)
http://www.pdf-to-jpg.com/
If you want a truly cross-platform solution, you can.
|
|
Hi,
What are the the video file formats that are supported by the iphone ?
Thanks
Started by Biranchi on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Profile with AAC-LC audio up to 160 Kbps, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats 3.0 with AAC-LC audio up to 160 Kbps, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats up to 160 Kbps, 48kHz, stereo....
|
Ask your Facebook Friends
|
Is there an overview of file formats which QTKit understands?
Started by HelloMoon on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You use QTMovie's +movieFileTypes: method choosing a type option from:
QTIncludeStillImageTypes QTIncludeTranslatableTypes QTIncludeAggressiveTypes QTIncludeCommonTypes QTIncludeAllTypes
Beyond the programmatic QTMovie +movieFileTypes, Bob mentions, ... .
|
|
Is there a site that lists popular file formats?
I am aware that it would be hard to find out which file formats are popular, and I do not need exact popularity, just approximation. I guess companies that develop anti-malware software could have some ...
Started by Ċ½eljko Filipin on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
Http://www.fileinfo.com/
If you are testing file uploads, I wouldn't be too concerned with file formats per-se, unless you are post processing them afterCould not resist this one --- TXT....
formats need to be checked.
|
|
I have always been a bit puzzled about how audio/video file formats work, and how the extension of a media file (e.g. mp4) doesn't always tell the whole story about what media formats the file contains and how it is encoded. I am starting to learn about...
Started by RexE on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Then, read up the Wikipedia Container format page and its links Gizmodo article: Giz Explains....
But after that, when it comes to playing the file, the questionGet the GSpot tool for windows to start with.
Stored inside a container format.
|
|
I'm getting started with XNA and Blender and am trying to find good quality, up to date information on the various 3D file formats that are used in game development.
Clearly many games are developed with multiple and custom 3D file formats, but I'm interested...
Started by Michael La Voie on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
I was also fond of the AC3D developers often....
The already mentioned COLLADA and FBX are the only standard formats studio max format (.3ds) is quite used, as well as renderman RIB file.
file format (it's plain text).
|
|
This question on archiving PDF's got me wondering -- if I wanted to compress (for archival purposes) lots of files which are essentially small changes made on top of a master template (a letterhead), it seems like huge compression gains can be had with...
Started by Toybuilder on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Both are applied in sequence, and it's a traditional format in the Unix world which just joins your files....
The oldest example is .tar.gz; a .tar has compress only one file.
Several formats do inter-file compression.
|
|
Is there a pattern that is good to use when saving and loading different file formats?
For example, I have a complicated class hierarchy for the document, but I want to support a few different file formats.
I thought about the Strategy pattern, but I'...
Started by Dave Arkell on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Of the nodes, but you decouple the file format, as different visitors implementations can write the data.
|
|
Is there a good online library site that brings together, in one place, the specifications of various file common formats such as PNG, MP3, 7Z, SVG, PDF, DOC and so on?
By "good" I mostly mean:
Extensive. Up to date. Tips and guidance. Free. I have in...
Started by Ash on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
How about http://www.wotsit.org/
Or http://en.wikipedia.org/wiki/List_of_file_formats.
|