HARDWARE ★ SO WHY DO I NEED A SCANNER? (AMSTRAD ACTION) ★

So why do I need a Scanner? (Amstrad Action)
★ Ce texte vous est présenté dans sa version originale ★ 
 ★ This text is presented to you in its original version ★ 
 ★ Este texto se presenta en su versión original ★ 
 ★ Dieser Text wird in seiner Originalfassung präsentiert ★ 

Scanners work on the principle that when a beam of light is shone on to an object, a piece of paper in this case, the darker parts will absorb the most light and thus reflect back less than the lighter parts. This information is sent back to the computer and transferred into pixels, which are then plotted on your monitor.

The only commercially available scanner for the CPC is the Dart Scanner, which clips on to the printer head of any Amstrad DMP printer. Another scanner was invented for the Amstrad, the circuit diagram and information for which was printed in the book Easy Add-on Projects for the Amstrad CPC 464, 664, 6128 and MSX computers. (BP171) (Hmm, nice catchy title - Karen). Published by Bernard Babani. Though in principle it does work, in practice it's extremely difficult to get any recognisable results.

In black and white

Both scanners only produce two-colour pictures in MODE 2. So, bearing in mind how the scanner actually works, the best results are obviously obtained with black and white images. Images with several colours or two similar colours will give poor results. To get optimum results with the Dart Scanner, photocopy the work first. This not only preserves the picture from the ink (you need to remove the ribbon to avoid this), but also turns your image into a straight black and white one.

Next, get hold of some sticky-back plastic and tape the image to the back of a cereal packet, making sure you get the paper taught. (Next week well be showing you how to create a new joystick out of loo paper rolls and an egg carton - Valerie Singleton) This avoids the rippling effect you get when the printer head moves over the printer. Now feed your cardboard and paper into the printer. You may have to adjust height of the printer head using the switch on the left hand side, though once it's loaded, you need to push it back down to bring the scanner light nearer the paper.

All that's left to do now is to draw the curtains, turn off the lights, let your neighbours know what you're doing so they don't get the wrong idea, and hit the scan button. Darkness is not essential, but it does improve the quality slightly.

Save it!

Once you've scanned your image you can save it out, using the scanning software provided, as a standard 17K screen file, which can then be loaded using the following BASIC line:

MODE 2:LOAD"SCREEN.BIN" ,&C000:CALL &BB18

These screen files are compatible with all art packages, but the scanner won't save out an OCP ‘PAL' palette file. There is a way round this, though -just append the following patch to the file DARTSCAN.BAS.

710 SAVE "!"+fl$+".scr",b,&4000,&4000
711 ' Art studio PALette saver R.Wildey
712 POKE &8809,2:POIKE &880A,&FF:POKE &8890B,&19
713 FOR p=&880C TO &8817:POKE p,&4B:NEXT
714 FOR p=&8818 TO &88D8:POKE p,&54:NEXT
715 SAVE fl$+".pal",b,&8809,&EF,&8809

Desktop publishing

The main use of scanned images is probably for desktop publishing. Scanned screens must be loaded in as screen files, but once you have loaded them into a desktop publisher, sections of your images can be saved out as clipart for use in fanzine or leaflets.

Since the launch of Robot PD's groundbreaking PowerPage there have been loads of of PD DTP packages released for the CPC, each one vying for the desktop crown. In the end, though, PowerPage has been dethroned by its own sequel, Powerpage 128, which after two years of development is finally complete (look out for a review in Public Image soon).

Of course, you may already be using a 16-bit machine to produce your publications, in which case you'll need to save the image scanned on to the CPC in a common screen format that the other machine will understand. The machine code program below saves MODE 2 screens out as 32K BMP files - just insert your desired file names in lines 5 and 120 and RUN it. BMP is a filename extension, standing for Bitmap. Developed by Microsoft for their Windows interface, this extension is common on the PC. And if you're using an Apple Mac, you'll be pleased to learn that there are many conversion programs that will enable you to transfer Bitmaps.

Once saved, the BMP files need to be ported over to the PC, using a program such as DOSCopy, as binary files (not ASCII). This program was used to convert the screenshots littered around the page.

AA

★ YEAR: 1995
★ AUTHOR: R.WILDEY
 

★ AMSTRAD CPC ★ DOWNLOAD ★

Type-in/Listing:
» Mode  2  Amstrad  to  PC  screen  convert    (Amstrad  Action)    ENGLISH    LISTINGDATE: 2023-12-12
DL: 77
TYPE: PDF
SiZE: 259Ko
NOTE: Uploaded by CPCLOV ; 1 page/PDFlib v1.6

★ AMSTRAD CPC ★ A voir aussi sur CPCrulez , les sujets suivants pourront vous intéresser...

Lien(s):
» Hardware » Kenner-Scanner-Weg-Modul
» Hardware » Scanner Dart / Dart Scan
» Hardware » Omni-Reader
Je participe au site:
» Pour ce titre nous ne disposons de fichier executable sur CPC (Saisie du listing) , alors si vous avez ça dans vos cartons ou vous désirez usé vos petit doigts boudinés sur votre clavier faites le nous savoir.
» Vous avez des infos personnel ?
» Vous avez remarqué une erreur dans ce texte ?
» Aidez-nous à améliorer cette page : en nous contactant via le forum ou par email.

CPCrulez[Content Management System] v8.73-desktop/c
Page créée en 349 millisecondes et consultée 339 fois

L'Amstrad CPC est une machine 8 bits à base d'un Z80 à 4MHz. Le premier de la gamme fut le CPC 464 en 1984, équipé d'un lecteur de cassettes intégré il se plaçait en concurrent  du Commodore C64 beaucoup plus compliqué à utiliser et plus cher. Ce fut un réel succès et sorti cette même années le CPC 664 équipé d'un lecteur de disquettes trois pouces intégré. Sa vie fut de courte durée puisqu'en 1985 il fut remplacé par le CPC 6128 qui était plus compact, plus soigné et surtout qui avait 128Ko de RAM au lieu de 64Ko.