#117 closed defect (invalid)
inv_tiff broken in rasdaman 8.3
Reported by: | Owned by: | Peter Baumann | |
---|---|---|---|
Priority: | major | Milestone: | 8.4 |
Component: | conversion | Version: | 8.3 |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
The inv_tiff converter is broken in 8.3, to reproduce the issue:
Insert mr_1.tif into mr collection
rasql -q "insert into mr values inv_tiff(\$1) " -f mr_1.tif —user rasadmin —passwd rasadmin
Get the last oid
rasql -q "select oid(t) from mr as t" —out string
esport it as png image
rasql -q "select png(t) from mr as t where oid(t) = 24065" —out file
Attached the resulting file renamed as broken-mr_1.png
See if it happens also on your installation
OS info:
lsb_release -a
LSB Version: :core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch
Distributor ID: Scientific
Description: Scientific Linux release 6.0 (Carbon)
Release: 6.0
Codename: Carbon
gcc —version
gcc (GCC) 4.4.4 20100726 (Red Hat 4.4.4-13)
Copyright © 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Attachments (3)
Change History (11)
by , 13 years ago
Attachment: | broken-mr_1.png added |
---|
comment:1 by , 13 years ago
That's strange, all seems to work well on Debian testing.
Can you maybe run the system test:
cd systemtest && make check
comment:2 by , 13 years ago
Do you get the same problem if you export to tiff (just to rule out that the problem is not in png)?
comment:3 by , 13 years ago
Here is the output of the system test:
Detail test report is in testcases_open/test_select/log
testcases_fixed/test_memleak/test.sh … OK
see detail in testcases_fixed/test_memleak/log
testcases_mandatory/test_conversion/test.sh … FAIL
see detail in testcases_mandatory/test_conversion/log
testcases_mandatory/test_manipulation/test.sh … OK
see detail in testcases_mandatory/test_manipulation/log
testcases_mandatory/test_select/test.sh … FAIL
see detail in testcases_mandatory/test_select/log
testcases_mandatory/test_user/test.sh … FAIL
see detail in testcases_mandatory/test_user/log
testcases_open/test_select/test.sh … OK
see detail in testcases_open/test_select/log
Attached the log of the conversion test
by , 13 years ago
Attachment: | exportedtiff.tif added |
---|
exported data into tiff format has the same issue
comment:4 by , 13 years ago
Do you have the latest git version of rasdaman?
In the conversion log there should be a
entry which I don't see. I've submitted a patch to fix multiband TIFF import/export recently, it's likely that the bug you get has also been fixed.
comment:5 by , 13 years ago
that was supposed to be:
------tiff and inv_tiff multiband conversion------
comment:6 by , 13 years ago
Hi Dimitar
I updated and recompiled rasdaman on Feb 6
The new version recompiled today works well
You can mark this ticket as "closed" or "invalid"
Ciao
Damiano
comment:7 by , 13 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:8 by , 12 years ago
Complexity: | → Medium |
---|---|
Milestone: | → 8.4 |
output of png extraction from mr collection