Difference between revisions of "ConvImgCPC"

From CPCWiki - THE Amstrad CPC encyclopedia!
Jump to: navigation, search
m (added internal wiki links)
Line 1: Line 1:
 
[[Image:Convimgcpc.gif|thumb|ConvImgCpc]]
 
[[Image:Convimgcpc.gif|thumb|ConvImgCpc]]
  
ConvImgCPC is a small software which allows the conversion of PC images to the CPC.
+
ConvImgCPC is a small program which allows the conversion of PC images to the CPC.
  
It makes it possible to read images in BMP, GIF, JPEG format , and of course SCR (format of [[The Advanced OCP Art Studio|OCP ART STUDIO]], software suitable for the cpc).
+
It will read images in BMP, GIF, JPEG format and of course SCR (the format of [[The Advanced OCP Art Studio|OCP ART STUDIO]] pictures).
For this last case of figure, the images must have a [[AMSDOS]] header.
+
 
once the image is read, it is possible to carry out some adjustments on:
+
For SCR the files must have an [[AMSDOS]] header.
 +
 
 +
Once the image is read, it is possible to carry out some adjustments on:
 
* the position of the image,  
 
* the position of the image,  
 
* the size of the image,  
 
* the size of the image,  
* the intensity of each component R, V, B (useful for the dark images or too light).
+
* the intensity of each component R, G, B (useful for adjusting brightness of image).
Then, the conversion can be made in the 3 screen modes of the CPC :
+
 
 +
Then the conversion can be made in the 3 screen modes of the CPC :
 
* MODE 0: 160 X 200 points with 16 possible colors from 27,  
 
* MODE 0: 160 X 200 points with 16 possible colors from 27,  
 
* MODE 1: 320 X 200 points with 4 possible colors from 27,  
 
* MODE 1: 320 X 200 points with 4 possible colors from 27,  
 
* MODE 2: 640 X 200 points with 2 possible colors from 27.
 
* MODE 2: 640 X 200 points with 2 possible colors from 27.
 
* MODE 3: a special mode wich let you use more than 4 colors in 320 x200 points.
 
* MODE 3: a special mode wich let you use more than 4 colors in 320 x200 points.
Several modes of dithering are possible for"recreating" the missing colors.
+
 
the colors calculated by the program can be modified manually and "locked", i.e. that they will not be modified by the program during a conversion.
+
Several modes of dithering are possible for "recreating" the missing colors.
 +
 
 +
The colors calculated by the program can be modified manually and "locked", i.e. that they will not be modified by the program during a conversion.
 +
 
 
ConvImgCPC has an option to use the 4096 colors of the CPC+.
 
ConvImgCPC has an option to use the 4096 colors of the CPC+.
 +
 
It is also possible to use non standard resolution (up to 736 x 272 points in mode 2)
 
It is also possible to use non standard resolution (up to 736 x 272 points in mode 2)
 +
 
You can edit the picture generated inside ConvImgCPC.
 
You can edit the picture generated inside ConvImgCPC.
 +
 
Last, it is enough to save the image, by specifying if this one must be compacted or not.
 
Last, it is enough to save the image, by specifying if this one must be compacted or not.
the save is done with SCR format of OCP ART STUDIO for standard formats.
+
 
the colors can also be saved.
+
The save is done with SCR format of OCP ART STUDIO for standard formats.
the software also makes it possible to read again some colors a pallet lately saved.
+
 
 +
The colors can also be saved.
 +
 
 +
The software also makes it possible to read again some colors a pallet lately saved.
 +
 
 
You can save your calculated image under an assembler source file (filled with DEFBs)
 
You can save your calculated image under an assembler source file (filled with DEFBs)
  

Revision as of 08:42, 17 March 2010

ConvImgCpc

ConvImgCPC is a small program which allows the conversion of PC images to the CPC.

It will read images in BMP, GIF, JPEG format and of course SCR (the format of OCP ART STUDIO pictures).

For SCR the files must have an AMSDOS header.

Once the image is read, it is possible to carry out some adjustments on:

  • the position of the image,
  • the size of the image,
  • the intensity of each component R, G, B (useful for adjusting brightness of image).

Then the conversion can be made in the 3 screen modes of the CPC :

  • MODE 0: 160 X 200 points with 16 possible colors from 27,
  • MODE 1: 320 X 200 points with 4 possible colors from 27,
  • MODE 2: 640 X 200 points with 2 possible colors from 27.
  • MODE 3: a special mode wich let you use more than 4 colors in 320 x200 points.

Several modes of dithering are possible for "recreating" the missing colors.

The colors calculated by the program can be modified manually and "locked", i.e. that they will not be modified by the program during a conversion.

ConvImgCPC has an option to use the 4096 colors of the CPC+.

It is also possible to use non standard resolution (up to 736 x 272 points in mode 2)

You can edit the picture generated inside ConvImgCPC.

Last, it is enough to save the image, by specifying if this one must be compacted or not.

The save is done with SCR format of OCP ART STUDIO for standard formats.

The colors can also be saved.

The software also makes it possible to read again some colors a pallet lately saved.

You can save your calculated image under an assembler source file (filled with DEFBs)

You can find it here : Amstradeus

In the download section : Download