this post was submitted on 01 Mar 2025
20 points (100.0% liked)

Open Source

832 readers
18 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

IrfanView has an extremely niche feature that literally no other image editor I've found, not even Photoshop, can do, called Remove/Insert strip. I literally use this regularly for work and have donated to the dev because of it, but would like to try to find something open-source that does this if possible.

Let's say you have an image which is comprised of 3 rows: ABC (there aren't literal rows with lines, but we could just say the top 33% of the image is A, the middle 33% is B, and the remainder is C).

IrfanView can crop out just B (or any similar interior portion) and have A and C touch each other, in a single menu click after you've selected the portion-to-delete. It can also do this as columns, if ABC were treated as vertical columns instead.

It can also inject X amount of pixels in either height or width at any specified location in the middle of the image of whatever color you specify. This is also powerful, as I sometimes have to replicate part of an image elsewhere in the image (they're sheet music), so being able to generate that placeholder and the immediately putting actual contents in the injected space is really helpful.

These are insanely creative features that I literally can't find any other program capable of doing, open- or closed-source. Any guidance towards an alternative would be great!

you are viewing a single comment's thread
view the rest of the comments
[–] EugeneNine@lemmy.ml 1 points 1 day ago

I was going to say imagemagick as well. You make a simple script to do what you need such as the crop and connecting together then set it up as a right click action in dolphin or whatever file manager your using.