Difference between revisions of "File Format Tips"
Jump to navigation
Jump to search
(15 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
<br> | <br> | ||
[[File:Level 1 badge.png|alt=Level 1 badge used at Pikes Peak Makerspace|left|frameless|90x90px|PPM MEMBER USE]] | [[File:Level 1 badge.png|alt=Level 1 badge used at Pikes Peak Makerspace|left|frameless|90x90px|PPM MEMBER USE]] | ||
− | + | Members can use our (3) Design Workstations and our dedicated computers, and installed software, without any additional required training (Level 1).<br> | |
<br> | <br> | ||
<br> | <br> | ||
<br> | <br> | ||
<br> | <br> | ||
− | + | '''Links to related PPM Wiki pages:''' | |
− | + | ||
+ | :'''[[Software Tips]]''' | ||
<p style="padding:0.2em 0.4em; background:#ff6c00; color:#FFFFFF; font-size:15%;"> </p> | <p style="padding:0.2em 0.4em; background:#ff6c00; color:#FFFFFF; font-size:15%;"> </p> | ||
Line 28: | Line 29: | ||
===[[SVG File Format Tips]] — Scalable Vector Graphics=== | ===[[SVG File Format Tips]] — Scalable Vector Graphics=== | ||
− | : | + | :reproduce 2D graphics, can include animation |
===[[USDZ File Format Tips]] — Universal Scene Description=== | ===[[USDZ File Format Tips]] — Universal Scene Description=== | ||
:an "ecosystem" for 3D objects and 3D worlds | :an "ecosystem" for 3D objects and 3D worlds | ||
− | + | <br> | |
− | |||
==Other file formats== | ==Other file formats== | ||
'''Links to Wikipedia:''' | '''Links to Wikipedia:''' | ||
− | === 3D printing file formats === | + | ===3D printing file formats=== |
::'''[[wikipedia:3D_Manufacturing_Format|3MF]]''' — XML-based data format designed specifically for additive manufacturing | ::'''[[wikipedia:3D_Manufacturing_Format|3MF]]''' — XML-based data format designed specifically for additive manufacturing | ||
Line 44: | Line 44: | ||
::'''[[wikipedia:PLY_(file_format)|ply]]''' — '''Polygon File Format''' for storing three-dimensional data from 3D scanners | ::'''[[wikipedia:PLY_(file_format)|ply]]''' — '''Polygon File Format''' for storing three-dimensional data from 3D scanners | ||
− | === Graphic design file formats (from Adobe) === | + | ==='''Graphic design file formats (from Adobe)'''=== |
::'''[https://web.archive.org/web/20160413212438/https://www.adobe.com/print/features/psvspdf/ PostScript vs PDF]''' (vs EPS) — from Adobe, captured on Wayback Machine | ::'''[https://web.archive.org/web/20160413212438/https://www.adobe.com/print/features/psvspdf/ PostScript vs PDF]''' (vs EPS) — from Adobe, captured on Wayback Machine | ||
Line 52: | Line 52: | ||
::'''[[wikipedia:PostScript|PostScript]]''' — page description language, and corresponding language interpreter | ::'''[[wikipedia:PostScript|PostScript]]''' — page description language, and corresponding language interpreter | ||
− | |||
===Graphic design file formats (general)=== | ===Graphic design file formats (general)=== | ||
Line 63: | Line 62: | ||
::'''[[wikipedia:GIF|GIF]]''' — '''Graphics Interchange Format''', bitmap format that is also used for animation | ::'''[[wikipedia:GIF|GIF]]''' — '''Graphics Interchange Format''', bitmap format that is also used for animation | ||
− | ::'''[[wikipedia:JPEG|JPEG]]''' — '''for photographic images''' | + | ::'''[[wikipedia:JPEG|JPEG]]''' — '''raster format for photographic images''' |
::'''[[wikipedia:Property_list|plist]]''' — '''Property list''' files are often used to store a user's settings | ::'''[[wikipedia:Property_list|plist]]''' — '''Property list''' files are often used to store a user's settings | ||
Line 78: | Line 77: | ||
::'''[[wikipedia:XML|XML]]''' — '''Extensible Markup Language,''' simple format for storing and transmitting data | ::'''[[wikipedia:XML|XML]]''' — '''Extensible Markup Language,''' simple format for storing and transmitting data | ||
− | ::'''[[wikipedia:YAML|YAML]]''' — human readable | + | ::'''[[wikipedia:YAML|YAML]]''' — '''human readable Markup Language''' commonly used for configuration files |
− | == | + | ==Additional Help== |
'''Links to related PPM Wiki pages:''' | '''Links to related PPM Wiki pages:''' | ||
− | :'''[[ | + | :'''[[Penpot Tips]]''' |
+ | |||
+ | :'''[[Visual Studio Code Tips]]''' | ||
:'''[[GitHub Tips]]''' | :'''[[GitHub Tips]]''' | ||
− | == | + | :[[Arduino|<span style="color:#ffffff; background:#864199"> '''Arduino''' </span>]] |
− | : | + | :[[Raspberry Pi|<span style="color:#ffffff; background:#864199"> '''Raspberry Pi''' </span>]] |
− | :[[ | + | |
− | + | :[[Computers — Ubuntu|<span style="color:#000000; background:#D0DD27"> '''Computers — Ubuntu''' </span>]] | |
+ | :[[Computers|<span style="color:#000000; background:#D0DD27"> '''Computers — Windows''' </span>]] | ||
+ | :[[Computers — Mac and Apple|<span style="color:#000000; background:#D0DD27"> '''Computers — Mac and Apple''' </span>]] | ||
+ | |||
+ | Use the PPM Slack channel #computing | ||
+ | |||
+ | Note that we have a Slack channel (#job-board) for members to post, discuss, or accept job opportunities either within PPM or from the community.<br> | ||
+ | |||
{{Template:Footer}} | {{Template:Footer}} | ||
<p style="padding:0.2em 0.4em; background:#ff6c00; color:#FFFFFF; font-size:15%;"> </p> | <p style="padding:0.2em 0.4em; background:#ff6c00; color:#FFFFFF; font-size:15%;"> </p> | ||
− | [[Category:Software]] | + | [[Category:Software]] [[Category:Volunteers Needed]] |
− | [[Category:Volunteers Needed]] |
Latest revision as of 14:15, 29 March 2025
Learn about the software that we have installed for all Pikes Peak Makerspace (PPM) members.
Members can use our (3) Design Workstations and our dedicated computers, and installed software, without any additional required training (Level 1).
Links to related PPM Wiki pages:
File format tips
Links to related PPM Wiki pages:
G-code File Format Tips — "Geometry code"
- control automated machine tools, as well as for 3D-printer slicers
JSON File Format Tips — JavaScript Object Notation
- a human-readable document format for storing and exchanging data
STL File Format Tips — stereolithography
- a method to approximate the surface geometry of a 3D model
SVG File Format Tips — Scalable Vector Graphics
- reproduce 2D graphics, can include animation
USDZ File Format Tips — Universal Scene Description
- an "ecosystem" for 3D objects and 3D worlds
Other file formats
Links to Wikipedia:
3D printing file formats
- 3MF — XML-based data format designed specifically for additive manufacturing
- obj — simple, open file format for 3D geometry
- ply — Polygon File Format for storing three-dimensional data from 3D scanners
Graphic design file formats (from Adobe)
- PostScript vs PDF (vs EPS) — from Adobe, captured on Wayback Machine
- EPS — Encapsulated PostScript, holds text, raster and/or PostScript images, and optional bitmap preview (but not multimedia)
- PDF — Portable Document Format, for publishing documents with text, graphics, and multimedia
- PostScript — page description language, and corresponding language interpreter
Graphic design file formats (general)
- ASCII art — "computer art form using text characters"
- BMP — bitmap graphics, especially for Windows operating systems
- DXF — Drawing Exchange Format, a CAD data file format, developed by Autodesk
- GIF — Graphics Interchange Format, bitmap format that is also used for animation
- JPEG — raster format for photographic images
- plist — Property list files are often used to store a user's settings
- PNG — Portable Network Graphics, raster format for images with or without transparency
Web development file formats
- CSS — Cascading Style Sheet for formatting documents to display in a web browser
- HTML — HyperText Markup Language for documents to display in a web browser
- WebP — a replacement for other raster formats (faster), developed by Google
- XML — Extensible Markup Language, simple format for storing and transmitting data
- YAML — human readable Markup Language commonly used for configuration files
Additional Help
Links to related PPM Wiki pages:
Use the PPM Slack channel #computing
Note that we have a Slack channel (#job-board) for members to post, discuss, or accept job opportunities either within PPM or from the community.
Search the PPM Wiki — include Content pages as well as Multimedia.
Contact Us if you cannot find your answer here on our Wiki or if you notice any information that is outdated.