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 Dimitar Misev, 5 years ago

Owner: changed from Dimitar Misev to apercov
Status: newassigned

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:

--   internal GRIB converter enabled (-DUSE_GRIB=ON).
--   internal TIFF converter disabled (-DUSE_TIFF=OFF).
--   internal JPEG converter disabled (-DUSE_JPEG=OFF).
--   internal PNG converter disabled (-DUSE_PNG=OFF).

comment:2 by apercov, 5 years ago

Status: assignedaccepted

comment:3 by Dimitar Misev, 5 years ago

Resolution: fixed
Status: acceptedclosed
Note: See TracTickets for help on using tickets.