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

    [Plugin] ImageTrimmer

    Scheduled Pinned Locked Moved Plugins
    364 Posts 58 Posters 228.2k Views 58 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.
    • TIGT Offline
      TIG Moderator
      last edited by

      This is weird, as jar seems to be associated with Java πŸ˜•
      Please confirm that the jar files are in the correct Temp folder... πŸ˜’

      TIG

      1 Reply Last reply Reply Quote 0
      • D Offline
        driven
        last edited by

        just a thought, does the online java test suit work on Windos...

        one of my apps took me there to check my java instal recently

        john

        learn from the mistakes of others, you may not live long enough to make them all yourself...

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

          Attached are images of both directories (google and user/temp)
          They are identical since i copied the google one to the temp one earlier.
          If you know that's a problem let me know.
          I know less than squat about Java and I've only been using Windows 8.1 for about a month.
          I use quite a few other ruby scripts (some are yours) in Sketchup 8 without any problems.
          This is the only one however that uses .jar files.


          Google-directory.jpg


          Appdata-directory-1.jpg

          1 Reply Last reply Reply Quote 0
          • D Offline
            driven
            last edited by

            I don't have windows but this is the link page to test your java instal

            http://java.com/en/download/installed.jsp

            might be a good place to start

            john

            learn from the mistakes of others, you may not live long enough to make them all yourself...

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

              Ran the test.
              Seems to be the right version that I installed.

              Do you know of at least one other person running this ruby script in win8.1 and sketchup 8?
              Just trying to figure out where the problem might be. (other than me)


              Java-test-result.jpg

              1 Reply Last reply Reply Quote 0
              • D Offline
                driven
                last edited by

                interestingly if I run this[includes the link] in Menu >> Window >> 'Ruby Console' using

                @dlg = UI;;WebDialog.new("Java", true,"java", 900, 900, 200, 200, true, true)
                @dlg.set_url("http://java.com/en/download/installed.jsp")
                @dlg.show_modal
                

                I get a missing plugin alert? which may be signs of a permissions issue?

                I'll dig deeper

                john

                learn from the mistakes of others, you may not live long enough to make them all yourself...

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

                  @driven
                  I'm using Win7 on this PC.
                  I find that running your @dlg code in the Ruby Console worked fine for me - no errors, and it confirms latest Java is installed [v7.45].

                  @rahdad1
                  One very odd thing I noticed in your 'SKMtools' folder...
                  Where did that 'META-INF' subfolder come from?
                  It's not in the standard install RBZ etc ?
                  What's in it ?

                  Incidentally, are you an Administartor ?
                  If not, then give yourself that power in the Users Control-Panel...
                  Also, as well as FULL security permissions 'for all' to your Plugins folder... is SketchUp.exe set to 'always run as administrator' under Properties > Compatibility ?

                  TIG

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

                    After total frustration, I decided to delete the SKMtools files and folder and START over.
                    The problems probably started in the installation itself.

                    This is the same procedure I originally used........

                    I downloaded the file SKMtools_V20121214.rbz
                    While in Sketchup under preferences/extensions/ install extension
                    I "chose" SKMtools_V20121214.rbz

                    It seemed to load however when I went looking for image trimmer under the tools drop-down
                    it was missing.

                    I then separately downloaded the file "SKMtools_loader.rb and put it in the plugins folder.

                    Now Imagetrimmer is listed in the drop-down menu.

                    Clicking it the first time brings up an error window that says it can't find SKMtools_loader.rb even though it's in the Google SketchUp 8\Plugins folder

                    Obviously I've done something wrong from the very beginning.
                    Please explain the correct way to install this.

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

                      If you auto-install the toolset from its current RBZ that is all you need to do.
                      You get a 'SKMtools.rb' and its subfolder of several helper files, called 'SKMtools'.
                      The obsolete 'SKMtools_loader.rb' file is NOT needed.
                      In fact having it will break things !
                      I assume you found it and then downloaded that from somewhere else, and installed it in frustration.
                      It is now several years out of date !
                      Please remove it from your Plugins folder...
                      It will break things if it's forced in there !

                      If you have proper FULL security permission for your Plugins folder then the current toolset actually deletes that very file from the Plugins folder [if you have it installed] as it loads, and it does a tidy-up.
                      If you have limited permissions, or you have subsequently manually reinstall the '_loader', then you could get issues as it loads and messes with the latest code...

                      Can I suggest that you manually delete all SKM files and the whole 'SKMtools' subfolder.
                      Then reinstall the SKMtools toolset from its latest RBZ.
                      Then restart SketchUp and then retry the tools.

                      Things are getting very tangled πŸ˜’

                      TIG

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

                        @tig said:

                        If you auto-install the toolset from its current RBZ that is all you need to do.
                        You get a 'SKMtools.rb' and its subfolder of several helper files, called 'SKMtools'.
                        The obsolete 'SKMtools_loader.rb' file is NOT needed.
                        In fact having it will break things !
                        I assume you found it and then downloaded that from somewhere else, and installed it in frustration.
                        It is now several years out of date !
                        Please remove it from your Plugins folder...
                        It will break things if it's forced in there !

                        If you have proper FULL security permission for your Plugins folder then the current toolset actually deletes that very file from the Plugins folder [if you have it installed] as it loads, and it does a tidy-up.
                        If you have limited permissions, or you have subsequently manually reinstall the '_loader', then you could get issues as it loads and messes with the latest code...

                        Can I suggest that you manually delete all SKM files and the whole 'SKMtools' subfolder.
                        Then reinstall the SKMtools toolset from its latest RBZ.
                        Then restart SketchUp and then retry the tools.

                        Things are getting very tangled πŸ˜’


                        I totally removed the SKMtools folder, SKMtools.rb, SKMtools_loader.rb and anything left in the user-temp-skmtools folder.

                        I am administrator and I have full control in the plugins folder and SKMtools folder as shown in the attached images.

                        From the SketchUcation toolbar within Sketchup, I found and auto-installed the SKMtools.
                        It confirmed successful install when it was completed.

                        I ran imagetrimmer and, like always, the java error window pops up with the same message about "can't find or locate main class c:......\edgedetector.jar"

                        It's probably a java / win8 problem which I don't expect you to help me solve.
                        Your program obviously works fine based on other users successfully using it.
                        I'll keep researching and hopefully figure it out.
                        If you want to continue to suggest other things to try, I'm welcome to that also.


                        user accounts.jpg


                        Folder-rights.jpg

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

                          You have it as good as we can get from the SketchUp/Ruby side...
                          It MUST be a Win/Java issue πŸ˜’

                          TIG

                          1 Reply Last reply Reply Quote 0
                          • K Offline
                            KO1134
                            last edited by

                            How do I use this plug-in?
                            I can't get it to work!

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

                              @ko1134 said:

                              How do I use this plug-in?
                              I can't get it to work!

                              Reread the instructions, and comments in the thread.
                              The Image must be imported as an Image, NOT a texture.
                              It must be a PNG.
                              It must have a transparency alpha-channel.
                              The background pixels to be removed must on that.
                              ALL other pixels must be 100% opaque.
                              If they have any transparency at all they will also be removed !
                              The simplest way to sort this is to open the PNG in Gimp [or PhotoShop] and 'Flatten' it to remove transparency, then add in the transparency alpha-channel, then use the magic-wand to select all of the background pixels and <delete>.
                              Save the PNG and import it as an Image into your SKP.

                              Select it.
                              Choose ImageTrimmer on the Tools menu.
                              Answer the prompts...

                              Run with the Ruby Console open to see if there are any error-massages...

                              Because this tool uses Java '.jar' files [small executables] to process images, you need to have Java installed and enabled on your computer [the usual default].
                              Also check that the .jar file-type is set to open with Java [execute] and NOT to open in your [de]compression application - some hijack various file extensions that are used by things like Java and stop them executing...

                              If all of this fails, post clear details of what is wrong...

                              TIG

                              1 Reply Last reply Reply Quote 0
                              • B Offline
                                bitslapped
                                last edited by

                                I have tried this numerous different ways and couldn't get it to work.
                                -Saved PNG as GIF to remove semitransparent pixels, then back to PNG
                                -Most of the time doesn't get past 'scanning pixels'even on a 600x600px image
                                -When it does complete I am left with a hidden outline of the image with no actual image in it.

                                I am trying to put a plant library together and this would make life soo much easier.

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

                                  All transparent pixels are assumed to be background and are ignored by ImageTrimmer.
                                  So even slightly transparent ones go !

                                  Using Gimp.
                                  Flatten the PNG to remove transparency.
                                  The 'background' usually reverts to opaque white pixels [or sometimes black]
                                  Add a transparent alpha layer.
                                  Use the magic wand to select all of the opaque white pixels forming the background.
                                  Press the 'Delete' key to remove them,
                                  Now you should see a transparent background - two-tone gray checks.
                                  Save the PNG file [in Gimp this is called 'Export...'].
                                  That PNG when Imported as an Image into SketchUp should now ImageTrim properly.

                                  Note that the ImageTrimming is only accurate to a 'pixel width' - so areas of opaque pixels that are only one [or sometimes two] pixels wide will be missed out too - because the transparent ones are taken as the 'border' and if a border's edges are effectively 'coincident' no face can form and the unfaced edges are auto-removed too...

                                  TIG

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

                                    @bitslapped said:

                                    -When it does complete I am left with a hidden outline of the image with no actual image in it.

                                    What face style do you have selected? The image becomes a texture during the process so if you have Monochrome selected as the current face style, you'll get the result you describe.

                                    Etaoin Shrdlu

                                    %

                                    (THERE'S NO PLACE LIKE)

                                    G28 X0.0 Y0.0 Z0.0

                                    M30

                                    %

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

                                      @dave r said:

                                      @bitslapped said:

                                      -When it does complete I am left with a hidden outline of the image with no actual image in it.

                                      What face style do you have selected? The image becomes a texture during the process so if you have Monochrome selected as the current face style, you'll get the result you describe.
                                      Well spotted Dave !
                                      That might well be the issue πŸ˜’

                                      TIG

                                      1 Reply Last reply Reply Quote 0
                                      • B Offline
                                        bitslapped
                                        last edited by

                                        @dave r said:

                                        @bitslapped said:

                                        -When it does complete I am left with a hidden outline of the image with no actual image in it.

                                        What face style do you have selected? The image becomes a texture during the process so if you have Monochrome selected as the current face style, you'll get the result you describe.

                                        Face style is shaded with textures.
                                        -I loaded a 500x600px plant png with transparent background into photoshop
                                        -I flattened the image, selected colour 'white' and deleted out pure white pixels, leaving the white frame around my plant, i.e. no semi-transparency.
                                        -import the image into sketchup 2014 pro with only imagetrimmer plugin installed.
                                        -scanning pixels frozen at 91%.

                                        I should point out that I have got this to work for some files, just not these plants.
                                        Are there any other specific png settings?

                                        I get 'not responding' from sketchup plugins all the time on big jobs, but this doesn't seem to complete no matter how long i leave it, and on such a small image it seems there is something else wrong.

                                        Cheers

                                        edit: for anyone wanting to try it out with these images, they are at ozbreed.com.au.

                                        having tried a few images now it seems the edge complexity of these plants is killing it

                                        1 Reply Last reply Reply Quote 0
                                        • B Offline
                                          bitslapped
                                          last edited by

                                          It was a compromise between VRay and Sketchup.
                                          I ended up exporting the transparency selection path from photoshop to illustrator to dwg then overlaying the outline onto the image in sketchup. It meant I could use the antialiasing in the images for vray renders (where they do catch shadows) and produce quite smooth shadows in sketchup.
                                          The hope is that in future versions of sketchup, png with alpha will catch shadows.
                                          https://3dwarehouse.sketchup.com/model.html?id=uff66f099-c698-496c-b131-c13c1e197243

                                          Thanks for your work TIG. I will keep trying this one as new releases come out.

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

                                            ❓ Nothing happens after 'making edges' stage.
                                            Ruby console message:
                                            Error: #<Errno::ENOENT: No such file or directory - C:\autosave\TrimmedImages\uuu[Edges].dat>
                                            C:/Program Files (x86)/SketchUp/SketchUp 2013/Plugins/SKMtools/ImageTrimmer.rb:264:in readlines' C:/Program Files (x86)/SketchUp/SketchUp 2013/Plugins/SKMtools/ImageTrimmer.rb:264:in make_edges'
                                            C:/Program Files (x86)/SketchUp/SketchUp 2013/Plugins/SKMtools/ImageTrimmer.rb:196:in process_image' C:/Program Files (x86)/SketchUp/SketchUp 2013/Plugins/SKMtools/ImageTrimmer.rb:165:in initialize'
                                            C:/Program Files (x86)/SketchUp/SketchUp 2013/Plugins/SKMtools/ImageTrimmer.rb:818:in new' C:/Program Files (x86)/SketchUp/SketchUp 2013/Plugins/SKMtools/ImageTrimmer.rb:818 C:/Program Files (x86)/SketchUp/SketchUp 2013/Plugins/SKMtools/ImageTrimmer.rb:264:in call'
                                            C:/Program Files (x86)/SketchUp/SketchUp 2013/Plugins/SKMtools/ImageTrimmer.rb:264

                                            P.S. If I run che check mentioned above I have this:
                                            UI.openURL("file:///"+"../full/path/to/EdgeDetector.jar")
                                            false


                                            the png I tried to get trimmed

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 12
                                            • 13
                                            • 14
                                            • 15
                                            • 16
                                            • 17
                                            • 18
                                            • 19
                                            • 14 / 19
                                            • First post
                                              Last post
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement