Code Monkey home page Code Monkey logo

set-tif-dpi's Introduction

set-tif-dpi

This code sets or changes the DPI metadata information of a TIFF image file. It is based on specifications of TIFF image format given at https://paulbourke.net/dataformats/tiff/ and https://www.awaresystems.be/imaging/tiff/tifftags.html

Features:

  • file name is (intentionally) not checked for TIFF extension;
  • no re-encoding of image nor validation of TIFF format;
  • although complete TIFF format validation is not performed, file is checked for TIFF initial signature. Therefore, malformed or corrupted TIFF images may or may not generate an error;
  • TIFF image file is modified “in place”. Density metadata are overwritten if already present.
  • no backup copy of original file is made.

Usage examples:

python set-tif-dpi <filename> <horizontal DPI> <vertical DPI> [unit] [quiet]

python set-tif-dpi image.tiff 150 150
python set-tif-dpi image.tiff 60 120 cm
python set-tif-dpi "my image.tif" 300 300 quiet

The code has been rewritter to work with TIFF files, and was largely inspired by set-png-dpi by nopria from https://github.com/nopria/set-png-dpi/tree/main

Enjoy!

set-tif-dpi's People

Contributors

scz03 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.