Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How i convert raw to jpg
Forum Updated to NodeBB v4.3 + New Features

How i convert raw to jpg

Scheduled Pinned Locked Moved Unsolved General and Desktop
7 Posts 6 Posters 878 Views 3 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Abirul Alamaq
    wrote on last edited by
    #1

    I didn't understand how to i convert raw to jpg or png. Can i do that with QImage ?

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      By raw you mean raw camera output, like Canon's CR2, NIkon's NEF etc.? If so, then QImage does not have such functionality. You will need to use another software or library (possibly imagemagick can do it).

      (Z(:^

      1 Reply Last reply
      1
      • A Offline
        A Offline
        Abirul Alamaq
        wrote on last edited by
        #3

        is that too helper for converting

        1 Reply Last reply
        0
        • sierdzioS Offline
          sierdzioS Offline
          sierdzio
          Moderators
          wrote on last edited by
          #4

          Yes, and it also has some C++ API if I remember correctly, so it can be used programmatically.

          And raw formats are supported: https://imagemagick.org/script/formats.php

          (Z(:^

          M 1 Reply Last reply
          2
          • posktomtenP Offline
            posktomtenP Offline
            posktomten
            wrote on last edited by
            #5

            Hi!
            I have used https://www.rawtherapee.com/
            for Canon * .cr3 photos.
            Maybe you can look there for a library that can be used with C ++? Just a thought.

            posktomten

            SGaistS 1 Reply Last reply
            0
            • posktomtenP posktomten

              Hi!
              I have used https://www.rawtherapee.com/
              for Canon * .cr3 photos.
              Maybe you can look there for a library that can be used with C ++? Just a thought.

              SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              wrote on last edited by
              #6

              @posktomten thanks for the tip however it was a spam account.

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              1 Reply Last reply
              0
              • sierdzioS sierdzio

                Yes, and it also has some C++ API if I remember correctly, so it can be used programmatically.

                And raw formats are supported: https://imagemagick.org/script/formats.php

                M Offline
                M Offline
                Mini1111
                wrote on last edited by
                #7
                This post is deleted!
                1 Reply Last reply
                0
                • JKSHJ JKSH locked this topic on

                • Login

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • Users
                • Groups
                • Search
                • Get Qt Extensions
                • Unsolved