FreeHand
Dan Tobias (Talk | contribs) m |
m (→Sample Files & Software) |
||
(12 intermediate revisions by 4 users not shown) | |||
Line 2: | Line 2: | ||
|formattype=electronic | |formattype=electronic | ||
|subcat=Graphics | |subcat=Graphics | ||
− | |extensions={{ext|fh9}}, {{ext|fh10}}, {{ext|fh11}}, | + | |extensions={{ext|fh3}}, {{ext|fh4}}, {{ext|fh5}}, {{ext|fh7}}, {{ext|fh8}}, {{ext|fh9}}, {{ext|fh10}}, {{ext|fh11}} |
+ | |type code={{Type Code|AGD1}} | ||
+ | |pronom={{PRONOM|x-fmt/303}}, {{PRONOM|x-fmt/304}}, {{PRONOM|x-fmt/53}}, {{PRONOM|fmt/544}}, {{PRONOM|fmt/545}}, {{PRONOM|fmt/546}}, {{PRONOM|fmt/547}}, {{PRONOM|fmt/400}} | ||
|released=1988 | |released=1988 | ||
}} | }} | ||
Line 10: | Line 12: | ||
== Identification == | == Identification == | ||
+ | Aldus FreeHand versions 1 & 2 were Macintosh only, so no official extensions are used. | ||
− | For FreeHand 7, 8, and 9, the first four bytes of the file will spell (in [[ASCII]]), AGD2, AGD3, and AGD4 respectively. In FreeHand 10, the text "FreeHand10" is within the first 24 bytes. Some other versions possibly also have "FreeHand" followed by a version number somewhere in the early part of the file. | + | For FreeHand 7, 8, and 9, the first four bytes of the file will spell (in [[ASCII]]), AGD2, AGD3, and AGD4 respectively. In FreeHand 10, the text "FreeHand10" is within the first 24 bytes. Some other versions possibly also have "FreeHand" followed by a version number somewhere in the early part of the file. Also in early FreeHand formats [[LZW]] compression was used, so some files may have "ALDUS LZW" for the first few bytes. |
+ | |||
+ | {| class="wikitable" style="text-align: center;" | ||
+ | ! Version !! Extension !! Year !! Header !! PRONOM || Opens | ||
+ | |- | ||
+ | |1 || || 1988 || acf3 || {{PRONOM|fmt/1449}} || | ||
+ | |- | ||
+ | |2 || || 1988 || FHD2 || {{PRONOM|fmt/1450}} || | ||
+ | |- | ||
+ | |3 || '''FH3''' || 1991 || FH31 || {{PRONOM|x-fmt/303}} || | ||
+ | |- | ||
+ | |4 || '''FH4''' || 1994 || AGD1 || {{PRONOM|x-fmt/304}} || | ||
+ | |- | ||
+ | |4 & 5 || '''FH5''' || 1995 || AGD1 || {{PRONOM|x-fmt/53}} || | ||
+ | |- | ||
+ | |7 || '''FH7''' || 1996 || AGD2 || {{PRONOM|fmt/544}} || | ||
+ | |- | ||
+ | |8 || '''FH8''' || 1998 || AGD3 || {{PRONOM|fmt/545}} || FH3-8 | ||
+ | |- | ||
+ | |9 || '''FH9''' || 2000 || AGD4 || {{PRONOM|fmt/546}} || FH5-9 | ||
+ | |- | ||
+ | |10 || '''FH10''' || 2001 || FreeHand10 || {{PRONOM|fmt/547}} || | ||
+ | |- | ||
+ | |11 (MX) || '''FH11''' || 2003 || FreeHand11 || {{PRONOM|fmt/400}} || | ||
+ | |} | ||
+ | |||
+ | ==Sample Files & Software== | ||
+ | * [https://github.com/thorsted/pronom-research-week/tree/master/Freehand/Samples Freehand 1,2 & 4 Sample Files] | ||
+ | * [https://archive.org/details/macromedia-freehand-graphics-studio-7 Freehand 7 Software & Sample Files] | ||
+ | * [https://archive.org/details/Macromedia_Freehand_8.0.1_Macromedia_ZFHW801CD_1998 Freehand 8 Software & Sample Files] | ||
+ | * {{DexvertSamples|image/freeHandDrawing}} | ||
+ | * [https://archive.org/download/macromedia_flash4_zflwin40cd/Macromedia%20Flash%204%20%28ZFLWIN40CD%29%28Macromedia%2C%20Inc.%29%281999%29.iso/Macromedia%20Trials%2FFreeHand%208%2Ffreehand-trial.exe Freehand 8 30-day trial] | ||
+ | * [https://archive.org/details/Studio4_201807 Freehand 9 Trial] Needed to migrate older FH5 files. | ||
== Programming libraries == | == Programming libraries == | ||
Line 19: | Line 54: | ||
* [[Wikipedia:Adobe FreeHand|Wikipedia article]] | * [[Wikipedia:Adobe FreeHand|Wikipedia article]] | ||
* [http://www.file-extensions.org/adobe-freehand-mx-file-extensions File extensions itemized] | * [http://www.file-extensions.org/adobe-freehand-mx-file-extensions File extensions itemized] | ||
− | * [https://forums.adobe.com/thread/115280 Discussion of file format specs, or lack of same] | + | * [https://web.archive.org/web/20151028155956/https://forums.adobe.com/thread/115280 Discussion of file format specs, or lack of same (archived)] |
* [https://groups.google.com/forum/#!topic/macromedia.freehand/g6bGwP-YYks More discussion of FreeHand files] | * [https://groups.google.com/forum/#!topic/macromedia.freehand/g6bGwP-YYks More discussion of FreeHand files] | ||
+ | |||
+ | [[Category:Adobe]] | ||
+ | [[Category:Macromedia]] | ||
+ | [[Category:Aldus]] | ||
+ | [[Category:File formats with too many extensions]] |
Latest revision as of 19:43, 16 February 2024
FreeHand (Adobe FreeHand, Macromedia FreeHand, Aldus FreeHand; it went through several owners) is a now-discontinued vector graphic editor for Windows and Mac. Its native file format is a proprietary one that does not appear to have ever been publicly documented; however, somebody apparently reverse-engineered it to create the libfreehand library to process it. As this library is open-source, examining the sources will probably give some insights into the file structure.
Files are found in a number of extensions (and, for Mac versions, often with no extension at all), but the most common extensions are 'fh' followed by a version number, such as .fh10 for FreeHand 10.
Contents |
[edit] Identification
Aldus FreeHand versions 1 & 2 were Macintosh only, so no official extensions are used.
For FreeHand 7, 8, and 9, the first four bytes of the file will spell (in ASCII), AGD2, AGD3, and AGD4 respectively. In FreeHand 10, the text "FreeHand10" is within the first 24 bytes. Some other versions possibly also have "FreeHand" followed by a version number somewhere in the early part of the file. Also in early FreeHand formats LZW compression was used, so some files may have "ALDUS LZW" for the first few bytes.
Version | Extension | Year | Header | PRONOM | Opens |
---|---|---|---|---|---|
1 | 1988 | acf3 | fmt/1449 | ||
2 | 1988 | FHD2 | fmt/1450 | ||
3 | FH3 | 1991 | FH31 | x-fmt/303 | |
4 | FH4 | 1994 | AGD1 | x-fmt/304 | |
4 & 5 | FH5 | 1995 | AGD1 | x-fmt/53 | |
7 | FH7 | 1996 | AGD2 | fmt/544 | |
8 | FH8 | 1998 | AGD3 | fmt/545 | FH3-8 |
9 | FH9 | 2000 | AGD4 | fmt/546 | FH5-9 |
10 | FH10 | 2001 | FreeHand10 | fmt/547 | |
11 (MX) | FH11 | 2003 | FreeHand11 | fmt/400 |
[edit] Sample Files & Software
- Freehand 1,2 & 4 Sample Files
- Freehand 7 Software & Sample Files
- Freehand 8 Software & Sample Files
- dexvert samples — image/freeHandDrawing
- Freehand 8 30-day trial
- Freehand 9 Trial Needed to migrate older FH5 files.
[edit] Programming libraries
[edit] Links
- File Formats
- Electronic File Formats
- Graphics
- File formats with extension .fh3
- File formats with extension .fh4
- File formats with extension .fh5
- File formats with extension .fh7
- File formats with extension .fh8
- File formats with extension .fh9
- File formats with extension .fh10
- File formats with extension .fh11
- Adobe
- Macromedia
- Aldus
- File formats with too many extensions