HOME

TheInfoList



OR:

MacPaint is a
raster graphics editor A raster graphics editor (also called bitmap graphics editor) is a computer program that allows users to create and edit images interactively on the computer screen and save them in one of many raster graphics file formats (also known as bitmap ...
developed by
Apple Computer Apple Inc. is an American multinational corporation and technology company headquartered in Cupertino, California, in Silicon Valley. It is best known for its consumer electronics, software, and services. Founded in 1976 as Apple Computer Co ...
and released alongside the original
Macintosh Mac is a brand of personal computers designed and marketed by Apple Inc., Apple since 1984. The name is short for Macintosh (its official name until 1999), a reference to the McIntosh (apple), McIntosh apple. The current product lineup inclu ...
personal computer A personal computer, commonly referred to as PC or computer, is a computer designed for individual use. It is typically used for tasks such as Word processor, word processing, web browser, internet browsing, email, multimedia playback, and PC ...
on January 24, 1984. It was sold bundled with its
word processing A word processor (WP) is a device or computer program that provides for input, editing, formatting, and output of text, often with some additional features. Word processor (electronic device), Early word processors were stand-alone devices dedicate ...
counterpart, MacWrite, for
US$ The United States dollar (Currency symbol, symbol: Dollar sign, $; ISO 4217, currency code: USD) is the official currency of the United States and International use of the U.S. dollar, several other countries. The Coinage Act of 1792 introdu ...
195. MacPaint was notable because it could generate graphics that could be used by other applications. It taught consumers what a graphics-based system could do by using the
mouse A mouse (: mice) is a small rodent. Characteristically, mice are known to have a pointed snout, small rounded ears, a body-length scaly tail, and a high breeding rate. The best known mouse species is the common house mouse (''Mus musculus'' ...
, the clipboard, and
QuickDraw QuickDraw was the 2D graphics library and associated application programming interface (API) which is a core part of classic Mac OS. It was initially written by Bill Atkinson and Andy Hertzfeld. QuickDraw still existed as part of the libraries ...
picture language. Pictures could be cut from MacPaint and pasted into MacWrite documents.. The original MacPaint was developed by Bill Atkinson, a member of Apple's original Macintosh development team. Early development versions of MacPaint were called MacSketch, still retaining part of the name of its roots, LisaSketch. It was later developed by Claris, the software subsidiary of Apple which was formed in 1987. The last version of MacPaint was version 2.0, released in 1988. It was discontinued by Claris in 1998 because of diminishing sales.


Development

MacPaint was written by Bill Atkinson, a member of Apple's original Macintosh development team. The original MacPaint program consisted of 5,804 lines of Pascal
computer code Computer code may refer to: *Source code *Machine code *Bytecode Bytecode (also called portable code or p-code) is a form of instruction set designed for efficient execution by a software interpreter. Unlike human-readable source code, byte ...
, augmented by another 2,738 lines of
68000 The Motorola 68000 (sometimes shortened to Motorola 68k or m68k and usually pronounced "sixty-eight-thousand") is a 16/32-bit complex instruction set computer (CISC) microprocessor, introduced in 1979 by Motorola Semiconductor Products Sector ...
assembly language In computing, assembly language (alternatively assembler language or symbolic machine code), often referred to simply as assembly and commonly abbreviated as ASM or asm, is any low-level programming language with a very strong correspondence bet ...
. MacPaint's user interface was designed by Susan Kare, also a member of the Macintosh team. Kare also beta-tested MacPaint before release. MacPaint allows users to edit a 576-by-720 pixel, 72-dpi bitmap (slightly wider than the screen, and slightly more than twice as tall as the screen). A drawing canvas occupies most of the screen real estate, offering a viewport into a portion of the bitmap, with toolbars and pattern palettes around it. MacPaint uses two offscreen memory buffers to avoid flicker when dragging shapes or images across the screen. One of these buffers contained the existing pixels of a document, and the other contained the pixels of its previous state. The second buffer was used as the basis of the software's undo feature. In April 1983, the software's name was changed from MacSketch to MacPaint. The original MacPaint was programmed as a single-document interface. The palette positions and sizes were unalterable, as was the document window. This differed from other Macintosh software at the time, which allowed users to move windows and resize them.


FatBits

The original MacPaint did incorporate a double zoom function. Instead of a zoom function, a special magnification mode called FatBits was used. FatBits showed each pixel as a clickable rectangle with a white border. The FatBits editing mode set the standard for many future editors. MacPaint included a "Goodies" menu which included the FatBits tool. This menu had been named the "Aids" menu in prerelease versions, but was renamed "Goodies" as public awareness of the
AIDS The HIV, human immunodeficiency virus (HIV) is a retrovirus that attacks the immune system. Without treatment, it can lead to a spectrum of conditions including acquired immunodeficiency syndrome (AIDS). It is a Preventive healthcare, pr ...
epidemic grew in the summer of 1983.


Release and version history

MacPaint was first advertised in an 18-page brochure in December 1983, following the earlier announcement of the
Macintosh 128K The Macintosh, later rebranded as the Macintosh 128K, is the original Mac (computer), Macintosh personal computer from Apple Inc., Apple. It is the first successful mass-market All-in-one computer, all-in-one desktop personal computer with a gr ...
. The Macintosh was released on January 24, 1984, with two applications, MacPaint and MacWrite. For a special post-election edition of ''
Newsweek ''Newsweek'' is an American weekly news magazine based in New York City. Founded as a weekly print magazine in 1933, it was widely distributed during the 20th century and has had many notable editors-in-chief. It is currently co-owned by Dev P ...
'' in November 1984, Apple spent more than US$2.5 million to buy all 39 of the advertising pages in the issue. The Newsweek advertisement included many pages dedicated to explaining how MacWrite and MacPaint worked together. After launch, a ''
New York Times ''The New York Times'' (''NYT'') is an American daily newspaper based in New York City. ''The New York Times'' covers domestic, national, and international news, and publishes opinion pieces, investigative reports, and reviews. As one of ...
'' reviewer noted how MacPaint unfolded numerous graphic possibilities for the personal computer; he went further to say "it is better than anything else of its kind offered on personal computers by a factor of 10." MacPaint 2.0 was released on January 11, 1988, by Claris. It added many improvements to the software, including the capability to open and use up to nine documents simultaneously. The original MacPaint operated as a single-document application with an immovable window. MacPaint 2.0 eliminated this limitation, introducing a fully functioning document window, which could be sized up to 8 x 10". Several other features were introduced, such as a Zoom tool, MagicEraser tool for undo actions and stationary documents. MacPaint 2.0 was developed by David Ramsey, a developer at Claris. MacPaint 2.0 was sold for US$125, with a US$25 upgrade available for existing users of MacPaint. Claris discontinued technical support for the original MacPaint in 1989. Claris stopped selling MacPaint in early 1998 because of diminishing sales. There has been an unofficial update called MacPaint X which is 3.0 beta, mainly for people who wished to be able to use the program. Since 2010, MacPaint 1.3's
source code In computing, source code, or simply code or source, is a plain text computer program written in a programming language. A programmer writes the human readable source code to control the behavior of a computer. Since a computer, at base, only ...
(written in a combination of Assembly and Pascal) has been available through the
Computer History Museum The Computer History Museum (CHM) is a computer museum in Mountain View, California. The museum presents stories and artifacts of Silicon Valley and the Information Age, and explores the Digital Revolution, computing revolution and its impact ...
, along with the
QuickDraw QuickDraw was the 2D graphics library and associated application programming interface (API) which is a core part of classic Mac OS. It was initially written by Bill Atkinson and Andy Hertzfeld. QuickDraw still existed as part of the libraries ...
source code, a library to draw bitmapped graphics, due to the support of Steve Jobs. MacPaint inspired other companies to release similar products for other platforms; within a year a half-dozen clones existed for the Apple II and IBM PC. Some of these included
Broderbund Broderbund Software, Inc. (stylized as Brøderbund) was an American maker of video games, educational software, and productivity tools. Broderbund is best known for the 8-bit video game hits '' Choplifter'', '' Lode Runner'', '' Karateka'', and ...
's Dazzle Draw for the Apple II, Mouse Systems'
PCPaint PCPaint was one of the first IBM PC-based mouse-driven GUI paint programs, released in 1984. It followed after Microsoft Doodle, released in 1983 with the Microsoft Mouse version 1 drivers for DOS, and around the same time as Digital Research ...
for the PC, and
IBM International Business Machines Corporation (using the trademark IBM), nicknamed Big Blue, is an American Multinational corporation, multinational technology company headquartered in Armonk, New York, and present in over 175 countries. It is ...
's Color Paint for the IBM PCjr.


Version history


References


External links


MacPaint Evolution from folklore.org

Source code of MacPaint in the Computer History Museum

Macpaint.org, a historical collection of Macpaint images
{{DEFAULTSORT:Macpaint Raster graphics editors Classic Mac OS software Classic Mac OS-only software made by Apple Inc. Assembly language software Discontinued software 1984 software Proprietary software