.crw megnyitása

7 bejegyzés megtekintése - 1-7 / 7
  • Szerző
    Bejegyzés
  • #1935546
    pointux
    Felhasználó
      #1935547
      AE0mega
      Felhasználó

        dcraw.c — Convert raw photos to PPM  
        Supports 102 cameras at last count. Compile with „gcc -o dcraw -O3 dcraw.c -lm -ljpeg”. Run with no arguments to see a usage message. Don’t complain that 48-bpp output is too dark — read the FAQ!

        Erre:

        Code:
        gcc -o dcraw -O3 dcraw.c -lm -ljpeg

        dcraw.c:58: warning: redefinition of `ushort’

        /usr/include/sys/types.h:152: warning: `ushort’ previously declared here

        Code:
        gcc -o dcraw -O3 dcraw.c

        dcraw.c:58: warning: redefinition of `ushort’

        /usr/include/sys/types.h:152: warning: `ushort’ previously declared here

        /tmp/cclqKsoU.o(.text+0x38f0): In function `kodak_jpeg_load_raw’:

        : undefined reference to `jpeg_std_error’

        /tmp/cclqKsoU.o(.text+0x390c): In function `kodak_jpeg_load_raw’:

        : undefined reference to `jpeg_CreateDecompress’

        /tmp/cclqKsoU.o(.text+0x3920): In function `kodak_jpeg_load_raw’:

        : undefined reference to `jpeg_stdio_src’

        /tmp/cclqKsoU.o(.text+0x393d): In function `kodak_jpeg_load_raw’:

        : undefined reference to `jpeg_read_header’

        /tmp/cclqKsoU.o(.text+0x394b): In function `kodak_jpeg_load_raw’:

        : undefined reference to `jpeg_start_decompress’

        /tmp/cclqKsoU.o(.text+0x3991): In function `kodak_jpeg_load_raw’:

        : undefined reference to `jpeg_destroy_decompress’

        /tmp/cclqKsoU.o(.text+0x39ed): In function `kodak_jpeg_load_raw’:

        : undefined reference to `jpeg_finish_decompress’

        /tmp/cclqKsoU.o(.text+0x39f5): In function `kodak_jpeg_load_raw’:

        : undefined reference to `jpeg_destroy_decompress’

        /tmp/cclqKsoU.o(.text+0x3a12): In function `kodak_jpeg_load_raw’:

        : undefined reference to `jpeg_read_scanlines’

        /tmp/cclqKsoU.o(.text+0xb91a): In function `write_ppm’:

        : undefined reference to `pow’

        collect2: ld returned 1 exit status

        Code:
        gcc dcraw dcraw.c

        gcc: dcraw: Nem létezõ fájl vagy könyvtár

        dcraw.c:58: warning: redefinition of `ushort’

        /usr/include/sys/types.h:152: warning: `ushort’ previously declared here

        Mi a hiba?

        #1935548
        AE0mega
        Felhasználó

          ezuteán gimptool- …
          Majd crw-t megnyitva:

          Opening ‘/home/ae/AA_meghajtok/Atti/-=-__foto__-=-/CANON_EOS_300D/2004_03_21/110_1065.crw’ failed:

          Plug-In could not open image

          OK után mégegy üzi:

          The „rawphoto” plugin won’t work because there is no „dcraw” executable in your path.

          Vagyis a dcraw-ot nem tudtam föltenni.

          #1935549
          pointux
          Felhasználó

            „gcc -o dcraw -O3 dcraw.c -lm -ljpeg
            dcraw.c:58: warning: redefinition of `ushort’
            /usr/include/sys/types.h:152: warning: `ushort’ previously declared here”

            Ez csak egy figyelmeztetõ üzenet.

            Ebben az esetben létre kellet jönni egy dcraw futtatható file.
            Rákattintva kiírja a paramétereket.
            Egyébként dcraw raw-file ppm-file

            #1935550
            AE0mega
            Felhasználó

              kicsit meg vagyok kutyulva…
              Mit csináljak ahhoz, hogy Gimpben tudjam a raw (*.crw) képeimet szerkeszteni, bányászgatni stb?
              😳

              #1935551
              pointux
              Felhasználó

                Ezzel a programmal át tudod konvertálni ppm-mé.
                A ppm-et már bármivé pl ppm2tiff, ppmtopgm, ppmtopcx stb.
                Legjobb írni rá egy scriptet, ami egy adott könyvtárban elvégzi az összes file konvertálását, és törli a fölöslegeseket.

                #1873411
                csaba
                Felhasználó
                7 bejegyzés megtekintése - 1-7 / 7
                • Be kell jelentkezni a hozzászóláshoz.