Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

formato immagini sconosciuto

0 views
Skip to first unread message

alfio

unread,
Oct 10, 2009, 1:33:41 PM10/10/09
to
nel file zip che trovate qui:
http://i.imagehost.org/dl/3f00884da4348c89b42f48aa22deedc7/0798/TXUR.zip
ci sono 10 immagini duplicate in file .bmp e file .bin

chi mi aiuta a scoprire in che formato sono memorizzare le immagini nei file
.bin ?

tutto quello che so, e che c'e' un header fatto cosi':

byte = description
00-07 = fixed to 00 24 00 01 00 00 00 00
08-0F = some unknonw flag
10-17 = fixed to 00 00 14 01 00 00 00 00
18-1B = size of image in byte
1C-1D = image width in pixel
1E-1F = image height in pixel
20-23 = flag 00 00 00 00 = 32 bit image ; 10 00 00 00 = 8 bit image
24-27 = fixed to 00 00 00 28 = size of this header

Ran

unread,
Oct 11, 2009, 5:26:17 AM10/11/09
to
alfio ha scritto:

> nel file zip che trovate qui:
> http://i.imagehost.org/dl/3f00884da4348c89b42f48aa22deedc7/0798/TXUR.zip
> ci sono 10 immagini duplicate in file .bmp e file .bin

Error: download ticket expired.

alfio

unread,
Oct 11, 2009, 3:17:34 PM10/11/09
to
"Ran" <R...@Ran.Ran> ha scritto nel messaggio
news:4ad1a41b$0$19175$c83e...@anchorman-read.tele2.net...

maledetta tecnologia :))

http://i.imagehost.org/download/0798/TXUR

Andrea D'Amore

unread,
Oct 11, 2009, 3:55:07 PM10/11/09
to
In article <ibqAm.77887$1s6....@twister2.libero.it>,
"alfio" <al...@alfio.net> wrote:

> http://i.imagehost.org/download/0798/TXUR

$ file TXUR000D.BIN
TXUR000D.BIN: binary Computer Graphics Metafile

Da Wikipedia:
"Computer Graphics Metafile (CGM) is a free and open international
standard file format for 2D vector graphics, raster graphics, and text,
and is defined by ISO/IEC 8632.[2]"

quindi anche il raster ci va bene

alfio

unread,
Oct 11, 2009, 4:40:31 PM10/11/09
to
"Andrea D'Amore" <and.da...@LOSPAM.gmail.com.invalid> ha scritto nel
messaggio news:and.damoreVIA-15A...@nntp.aioe.org...

innanzi tutto ti ringrazio per la risposta
come ci sei arrivato ?
io dovrei fare un programma per convertire quei .bin in .bmp, e viceversa,
dove trovo una descrizione del formato del file CGM ?

Andrea D'Amore

unread,
Oct 12, 2009, 1:33:48 AM10/12/09
to
In article <3prAm.79099$9f6....@twister1.libero.it>,
"alfio" <al...@alfio.net> wrote:

> come ci sei arrivato ?

Ho aperto un emulatore terminale e al suo prompt "$" ho scritto "file" e
poi il nome del file.

> io dovrei fare un programma per convertire quei .bin in .bmp, e viceversa,
> dove trovo una descrizione del formato del file CGM ?

Se non è un esercizio prova a cercare qualche programma che esegue già
la conversione, imagemagick è un buon candidato.

0 new messages