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?
Forum Updated to NodeBB v4.3 + New Features

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

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

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

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on 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 last edited by
        #3

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

        aha_1980A 1 Reply Last reply
        0
        • V vaibs

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

          aha_1980A Offline
          aha_1980A Offline
          aha_1980
          Lifetime Qt Champion
          wrote on 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
          • fcarneyF Offline
            fcarneyF Offline
            fcarney
            wrote on 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

            • Login

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