blimp
                                
                                 blimp copied to clipboard
                                
                                    blimp copied to clipboard
                            
                            
                            
                        Multiple images support / batch editing
What about adding support for multiple images, for instance from an image-dired buffer?
I don't use image-dired much so I haven't thought about it but it should be possible with a hack like a macro that opens all selected images and runs the blimp-command-stack manually ((eimp-mogrify-image blimp-command-stack)) so that the command stack isn't reset after the first image. But for a proper solution you would need to implement it upstream first since blimp just tells eimp.el what to do (https://github.com/nicferrier/eimp). However I'm not opposed to merging that hack into blimp if someone makes it, I'm just not interested in making it.
I can't add much to the discussion, but the possiblity of image batch editing seems to be a logical next step. I have no idea about terminals but IIRC one of the advantages of IM as a terminal app is the easy/fast use of batch edititing. So imaged-dired in combination with blimp could get that goodness theoretically into emacs. Maybe someone picks that up someday.
I'll look into it if I have time.