This is an old revision of the document!
scan_bitdepth
create table scan_bitdepth ( identifier integer not null primary key, value varchar(6) );
None.
None.
None.
Version 2.5
Still in use
= Version 2.5 =
create table scan_bitdepth ( identifier integer not null primary key, value varchar(6) );
= Version 2.5 =
insert into scan_bitdepth values (nextval('scan_bitdepth_id_sequence'), '8'); insert into scan_bitdepth values (nextval('scan_bitdepth_id_sequence'), '12'); insert into scan_bitdepth values (nextval('scan_bitdepth_id_sequence'), '14'); insert into scan_bitdepth values (nextval('scan_bitdepth_id_sequence'), '16'); insert into scan_bitdepth values (nextval('scan_bitdepth_id_sequence'), '18'); insert into scan_bitdepth values (nextval('scan_bitdepth_id_sequence'), '24'); insert into scan_bitdepth values (nextval('scan_bitdepth_id_sequence'), '32');