Grasshopper

algorithmic modeling for Rhino

sometimes, i can get even more than 20 pictures, make me have no way to combine them in PS.

can i get one pictures at once?


Views: 299

Attachments:

Replies to This Discussion

i'm interested in answer too, can't understand why it's not just a one big picture?
See here for reason why lots of images and possible solutions http://www.grasshopper3d.com/forum/topics/reassembling-hires-image?...
I was going to explain once and for all why this is such a tricky thing to do (with really nice diagrams of memory usage and so on), but I figured it would probably take less time to just write a small console app that gets triggered after all the image tiles are exported and which will stitch them all together.

It runs outside the Rhino+Grasshopper process so it has at least 2GB of clean memory to operate in. If you're running on a 32-bit OS and the uncompressed image is larger than 2GB, this will still fail and you'll have to patch them by hand.

The intermediate images get written to the Temp directory, so they'll stick around until Windows deems them stale.


I also adjusted the bit-depth, if the output format is jpg or bmp then I use a 24 bits-per-pixel, png still uses 32 bits-per-pixel. Maybe this will solve the Photoshop loading problems. I cannot test this as my install of Photoshop consistently crashes on startup.

--
David Rutten
david@mcneel.com
Poprad, Slovakia
Cool!

Are you going to push that out with 7 or can you distribute it sooner?

I think for all the Adobe Suites you can download a 30 day free trial if you need to.
No, it needs to be controlled from within Grasshopper. It won't work unless the tiles have specific names (different from now) and unless you can supply a plethora of command line arguments.

--
David Rutten
david@mcneel.com
Poprad, Slovakia
Dear David Rutten and Dany Boys, I appreciate your explain and clue to the answer. Now I solved the problem with PS script and understand the reason of picture fraction. Thank you .

RSS

About

Translate

Search

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service