IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 6, 2006, 5:22:07 PM (20 years ago)
Author:
Paul Price
Message:

Merging the pslib "additional" functions from the modules into psLib proper.

Added jpeg directory for psImageJpeg.
Changes to build system (configure.ac, and various Makefile.am)

psVectorSmooth: changed API to allow optional output vector
psSparse: changed sizes to type "long"; added "const"
psRegionIsBad: Renamed psRegionIsNaN
psImageBicubeFit: changed sizes to "long"; added a "const"
psLine: changed sizes to "long"
psImageUnbin: description required in SDRS
psImageClippedStats: renaming to psImageBackground; removing static structures; API changed!
psImageFlipX, psImageFlipY merged to psImageFlip
psStringSubstitute: added "const"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/imageops/Makefile.am

    r7210 r7380  
    55libpslibimageops_la_CPPFLAGS = $(SRCINC)
    66libpslibimageops_la_SOURCES = \
     7        psImageBackground.c \
    78        psImageConvolve.c \
    89        psImageGeomManip.c \
     
    1112        psImageStats.c \
    1213        psImageStructManip.c \
    13     psImageMaskOps.c
     14        psImageMaskOps.c \
     15        psImageUnbin.c
    1416
    1517EXTRA_DIST = imageops.i
     
    1719pslibincludedir = $(includedir)
    1820pslibinclude_HEADERS = \
     21        psImageBackground.h \
    1922        psImageConvolve.h \
    2023        psImageGeomManip.h \
     
    2326        psImageStats.h \
    2427        psImageStructManip.h \
    25     psImageMaskOps.h
     28        psImageMaskOps.h \
     29        psImageUnbin.h
    2630
    2731CLEANFILES = *~
Note: See TracChangeset for help on using the changeset viewer.