sketchucation logo sketchucation
    • Login
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info

    [Plugin][Code]SKMtools,Material/ImageTools

    Scheduled Pinned Locked Moved Plugins
    176 Posts 36 Posters 264.3k Views 36 Watching
    Loading More Posts
    • 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.
    • simjoubertS Offline
      simjoubert
      last edited by

      Bonjour à tous !
      Hello every body !

      Sorry for my english !

      I have trouble with the imageTrimmer

      Each step i do :

      • 1- I open a new .skp file
        2- I importe a .png image with transparence part of image.
        3- I save my .skp file
        4- I select my image
        5- I run ImageTrimmer plugin
        6- I wait ( I see the progress bar ......)
        7- Nothing change !

      This is the report of the ruby console :

      Error; #<Errno;;ENOENT; No such file or directory - D;\Sketchup\Modèles\TrimmedImages\forme4[Edges].dat>
      C;/Users/simjo/AppData/Roaming/SketchUp/SketchUp 2016/SketchUp/Plugins/SKMtools/ImageTrimmer.rb;264;in `readlines'
      C;/Users/simjo/AppData/Roaming/SketchUp/SketchUp 2016/SketchUp/Plugins/SKMtools/ImageTrimmer.rb;264;in `make_edges'
      C;/Users/simjo/AppData/Roaming/SketchUp/SketchUp 2016/SketchUp/Plugins/SKMtools/ImageTrimmer.rb;196;in `process_image'
      C;/Users/simjo/AppData/Roaming/SketchUp/SketchUp 2016/SketchUp/Plugins/SKMtools/ImageTrimmer.rb;165;in `initialize'
      C;/Users/simjo/AppData/Roaming/SketchUp/SketchUp 2016/SketchUp/Plugins/SKMtools/ImageTrimmer.rb;818;in `new'
      C;/Users/simjo/AppData/Roaming/SketchUp/SketchUp 2016/SketchUp/Plugins/SKMtools/ImageTrimmer.rb;818;in `block in <top (required)>'
      SketchUp;1;in `call'
      

      If someone give me help, Thank you.

      Simon

      1 Reply Last reply Reply Quote 0
      • simjoubertS Offline
        simjoubert
        last edited by

        Bonjour à tous
        Bonjour TIG !

        Hello !

        My English is not perfect so excuses me !

        I had a ttrouble with the imagetrimmer !

        In the ruby console, I have this message report :

        Error; #<Errno;;ENOENT; No such file or directory - D;\Sketchup\Modèles\TrimmedImages\forme4[Edges].dat>
        C;/Users/simjo/AppData/Roaming/SketchUp/SketchUp 2016/SketchUp/Plugins/SKMtools/ImageTrimmer.rb;264;in `readlines'
        C;/Users/simjo/AppData/Roaming/SketchUp/SketchUp 2016/SketchUp/Plugins/SKMtools/ImageTrimmer.rb;264;in `make_edges'
        C;/Users/simjo/AppData/Roaming/SketchUp/SketchUp 2016/SketchUp/Plugins/SKMtools/ImageTrimmer.rb;196;in `process_image'
        C;/Users/simjo/AppData/Roaming/SketchUp/SketchUp 2016/SketchUp/Plugins/SKMtools/ImageTrimmer.rb;165;in `initialize'
        C;/Users/simjo/AppData/Roaming/SketchUp/SketchUp 2016/SketchUp/Plugins/SKMtools/ImageTrimmer.rb;818;in `new'
        C;/Users/simjo/AppData/Roaming/SketchUp/SketchUp 2016/SketchUp/Plugins/SKMtools/ImageTrimmer.rb;818;in `block in <top (required)>'
        SketchUp;1;in `call'
        

        List of step I do :

        [1]New skp model

        [2]Import image .png

        [3]Save file

        [4]Run plugin ImageTrimmer

        [5]Waiting

        I read some thing like this in the forum but i had already instal and update my java
        the .jar is already join with java

        Can you help me !
        Thanks you !

        Simon

        1 Reply Last reply Reply Quote 0
        • TIGT Offline
          TIG Moderator
          last edited by

          Your path to the model contains an accented character 'Modèles'
          On PCs accents use to be a definite no-no with earlier SketchUp's Ruby, as it causes failures - the folder/file path is regarded as false.
          However, since v2015 the newer Ruby is more robust and often allows accented characters.
          I suspect that the code used in this fairly old script is somewhat antiquated and doesn't force the text into UTF-8 encoding...
          I'll look to see if it's relatively simple to fix.
          If so, then I'll publish an update and post something here...
          Give we a little time...

          TIG

          1 Reply Last reply Reply Quote 0
          • simjoubertS Offline
            simjoubert
            last edited by

            Merci TIG
            J'ai modifié "Modèles" en "Modeles" et ça à fonctionner pour un petit PNG.
            Je suis en train de tester sur une jolie image d'erable du Japon !
            Je posterai les résultats!
            Merci encore pour ton super travail ! 😄

            1 Reply Last reply Reply Quote 0
            • TIGT Offline
              TIG Moderator
              last edited by

              I have looked into this and the Ruby side is working fine, however the Java [jar] side is having issues with the encoded paths IF they contain an accented character.
              I am trying to see how I sidestep this...

              In the meanwhile when using ImageTrimmer ensure that the model SKP has a folder path that does not contain accented characters...
              Then it will work...

              TIG

              1 Reply Last reply Reply Quote 0
              • TIGT Offline
                TIG Moderator
                last edited by

                Still struggling to get these jar file-paths to work with accents in them !
                So for now use a folder-path/file-name that's accent-free !!

                TIG

                1 Reply Last reply Reply Quote 0
                • TIGT Offline
                  TIG Moderator
                  last edited by

                  http://sketchucation.com/pluginstore?pln=SKMtools
                  Updated v20160621
                  Main change is the recently reported issue, where the JAR files associated with ImageTrimmer failed to return a valid file path on some Windows systems, when the folder-path/file-name contained accented characters.
                  This has now been resolved.
                  But it's still best to avoid such accents in paths etc...

                  TIG

                  1 Reply Last reply Reply Quote 0
                  • simjoubertS Offline
                    simjoubert
                    last edited by

                    Thanks TIG

                    1 Reply Last reply Reply Quote 0
                    • A Offline
                      Ahmed0007
                      last edited by

                      what's wrong i'm doing
                      Please see the video https://streamable.com/u3u7h
                      please help! 😕

                      1 Reply Last reply Reply Quote 0
                      • TIGT Offline
                        TIG Moderator
                        last edited by

                        This has been explained several times...

                        It uses several JAR files shipped with the toolset - which are tiny applets which process certain aspects of the image files.
                        JAR files are a special kind of renamed ZIP file.
                        By default JAR files should be set to open [i.e. execute] in Java.
                        Some compression-tools hijack the JAR file-type and open it themselves, as if it were a ZIP file, thereby breaking how the tool works.

                        To fix it try the following steps...

                        • Open your compression tool, and it will have a settings menu option, ensure that JAR file-type is NOT one of its ticked file-type options.
                          Save the changes and close the tool.

                        • Also ensure that you have the latest version of Java installed on your PC, and that it is set to open [execute] JAR files.

                        • Retry an ImageTrim and see if the JAR files now work correctly...

                        TIG

                        1 Reply Last reply Reply Quote 0
                        • A Offline
                          Ahmed0007
                          last edited by

                          i'm very happy to see your quick response
                          Thank you soooo much!
                          Problem solved.
                          paypal is not available in our country is there is any other way to donate developers on sketchucation ?

                          1 Reply Last reply Reply Quote 0
                          • TIGT Offline
                            TIG Moderator
                            last edited by

                            I'm afraid that it's pretty much only donations/payment by PayPal.
                            No worries just have nice thoughts about us instead - that's more that many people do !

                            TIG

                            1 Reply Last reply Reply Quote 0
                            • A Offline
                              atek
                              last edited by

                              Why the png did not convert to geometry. I tried the SKM TOOL image trimmer plugin. I save the file before using it. Then i selected this png image

                              Link Preview Image

                              It just process and nothing happens. May i know the reason why it does not convert to a geometry so that i can modify. Thanks

                              1 Reply Last reply Reply Quote 0
                              • TIGT Offline
                                TIG Moderator
                                last edited by

                                Your PNG file is not suitable for processing.
                                The transparent background is 0% Alpha [==good]
                                The foreground is 99% Alpha - ==bad, because it must be 100%, as it is the ImageTrimmer tools sees everything with some transparency - so it's assumed to be all background and there's nothing left to process !
                                Hence the error message at the end.

                                It's easily fixed.
                                I opened the PNG in Gimp [other tools like Photoshop will also do the fix].
                                Flattened the image to remove all Alpha.
                                Added an Alpha Channel Layer.
                                Used the magic-wand to select all of the background pixels [now 'white'].
                                Delete.
                                Saved the changes.

                                Imported the PNG as an Image and processed it with ImageTrimmer.
                                Took a minute or two, because it has a lot of pixels to go through.
                                I skipped the 'Smoothing' step at the end as it's so finely pixilated...

                                The updated PNG is attached - but I suggest you try doing the fix yourself.
                                [attachment=1:2detnhr6]<!-- ia1 -->place-marker.png<!-- ia1 -->[/attachment:2detnhr6]

                                There's also a screenshot of the result...
                                [attachment=0:2detnhr6]<!-- ia0 -->Capture.PNG<!-- ia0 -->[/attachment:2detnhr6]

                                PS: You can attach image files directly onto your posts - no need to link off to external websites...


                                Capture.PNG

                                TIG

                                1 Reply Last reply Reply Quote 0
                                • R Offline
                                  RoRay
                                  last edited by

                                  Is this pluging compatible with SU2017?

                                  1 Reply Last reply Reply Quote 0
                                  • Dave RD Offline
                                    Dave R
                                    last edited by

                                    Yes it is compatible with SketchUp 2017.

                                    Etaoin Shrdlu

                                    %

                                    (THERE'S NO PLACE LIKE)

                                    G28 X0.0 Y0.0 Z0.0

                                    M30

                                    %

                                    1 Reply Last reply Reply Quote 0
                                    • R Offline
                                      RoRay
                                      last edited by

                                      @dave r said:

                                      Yes it is compatible with SketchUp 2017.

                                      thanks! 😄

                                      1 Reply Last reply Reply Quote 0
                                      • TIGT Offline
                                        TIG Moderator
                                        last edited by

                                        Updated for compatibility of the ImageTrimmer tool with newer SketchUp versions...
                                        https://sketchucation.com/pluginstore?pln=SKMtools

                                        TIG

                                        1 Reply Last reply Reply Quote 0
                                        • V Offline
                                          Vizan
                                          last edited by

                                          Your plugin issues this message SU2017:
                                          "Could not find the main class: EdgeDetector. Program will exit."

                                          1 Reply Last reply Reply Quote 0
                                          • TIGT Offline
                                            TIG Moderator
                                            last edited by

                                            @Vizan

                                            Please read this post about JAR files...
                                            https://sketchucation.com/forums/viewtopic.php?p=642919#p642919
                                            Once you are sure you have your compression tools and Java set up correctly, please retry it...

                                            If the issue continues... It might be because files are copied and written to a Temp folder, and it could be that you have not installed SketchUp properly, and thereby the Temp folder / files have incorrect permissions for reading/writing etc...

                                            To try an resolve this, you can do the following...
                                            Whilst logged into Windows as your usual Windows user, ensure SketchUp is closed.
                                            Find the SketchUp installer's exe file - it's usually in your Downloads folder.
                                            Select the exe file's icon.
                                            Right-click > context-menu > "Run as administrator"
                                            When prompted choose "Repair"
                                            When it completes retry SketchUp and see if it works...

                                            If it still fails, then it might be some latent permissions issues...
                                            Try the following...
                                            Close SketchUp.
                                            Find the folder: C:\Users\YOUR_USER_NAME\AppData\Local\Temp\SKMtools
                                            This is where the needed JAR files get created.
                                            Delete that folder.

                                            Note that folders in the AppData path are hidden by default.
                                            If you enter the path to the Temp folder in a Windows Explorer window it should open directly...
                                            Alternatively, copy/paste this code into the SketchUp Ruby Console and press <enter>, the Temp folder should open for you.
                                            UI.openURL("file:///#{Sketchup.temp_dir}")

                                            When SketchUp restarts and the tool is used, then it will remake that folder and also copy in new JAR files, which should now have proper permissions.

                                            TIG

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 6
                                            • 7
                                            • 8
                                            • 9
                                            • 6 / 9
                                            • First post
                                              Last post
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement