Opened 5 years ago
Closed 5 years ago
#2138 closed defect (fixed)
default format support on own compilation
Reported by: | Peter Baumann | Owned by: | apercov |
---|---|---|---|
Priority: | major | Milestone: | 10.0 |
Component: | build system | Version: | 9.8 |
Keywords: | Cc: | ||
Complexity: | Trivial |
Description
when running cmake I see
-- GRIB enabled (-DUSE_GRIB=ON). -- TIFF disabled (-DUSE_TIFF=OFF). -- JPEG disabled (-DUSE_JPEG=OFF). -- PNG disabled (-DUSE_PNG=OFF).
While few people will use GRIB, all will want TIFF, JPEG and PNG. Suggest to enable by default.
Change History (3)
comment:1 by , 5 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 5 years ago
Status: | assigned → accepted |
---|
comment:3 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.
In the documentation it's clarified that these are the internal converters implemented by rasdaman.
If GDAL is enabled, tiff and jpeg will work fine. We should update the CMakeLists.txt to print clearer though: