Project image onto curve - Printable Version +- Gimp-Forum.net (https://www.gimp-forum.net) +-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP) +--- Forum: Extending the GIMP (https://www.gimp-forum.net/Forum-Extending-the-GIMP) +--- Thread: Project image onto curve (/Thread-Project-image-onto-curve) |
Project image onto curve - Akir - 10-23-2017 Hey all, I'm looking for a way to project a picture onto a cylinder like here: http://gimpforums.com/thread-project-image-onto-an-arbitary-curve - progressively shorten one axis while leaving the other axis unchanged. I get the idea of the displacement map, but I can't get the gradient right - I don't really get ofnut's formula, nor how to implement it into a gradient... Thanks in advance, Akir RE: Project image onto curve - Ofnuts - 10-23-2017 Filter>Map>Map object>Cylinder (yes, I learned new tricks since 2010 ) For the same price you get lighting effect (shadows etc...) RE: Project image onto curve - Akir - 10-23-2017 Nope, that's not it, with that filter both axes get warped ("front" is spread, while "back" gets contracted). I need to restrict the filter to just one axis - it's not art, it's more a technical drawing. RE: Project image onto curve - Ofnuts - 10-23-2017 (10-23-2017, 05:24 PM)Akir Wrote: Nope, that's not it, with that filter both axes get warped ("front" is spread, while "back" gets contracted). I need to restrict the filter to just one axis - it's not art, it's more a technical drawing. Uh? Can you show a screenshot? RE: Project image onto curve - Akir - 10-23-2017 Here's before and after Map to Object/Cylinder, and the third one is what I'd like to get. I admit I asked the same question years ago in some gimp forum out there, but I can't find it anymore. I did get an answer back then, so I know it's possible if the displace map is configured correctly, but I have no memory of how that worked... RE: Project image onto curve - Ofnuts - 10-23-2017 The trouble with displace is that it blurs things horribly. A completely different method:
RE: Project image onto curve - Akir - 10-24-2017 Thanks, nice tool! (I'm also using your delete-strokes tool a lot, btw., it saves me hours of work regularly, thanks for that as well!) In this case it's not what I need though - the pic I used is just an example, the actual pictures I want to wrap are more complex drawings, won't work with paths. To be precise, my plan is to copy the decoration of Roman Samian ware bowls (like this one for example: https://en.wikipedia.org/wiki/Terra_sigillata#/media/File:South_Gaulish_samian_Dr_29_2.JPG ) onto paper, and after scanning, correcting, cleaning up, and so on, put the result into a digital drawing of the pot outline, to achieve something like this: http://potsherd.net/atlas/types/sigillata/form/DR37 . I know the blurring is an issue, I haven't found a way around that yet. It's less visible though in my projects, since I work in at least 1200dpi usually. RE: Project image onto curve - Ofnuts - 10-24-2017 You should really look into using Blender for this. PS: Btw: delete-strokes has been enhanced and repackaged with a few other scripts as ofn-path-edits. |