Is there a way to easily stack two images with slight differences perfectly on top each other? (scale, roate, and move)

This page summarizes the projects mentioned and recommended in the original post on /r/GIMP

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • mathmap

    An image processing programming language and GUI

  • You could try MathMap plugin for GIMP. https://github.com/schani/mathmap

  • ImageMagick

    🧙‍♂️ ImageMagick 7

  • If that looks daunting to you, then you need more simple tool to complete the task instead of using GIMP. As long as you know exactly the values of differences (scale, rotate, and move) and pivot point, you could use those values as input for matrix transform. If you only need to complete this task once, I recommend to use convert tool of ImageMagick with affine matrix transform parameter. If you need to do this task frequently, or to iterate the process until you satisfied with the result, You can automate the process using a python script. If you need more help, just DM me.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts