sketchucation logo sketchucation
    • 登入
    Oops, your profile's looking a bit empty! To help us tailor your experience, please fill in key details like your SketchUp version, skill level, operating system, and more. Update and save your info on your profile page today!
    🔌 Smart Spline | Fluid way to handle splines for furniture design and complex structures. Download

    [Plugin] ImageTrimmer

    已排程 已置頂 已鎖定 已移動 Plugins
    364 貼文 58 Posters 256.3k 瀏覽 58 Watching
    正在載入更多貼文
    • 從舊到新
    • 從新到舊
    • 最多點贊
    回覆
    • 在新貼文中回覆
    登入後回覆
    此主題已被刪除。只有擁有主題管理權限的使用者可以查看。
    • TIGT 離線
      TIG Moderator
      最後由 編輯

      @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 條回覆 最後回覆 回覆 引用 0
      • Dave RD 離線
        Dave R
        最後由 編輯

        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 條回覆 最後回覆 回覆 引用 0
        • TIGT 離線
          TIG Moderator
          最後由 編輯

          @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 條回覆 最後回覆 回覆 引用 0
          • Dave RD 離線
            Dave R
            最後由 編輯

            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 條回覆 最後回覆 回覆 引用 0
            • Dave RD 離線
              Dave R
              最後由 編輯

              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 條回覆 最後回覆 回覆 引用 0
              • HumpmetwiceH 離線
                Humpmetwice
                最後由 編輯

                @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 條回覆 最後回覆 回覆 引用 0
                • OxerO 離線
                  Oxer
                  最後由 編輯

                  @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/

                  1 條回覆 最後回覆 回覆 引用 0
                  • TIGT 離線
                    TIG Moderator
                    最後由 編輯

                    @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 條回覆 最後回覆 回覆 引用 0
                    • TIGT 離線
                      TIG Moderator
                      最後由 編輯

                      @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 條回覆 最後回覆 回覆 引用 0
                      • TIGT 離線
                        TIG Moderator
                        最後由 編輯

                        @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 條回覆 最後回覆 回覆 引用 0
                        • HumpmetwiceH 離線
                          Humpmetwice
                          最後由 編輯

                          @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 條回覆 最後回覆 回覆 引用 0
                          • TIGT 離線
                            TIG Moderator
                            最後由 編輯

                            @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 條回覆 最後回覆 回覆 引用 0
                            • Dave RD 離線
                              Dave R
                              最後由 編輯

                              @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 條回覆 最後回覆 回覆 引用 0
                              • TIGT 離線
                                TIG Moderator
                                最後由 編輯

                                @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 條回覆 最後回覆 回覆 引用 0
                                • Dave RD 離線
                                  Dave R
                                  最後由 編輯

                                  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 條回覆 最後回覆 回覆 引用 0
                                  • Dave RD 離線
                                    Dave R
                                    最後由 編輯

                                    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 條回覆 最後回覆 回覆 引用 0
                                    • HumpmetwiceH 離線
                                      Humpmetwice
                                      最後由 編輯

                                      @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 條回覆 最後回覆 回覆 引用 0
                                      • OxerO 離線
                                        Oxer
                                        最後由 編輯

                                        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/

                                        1 條回覆 最後回覆 回覆 引用 0
                                        • TIGT 離線
                                          TIG Moderator
                                          最後由 編輯

                                          @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 條回覆 最後回覆 回覆 引用 0
                                          • TIGT 離線
                                            TIG Moderator
                                            最後由 編輯

                                            Here's an update - http://forums.sketchucation.com/viewtopic.php?p=293677#p293677 - it addresses some glitches with the MAC file paths [I hope! Thanks for the assistance Oxer et al]...

                                            TIG

                                            1 條回覆 最後回覆 回覆 引用 0
                                            • 1
                                            • 2
                                            • 6
                                            • 7
                                            • 8
                                            • 9
                                            • 10
                                            • 18
                                            • 19
                                            • 8 / 19
                                            • 第一個貼文
                                              最後的貼文
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement