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

      @unknownuser said:

      I am getting these messages. The first one just after I click the Image Trimmer but then it says please wait then the second message appears "the edges images and data were not made". I using vista and java is up to date and I'm not sure if win zip or anything else is trying to open the .jar file or not. Not that big of a deal just thought I would post.

      To see if anything is messing with .jar files double-click on ../Plugins/EdgeDetector.jar and see what happens - if it opens with say 'WinRar' then edit that App's options to NOT open jar files... 'Jar' files should 'open' [execute] with Java...
      From the message it seems that Java IS trying to execute the jar file.
      Do you have appropriate access-rights to read-write-execute files in the ../Plugins/SKMtools folder/sub-folder ?
      Can you edit the permissions to that folder to allow you full access.
      Can you try this to see if the 'jar' is executable.
      Find a simple .png file with some transparent areas and copy it to say ' C:\Temp\my.png'.
      Open the ../Plugins/SKMtools folder and make two files called ' from.ini' and ' to.ini' [if they exists use them].
      Edit them with 'Notepad' or equivalent plain-text editor, so the 'from.ini' contains one line of text C:\Temp\my.png [no carriage return] and the 'to.ini' contains one line of text C:\Temp\my [no carriage return].
      Now double-click on the file in SKMtools called EdgeDetector.jar - you should now find two extra files in 'C:\Temp' folder named C:\Temp\my[Edged].png and C:\Temp\my[Edged].dat.
      If you open the Edged .png file you should see it is the outlines of the solid areas black-on-white, the .dat file opened in Notepad should be a lot of 01s gobbledygook...
      Please try these ideas and report back... πŸ˜•

      TIG

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

        @oxer said:

        I have downloaded the revision and the error persists.
        [attachment=0:3hofwgns]<!-- ia0 -->Ruby Console.jpg<!-- ia0 -->[/attachment:3hofwgns]

        Oxer can you test the ideas outlined in my last post, regarding access and if the 'jar' will 'execute' - adjust the 'Temp' folder and 'plain-text editor' to the MAC's equivalents... πŸ˜’

        TIG

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

          Hi TIG,

          I have updated to the most recent version of the plugin and tried running it on my PC. I get the following in the Ruby console and it appears the plugin quietly exits.

          Error; #<NoMethodError; undefined method `length' for nil;NilClass>
          C;/Program Files/Google/Google SketchUp 8/Plugins/SKMtools/ImageTrimmer.rb;241;in `add_edges'
          C;/Program Files/Google/Google SketchUp 8/Plugins/SKMtools/ImageTrimmer.rb;220;in `make_edges'
          C;/Program Files/Google/Google SketchUp 8/Plugins/SKMtools/ImageTrimmer.rb;170;in `process_image'
          C;/Program Files/Google/Google SketchUp 8/Plugins/SKMtools/ImageTrimmer.rb;147;in `initialize'
          C;/Program Files/Google/Google SketchUp 8/Plugins/SKMtools/ImageTrimmer.rb;618;in `new'
          C;/Program Files/Google/Google SketchUp 8/Plugins/SKMtools/ImageTrimmer.rb;618
          C;/Program Files/Google/Google SketchUp 8/Plugins/SKMtools/image_class.rb;946;in `call'
          C;/Program Files/Google/Google SketchUp 8/Plugins/SKMtools/image_class.rb;946
          

          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:

            Hi TIG,
            I have updated to the most recent version of the plugin and tried running it on my PC. I get the following in the Ruby console and it appears the plugin quietly exits.

            Error; #<NoMethodError; undefined method `length' for nil;NilClass>
            > C;/Program Files/Google/Google SketchUp 8/Plugins/SKMtools/ImageTrimmer.rb;241;in `add_edges'
            > C;/Program Files/Google/Google SketchUp 8/Plugins/SKMtools/ImageTrimmer.rb;220;in `make_edges'
            > C;/Program Files/Google/Google SketchUp 8/Plugins/SKMtools/ImageTrimmer.rb;170;in `process_image'
            > C;/Program Files/Google/Google SketchUp 8/Plugins/SKMtools/ImageTrimmer.rb;147;in `initialize'
            > C;/Program Files/Google/Google SketchUp 8/Plugins/SKMtools/ImageTrimmer.rb;618;in `new'
            > C;/Program Files/Google/Google SketchUp 8/Plugins/SKMtools/ImageTrimmer.rb;618
            > C;/Program Files/Google/Google SketchUp 8/Plugins/SKMtools/image_class.rb;946;in `call'
            > C;/Program Files/Google/Google SketchUp 8/Plugins/SKMtools/image_class.rb;946
            

            The error shows that Nil lines were read from the your_image[Edges].dat file.
            First test - is it writing the original image file your_image.png, and your_image[Edges].png and your_image[Edges].dat files into a folder called 'TrimmedImages' in your Model's folder ?
            Second test - if it is can you 'read' all of them ?
            Open the .dat with a plain-text-editor and see if it has 01s in it...
            Does the Image you are processing have transparent areas?
            Even if it did not it should still make a .dat file [just random ideas at the moment]...
            Do you have appropriate permissions to read/write to the SKMtools folder and Model's folder ?
            Do you have 'from.ini' and 'to.ini' files left in your ../Plugins/SKMtools folder?
            If so read them with a plain-text-editor does the first say path_to_model_folder\TrimmedImages\your_image.png and the second path_to_model_folder\TrimmedImages\your_image ?
            If not edit them to suit, if they don't exist make them containing appropriate paths [one line - no 'carriage-return'].
            Also ensure there's a folder called 'TrimmedImages' on the specified path.
            If you have the two '[Edges]' 'image' files mentioned above move them out of that folder.
            However, you must have path_to_model_folder\TrimmedImages\your_image.png in there.
            Now double-click on 'EdgeDetector.jar' in the ../Plugins/SKMtools folder - does it make the two files from the in the
            'your_image.png' ??
            πŸ˜•
            Please test and report back...

            TIG

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

              FWIW, When I reported the problem it was on my PC at home. I tried it here at work on this machine (also XP) and got the same results.

              First test - is it writing the original image file your_image.png, and your_image[Edges].png and your_image[Edges].dat files into a folder called 'TrimmedImages' in your Model's folder ?

              Yes it does do those things.
              snap009.jpg

              Second test - if it is can you 'read' all of them ?

              Open the .dat with a plain-text-editor and see if it has 01s in it...

              Yes. I can read all of the files and the .DAT file contains a lot of 0s and a few 1s.

              Does the Image you are processing have transparent areas?

              Yes. At least I can see the axes through the transparent areas.

              Even if it did not it should still make a .dat file [just random ideas at the moment]...
              Do you have appropriate permissions to read/write to the SKMtools folder and Model's folder ?

              It's XP and I have admin rights. An earlier version of the plugin worked fine.

              Do you have 'from.ini' and 'to.ini' files left in your ../Plugins/SKMtools folder?

              No. those files aren't there.

              If so read them with a plain-text-editor does the first say path_to_model_folder\TrimmedImages\your_image.png and the second path_to_model_folder\TrimmedImages\your_image ?
              If not edit them to suit, if they don't exist make them containing appropriate paths [one line - no 'carriage-return'].

              **Uh.... Can I do this in NotePad? Type, "path_to_model_folder\TrimmedImages\your_image.png" and save it as from.ini?

              For the to.ini file is there an extension on your_image?[b]

              Also ensure there's a folder called 'TrimmedImages' on the specified path.
              If you have the two '[Edges]' 'image' files mentioned above move them out of that folder.
              However, you must have path_to_model_folder\TrimmedImages\your_image.png in there.

              [b]The .dat file stays or goes? I've moved the one image file with [Edges] in the name out of the folder but haven't continued because I need to make the INI files.**

              Etaoin Shrdlu

              %

              (THERE'S NO PLACE LIKE)

              G28 X0.0 Y0.0 Z0.0

              M30

              %

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

                I beg to report that I tried with a different PNG image and it work. There must be something wrong with the other image I used. Is there a way to tell what that something is?

                Etaoin Shrdlu

                %

                (THERE'S NO PLACE LIKE)

                G28 X0.0 Y0.0 Z0.0

                M30

                %

                1 Reply Last reply Reply Quote 0
                • HumpmetwiceH Offline
                  Humpmetwice
                  last edited by

                  @unknownuser said:

                  To see if anything is messing with .jar files double-click on ../Plugins/EdgeDetector.jar and see what happens - if it opens with say 'WinRar' then edit that App's options to NOT open jar files... 'Jar' files should 'open' [execute] with Java...
                  It doesn't do anything once I click on it.

                  @unknownuser said:

                  Can you edit the permissions to that folder to allow you full access.
                  By everything I can tell I have full permission to the folders. Far as for all the other, I'm not sure I've done it right but nothing happens.

                  1 Reply Last reply Reply Quote 0
                  • OxerO Offline
                    Oxer
                    last edited by

                    @tig said:

                    First test - is it writing the original image file your_image.png, and your_image[Edges].png and your_image[Edges].dat files into a folder called 'TrimmedImages' in your Model's folder ?
                    Second test - if it is can you 'read' all of them ?
                    Open the .dat with a plain-text-editor and see if it has 01s in it...
                    Does the Image you are processing have transparent areas?
                    Even if it did not it should still make a .dat file [just random ideas at the moment]...
                    Do you have appropriate permissions to read/write to the SKMtools folder and Model's folder ?
                    Do you have 'from.ini' and 'to.ini' files left in your ../Plugins/SKMtools folder?
                    If so read them with a plain-text-editor does the first say path_to_model_folder\TrimmedImages\your_image.png and the second path_to_model_folder\TrimmedImages\your_image ?
                    If not edit them to suit, if they don't exist make them containing appropriate paths [one line - no 'carriage-return'].
                    Also ensure there's a folder called 'TrimmedImages' on the specified path.
                    If you have the two '[Edges]' 'image' files mentioned above move them out of that folder.
                    However, you must have path_to_model_folder\TrimmedImages\your_image.png in there.
                    Now double-click on 'EdgeDetector.jar' in the ../Plugins/SKMtools folder - does it make the two files from the in the
                    'your_image.png' ??
                    πŸ˜•
                    Please test and report back...

                    Hi TIG again,
                    I have probed the before instructions and now the two files ( my_image[Edges].dat & my_image[Edges].png) appear into TrimmedImages folder with the original image my_image.png, what i do now?
                    Thanks TIG.

                    "The result is the end what is important is the process" by Oxer
                    [http://www.oxervision.blogspot.com/(http://www.oxervision.blogspot.com/)]

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

                      @oxer said:

                      @tig said:

                      First test - is it writing the original image file your_image.png, and your_image[Edges].png and your_image[Edges].dat files into a folder called 'TrimmedImages' in your Model's folder ?
                      Second test - if it is can you 'read' all of them ?
                      Open the .dat with a plain-text-editor and see if it has 01s in it...
                      Does the Image you are processing have transparent areas?
                      Even if it did not it should still make a .dat file [just random ideas at the moment]...
                      Do you have appropriate permissions to read/write to the SKMtools folder and Model's folder ?
                      Do you have 'from.ini' and 'to.ini' files left in your ../Plugins/SKMtools folder?
                      If so read them with a plain-text-editor does the first say path_to_model_folder\TrimmedImages\your_image.png and the second path_to_model_folder\TrimmedImages\your_image ?
                      If not edit them to suit, if they don't exist make them containing appropriate paths [one line - no 'carriage-return'].
                      Also ensure there's a folder called 'TrimmedImages' on the specified path.
                      If you have the two '[Edges]' 'image' files mentioned above move them out of that folder.
                      However, you must have path_to_model_folder\TrimmedImages\your_image.png in there.
                      Now double-click on 'EdgeDetector.jar' in the ../Plugins/SKMtools folder - does it make the two files from the in the
                      'your_image.png' ??
                      πŸ˜•
                      Please test and report back...

                      Hi TIG again,
                      I have probed the before instructions and now the two files ( my_image[Edges].dat & my_image[Edges].png) appear into TrimmedImages folder with the original image my_image.png, what i do now?
                      Thanks TIG.

                      OK... so we now know that the ' EdgeDetector.jar' file IS working when it's double-clicked - as it does 'execute' and it makes the files we need.
                      We now need to find why it isn't 'executing' with UI.openURL() like it should.
                      Please try this in the Ruby Console...
                      Move the two '..[Edges].png' and ..[Edges]'.dat' files out of the 'TrimmedImages' folder temporarily.
                      To get a file to 'execute' on a MAC it's usual to change to the appropriate directory first - type
                      Dir.chdir(path_to_SKMtools) [you add the full path to the SKM folder]
                      To check where you are type Dir.pwd - it should now show you are 'in' the 'SKMtools' folder.
                      and then use
                      jar="EdgeDetector.jar" File.chmod(0777, jar) - to make sure it is 'executable'.
                      then type
                      UI.openURL("file:///"+jar)
                      The jar should 'open' - execute - and make the two '[Edges]' files we need.
                      If not can you try other options like
                      UI.openURL(jar)
                      or
                      UI.openURL(full_path_to_SKMtools/EdgeDetetcor.jar)
                      where the 'path' is the 'full path' to the required jar-file in the SKMtools folder...
                      any other permutations you can think of for trying to 'run' the 'EdgeDetetcor.jar' file would be appreciated... πŸ˜•

                      I am a bit at a loss to sort out MAC problems like this direct - I don't have access to a MAC... BUT if you can help resolve this I'm sure lots of other MAC users will be grateful, as will I... πŸ˜„

                      TIG

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

                        @dave r said:

                        I beg to report that I tried with a different PNG image and it work. There must be something wrong with the other image I used. Is there a way to tell what that something is?

                        There's a 'time-out' for making the two 'Edges' files so it might simply be taking too long and exiting - I tweaked the time-out so that it waits longer [60secs] before giving up - please try this alternative with the problem file and see if it helps... http://forums.sketchucation.com/viewtopic.php?p=293677#p293677

                        Any one else getting the files made but the tool not completing try this new version... πŸ˜’

                        TIG

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

                          @unknownuser said:

                          @unknownuser said:

                          To see if anything is messing with .jar files double-click on ../Plugins/EdgeDetector.jar and see what happens - if it opens with say 'WinRar' then edit that App's options to NOT open jar files... 'Jar' files should 'open' [execute] with Java...
                          It doesn't do anything once I click on it.

                          @unknownuser said:

                          Can you edit the permissions to that folder to allow you full access.
                          By everything I can tell I have full permission to the folders. Far as for all the other, I'm not sure I've done it right but nothing happens.

                          Please try the newest version and report back http://forums.sketchucation.com/viewtopic.php?p=293677#p293677

                          TIG

                          1 Reply Last reply Reply Quote 0
                          • HumpmetwiceH Offline
                            Humpmetwice
                            last edited by

                            @unknownuser said:

                            Please try the newest version and report back

                            Does the same as before. It adds a folder on my desktop called trimmedimages with the image I imported into SU in it but nothing has been done to it and I still get those two messages with nothing being done to the image in SU.

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

                              @unknownuser said:

                              @unknownuser said:

                              Please try the newest version and report back

                              Does the same as before. It adds a folder on my desktop called trimmedimages with the image I imported into SU in it but nothing has been done to it and I still get those two messages with nothing being done to the image in SU.

                              Your 'Java' installation can't access the 'jar' file... Have you tried updating your Java installation ? It might be 'old'... πŸ˜•

                              TIG

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

                                @tig said:

                                There's a 'time-out' for making the two 'Edges' files so it might simply be taking too long and exiting - I tweaked the time-out so that it waits longer [60secs] before giving up - please try this alternative with the problem file and see if it helps... http://forums.sketchucation.com/viewtopic.php?p=293677#p293677

                                Any one else getting the files made but the tool not completing try this new version... πŸ˜’

                                I downloaded your updated file and gave it a try. Still no go with that image file. And it was much less than 60 seconds before it quit so I doubt it is a timeout issue. Curiously, I downloaded another and much simpler PNG with a transparent background and had the same problem. Then I tried it with an SU toolbar icon PNG and it worked perfectly. There must be something wrong with some PNG files.

                                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:

                                  @tig said:

                                  There's a 'time-out' for making the two 'Edges' files so it might simply be taking too long and exiting - I tweaked the time-out so that it waits longer [60secs] before giving up - please try this alternative with the problem file and see if it helps... http://forums.sketchucation.com/viewtopic.php?p=293677#p293677
                                  Any one else getting the files made but the tool not completing try this new version... πŸ˜’

                                  I downloaded your updated file and gave it a try. Still no go with that image file. And it was much less than 60 seconds before it quit so I doubt it is a timeout issue. Curiously, I downloaded another and much simpler PNG with a transparent background and had the same problem. Then I tried it with an SU toolbar icon PNG and it worked perfectly. There must be something wrong with some PNG files.

                                  The 'transparent' areas need to be 100% transparent and the 'solid' areas need to be 100% solid ?
                                  Can you post a problem png image - or PM it if it's 'sensitive'..... πŸ˜‰

                                  TIG

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

                                    Here's the second PNG I tried that didn't work. The other one is too large pixel-wise so I put it here instead.


                                    Fleur-de-lis.png

                                    Etaoin Shrdlu

                                    %

                                    (THERE'S NO PLACE LIKE)

                                    G28 X0.0 Y0.0 Z0.0

                                    M30

                                    %

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

                                      FWIW, I opened the wreath PNG (the one in the link) in my image editor, selected the background and made it transparent. I couldn't see any difference in the image, though. I got the same results with the revised version as I did before.

                                      Etaoin Shrdlu

                                      %

                                      (THERE'S NO PLACE LIKE)

                                      G28 X0.0 Y0.0 Z0.0

                                      M30

                                      %

                                      1 Reply Last reply Reply Quote 0
                                      • HumpmetwiceH Offline
                                        Humpmetwice
                                        last edited by

                                        @unknownuser said:

                                        Your 'Java' installation can't access the 'jar' file... Have you tried updating your Java installation ? It might be 'old'... πŸ˜•

                                        I am using vista so who knows?


                                        2010-12-21_1701.png

                                        1 Reply Last reply Reply Quote 0
                                        • OxerO Offline
                                          Oxer
                                          last edited by

                                          Hi TIG,
                                          I have probe different combinations and to make it works this is the process in Ruby Console:

                                          1. Type jar="EdgeDetector.jar"
                                          2. Type UI.openURL("file:/Users/Oxer/Library/Application Support/Google SketchUp 8/SketchUp/plugins/SKMtools/"+jar)
                                            With these two commands EdgeDetector runs and creates the 2 files into TrimmedImages folder.
                                            Note that the path to EdgeDetector is to my User Account, on Mac you can place the Sketchup plugins in two locations:
                                            a) /Users/User Name*/Library/Application Support/Google SketchUp/SketchUp/plugins
                                            or
                                            b) Library/Application Support/Google SketchUp/SketchUp/plugins

                                          I hope this help you.

                                          "The result is the end what is important is the process" by Oxer
                                          [http://www.oxervision.blogspot.com/(http://www.oxervision.blogspot.com/)]

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

                                            @unknownuser said:

                                            @unknownuser said:

                                            Your 'Java' installation can't access the 'jar' file... Have you tried updating your Java installation ? It might be 'old'... πŸ˜•

                                            I am using vista so who knows?

                                            Strange I too run Vista with that version of Java... and have no problems!
                                            Can you post screen-shots of your 'Java settings'...
                                            Do you have full read/write/execute access-rights to the SKMtools folder and its contents?
                                            I have a fix for a MAC problem that I'll post asap - this might also help you... watch this space...

                                            TIG

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

                                            Advertisement