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 to convert STL or SLC files into PNG file format?
QtWS25 Last Chance

How to convert STL or SLC files into PNG file format?

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 4 Posters 727 Views
  • 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.
  • V Offline
    V Offline
    vaibs
    wrote on 2 May 2019, 06:58 last edited by
    #1

    Hii
    I Want convert STL or SLC file into PNG format..

    1 Reply Last reply
    0
    • S Offline
      S Offline
      sierdzio
      Moderators
      wrote on 2 May 2019, 07:37 last edited by
      #2

      There is no built-in mechanism for that in Qt, as far as I know. You need to look elsewhere, for example https://3dprinting.stackexchange.com/questions/6046/how-can-i-create-png-image-files-from-stl-files

      (Z(:^

      1 Reply Last reply
      3
      • V Offline
        V Offline
        vaibs
        wrote on 2 May 2019, 10:07 last edited by
        #3

        @sierdzio Yes i have read this..but i can't understand how to implement this...

        A 1 Reply Last reply 2 May 2019, 18:29
        0
        • V vaibs
          2 May 2019, 10:07

          @sierdzio Yes i have read this..but i can't understand how to implement this...

          A Offline
          A Offline
          aha_1980
          Lifetime Qt Champion
          wrote on 2 May 2019, 18:29 last edited by
          #4

          @vaibs As @sierdzio said, there is no mechanism in Qt.

          You will need to find a library that does this or convert the files by use of an external program (that you could run with QProcess)

          Regards

          Qt has to stay free or it will die.

          1 Reply Last reply
          0
          • F Offline
            F Offline
            fcarney
            wrote on 2 May 2019, 18:52 last edited by
            #5

            You can read them apparently:
            https://forum.qt.io/topic/85670/how-to-load-an-stl-file-using-qmesh/5

            How do you save a screenshot of a Qt3DWindow?

            C++ is a perfectly valid school of magic.

            1 Reply Last reply
            1

            2/5

            2 May 2019, 07:37

            • Login

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