GIMP PyDev
11–20 of 33 posts
Re: GIMP PyDev
#12This approach of using the system python, although somewhat mitigated by flatpak, is Bad. What happens when you have to ship GIMP on non-flatpak platforms, like MacOS...? You're either stuck on an ancient version or you must ask the user to install it separately. Neither option is particularly good. It shouldn't be too hard to pack up a python executable instead.
The Gimp community is not obligated to dedicate resources to working around Apple's business decisions. The absence of Flatpack on MacOS is solely for the sake of Apple's bottom line.
Apple itself certainly has the wherewithal to make Gimp available on its platforms. It simply does not have the interest. As you say, it shouldn't be too hard.
Re: GIMP PyDev
#13I see flatpack mentioned in a readme, I close the page.
Re: GIMP PyDev
#14I have some geospatial boundary data that I'd like to extrude to a 3d object, apply textures to the faces, and save images of the object at different perspectives. I have several hundred to do, so it'd be ideal to automate this.
Something like Gimp PyDev or ImageMagick seem like they could sort of work, but the math around creating a 3D extrusion in either of those seems difficult. On the other hand something like Blender seems like kind of overkill maybe.
It might end up being one of those solutions, just curious if anyone has any other ideas.
Re: GIMP PyDev
#15This is a bit off-topic here, but can anyone recommend some good programs / workflows for programmatic image generation / manipulation? I have some geospatial boundary data that I'd like to extrude to a 3d object, apply textures to the faces, and save images of the object at different perspectives. I have several hundred to do, so it'd be ideal to automate this. Something like Gimp PyDev or ImageMagick seem like they…
Re: GIMP PyDev
#16This is a bit off-topic here, but can anyone recommend some good programs / workflows for programmatic image generation / manipulation? I have some geospatial boundary data that I'd like to extrude to a 3d object, apply textures to the faces, and save images of the object at different perspectives. I have several hundred to do, so it'd be ideal to automate this. Something like Gimp PyDev or ImageMagick seem like they…
Re: GIMP PyDev
#17Re: GIMP PyDev
#18This is a bit off-topic here, but can anyone recommend some good programs / workflows for programmatic image generation / manipulation? I have some geospatial boundary data that I'd like to extrude to a 3d object, apply textures to the faces, and save images of the object at different perspectives. I have several hundred to do, so it'd be ideal to automate this. Something like Gimp PyDev or ImageMagick seem like they…
Re: GIMP PyDev
#19This is a bit off-topic here, but can anyone recommend some good programs / workflows for programmatic image generation / manipulation? I have some geospatial boundary data that I'd like to extrude to a 3d object, apply textures to the faces, and save images of the object at different perspectives. I have several hundred to do, so it'd be ideal to automate this. Something like Gimp PyDev or ImageMagick seem like they…
Automation comes later. It comes with experience.
Re: GIMP PyDev
#20This is a bit off-topic here, but can anyone recommend some good programs / workflows for programmatic image generation / manipulation? I have some geospatial boundary data that I'd like to extrude to a 3d object, apply textures to the faces, and save images of the object at different perspectives. I have several hundred to do, so it'd be ideal to automate this. Something like Gimp PyDev or ImageMagick seem like they…