/var/www/restricted/ssh/stm32/www/stm32circle/ STM CircleOS forum / Output files format.

Username:     
Password:     
             

Forum

# 1   2010-09-29 16:50:03 Output files format.

jC_Omega
New member
From: Vichy - France
Registered: 2010-07-14
Posts: 8
Website

Output files format.

What is the definition support for conversion  bmp files?
2bpp, 4bpp, or 8bpp 16bbp?

Last edited by jC_Omega (2010-09-29 16:50:24)

Offline

 

# 2   2010-09-30 08:47:58 Output files format.

yrt
Administrator
From: Grenoble-France
Registered: 2008-06-11
Posts: 520
Website

Re: Output files format.

It supports all definitions, because it does not do any treatement, it just converts the binary file into .h text file, containing BMP header and data bytes.
CircleOS (v4.1) supports 16 bits colour depth, 256 palettised colours and 256 palettised colours with RLE compression, and also 16 bits raw image with old Primer format.

Take a look at this conception document
www.stm32circle.com/resources/download. … eption.pdf

Offline

 

# 3   2010-10-11 04:13:06 Output files format.

nikjerry
New member
Registered: 2010-10-08
Posts: 7

Re: Output files format.

Well, the link which you have mentioned here that is really very useful. I found that much fantastic information there. As the only thing that I want to say you that I came to know more things from that and it also increase my knowledge.

Offline

 

# 4   2010-11-17 20:54:30 Output files format.

cecile900le
New member
Registered: 2010-11-17
Posts: 3

Re: Output files format.

I use 4bpp, and it's also work. anyway thank for the link

Offline

 

# 5   2011-06-10 17:46:43 Output files format.

freedomain
New member
From: USA
Registered: 2011-06-10
Posts: 2
Website

Re: Output files format.

The output file length was 133 Characters, The file is tab separated file

Before format Name& cause has been defied with 45 character length, So the output is reserving 45 character lenth irrespecting of actual length


Reprot before format
-------* Denotes Spaces
Name---------------------------------- Cause
aaaaaaaaaaaaaaaaaa---------------- xxxxxxxxxxxxxxxxxxxxxxxx----------
bbbbbb--------------------------------- yyyyyyyyyyyyyyy----------------------
ccccccccccccccccc--------------------- xxxxxx-----------------------------------
dddd------------------------------------ zzzzzzzzzzzzzzzzzzzzz------------------


Requirement demands - only tab shoul be the separator and no spaces to be left free in 45 character, What was defind to contain.

Reprot After format
Name Cause
aaaaaaaaaaaaaaaaaaa xxxxxxxxxxxxxxxxxxxxxxxxxxx
bbbbbb yyyyyyyyyyyyyyy
ccccccccccccccccc xxxxxx
dddd zzzzzzzzzzzzzzzzzzzzzzz

Offline

 

Board footer