this post was submitted on 27 Nov 2023
13 points (100.0% liked)
Anime
1846 readers
187 users here now
This community is the place to discuss and ask questions about anime, anime news, and related topics.
Currently airing show discussion threads are created by our resident bot, [email protected]. If it doesn't make a thread for an episode that you want to discuss, see the user guide on the wiki for instructions on how to request that rikka make a thread for you to use.
Check out our wiki to find:
- Episode Discussion Thread Index
- Weekly Discussion Thread Index
- Bot User Guide
- List of shows currently monitored by the bot
Rules
- Posts must relate to anime or similar (donghua, etc.)
- Discussion threads for currently airing media must be made by the bot. If there isn't a discussion thread made for a piece of media you want to discuss, then request it via pm.
- Ensure that all series spoilers are tagged. See here for details.
- Memes should be directed toward [email protected] (or similar) instead of this community
- Do not post explicitly NSFW material. Please use your best judgement when marking lewd material as NSFW, unmarked material risks being removed.
- Please redirect discussion of piracy towards a more appropriate community
- Any clips from currently airing shows cannot include content from episodes released within the past 7 days.
- All posts and comments must adhere to the ani.social Terms of Use
- In general, keep things civil and avoid attacking other individuals.
Related General Communities
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected] (Spanish language community)
- [email protected] (Myanmar community)
- Megathread of other communities on the fediverse maintained by @[email protected]
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It's not so much that I have to as that I'm annoyed enough at all the paper cuts that I'm finally trying to solve them, at least for my own needs -- though, there are some things that are less common (like image alignment) that would be nice to have in the same tool.
Some of the things I want in my tool:
There's other stuff like text manipulation that I'd like to have a better way of dealing with, but is probably not worth the effort of implementing vs just firing up the GIMP for now. (I have written a rich text editor from scratch before -- ASCII only, but capable of supporting multiple fonts with colors, bold/italic, kerning, multi-line text, etc. -- it really fucking sucked to implement, and I don't particularly want to revisit it right now, but maybe someday... I know I can do it...)
For things like split screen and point correspondence, I already wrote that a couple weeks ago in a basic form for the Mew composite. (e.g. here's a screenshot of one point correspondence on a blade of grass -- zoomed out a bit so you can see the images are different) I had a pretty good idea of the numerical model needed to solve the alignment; I thought it was just translation and zooming -- and I was correct. Picking a few corners at sub-pixel resolution and computing a least squares solution for scale, and x/y translation gave a perfect alignment of the image; I thought I'd have to do some clean up of the edges afterwards or get creative with blending, but no -- it was spot on exact with 9 points. Trying to do that in The GIMP manually was a nightmare -- and yes, I tried that first. (There are other tools that can do that already -- e.g. panorama editors -- but most of them either cost money or are annoying to use for other reasons; so, I wrote my own.)
For vector manipulation, it's probably possible to get Inkscape to do a lot of what I want, but I have bounced off that program about two dozen times already.
KolourPaint is basically an MS Paint clone plus or minus a few features. It's great for trivial editing (way simpler than the GIMP) but it doesn't do things like layers, and as soon as I want to do anything moderately complex I either need something more powerful or I will be spending all day doing really, really, really, tedious things over and over. (I did the first pass of Sock Trek in KolourPaint and the mistake with the edge of the shadow on the planet is due to me switching over to the GIMP and being unable to get a perfect alignment of the selection. Likewise the mistake with the pink aurora/cloud on the bottom right is due to KolourPaint not handling curves well at the edges of images and me having to try to patch it up pixel by pixel after I'd finished the overall image and realizing it looked bad there. The whole piece should've taken ~5 minutes but it took more like 2 hours to make. For Sox Headroom, I tried to do the shadows in GIMP but fucked up with the anti-aliasing on the edges and trying to recover from that was such a pain that honestly I should've just started over from scratch.)
I have seen Krita before and I think I tried an old version a few years ago, but I don't currently have it installed. It's neat, but being a digital painting / raster program, it's geared to doing stuff that's different from what I want to do.
I really want something that I can do 2D vector art with.
So, I am not an artist, but I do have to regularly fiddle with vector images for work. I haven't found anything even close to Illustrator and it is one of the reasons I still regularly have a Windows install around. I work in the sciences and things like graphs and figures for publication are usually vector images (eps or svg). So, my fiddling is usually tweaking things like compositing several graphs into one figure, adding annotations, or moving elements around (like legends). I tried Inkscape a couple times, but like you, could never really get it to do what I wanted in any reasonable amount of time.