GIMP PyDev
21–30 of 33 posts
Re: GIMP PyDev
#22This 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
#23I’ve found that technical types often don’t care about issues like this... but the name GIMP is imo an abelist slur and I really wish they would change it. Sadly the devs don’t seem to care, but there is a fork called Glimpse that aims to remedy this. If any of y’all care about removing discriminatory language from open source projects, please promote Glimpse! https://glimpse-editor.org/
Are there technical between the projects differences or simply the names?
Re: GIMP PyDev
#24This 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…
There is software for this, if you can do a workflow with various pieces of desktop software, you could automate swaths of it and then do manual portions where you need to make specific decisions that can't be automated.
The geospatial boundary data, is it geojson or wkt? What does extrude mean specifically?
Re: GIMP PyDev
#25This 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.
Gimp's use of Flatpack has greatly simplified staying up to date for Linux users. 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…
Re: GIMP PyDev
#26I’ve found that technical types often don’t care about issues like this... but the name GIMP is imo an abelist slur and I really wish they would change it. Sadly the devs don’t seem to care, but there is a fork called Glimpse that aims to remedy this. If any of y’all care about removing discriminatory language from open source projects, please promote Glimpse! https://glimpse-editor.org/
I was not familiar with Glimpse. Thanks. Are there technical between the projects differences or simply the names?
Re: GIMP PyDev
#27This 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…
Are you converting topo maps to 3d printable objects? There is software for this, if you can do a workflow with various pieces of desktop software, you could automate swaths of it and then do manual portions where you need to make specific decisions that can't be automated. The geospatial boundary data, is it geojson or wkt? What does extrude mean specifically?
Re: GIMP PyDev
#28Earlier quoted context omitted.
Are you converting topo maps to 3d printable objects? There is software for this, if you can do a workflow with various pieces of desktop software, you could automate swaths of it and then do manual portions where you need to make specific decisions that can't be automated. The geospatial boundary data, is it geojson or wkt? What does extrude mean specifically?
No 3D printing: just making stylized images of OSM administrative boundaries. "Extrude" being to give the 2D boundary a bit of height and make it look like more of an "object" than a line drawing.
Re: GIMP PyDev
#29Earlier quoted context omitted.
Gimp's use of Flatpack has greatly simplified staying up to date for Linux users. 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…
That’s as unreasonable as expecting every OS under the sun should ship apt-get, and it’s really not what this is about. I’m not criticising GIMP’s adoption of flatpak, I’m pointing out that building its essential infrastructure around a specific deployment scenario is probably not in GIMP’s best interest.
They are volunteers.
Re: GIMP PyDev
#30I’ve found that technical types often don’t care about issues like this... but the name GIMP is imo an abelist slur and I really wish they would change it. Sadly the devs don’t seem to care, but there is a fork called Glimpse that aims to remedy this. If any of y’all care about removing discriminatory language from open source projects, please promote Glimpse! https://glimpse-editor.org/