Skip to content
IT Nursery
  • Home
  • Programming
    • Mac / IOS
    • Android
    • Web Applications
    • PHP
    • Java
    • C
    • C++
  • DataBase
    • MySQL
  • CMS
    • WordPress
  • System and Network
    • Serverfault

images

How can I take hundreds of smaller images and create one big tiled image?

by IT Nursery

Try ImageMagick, a command-line image editor. Its montage command can help you tile your images together. For more info about montage: http://www.imagemagick.org/Usage/montage/ http://www.imagemagick.org/script/montage.php … Read more

Tags automation, generator, images, script

Paste with transparent background in Paint

by IT Nursery

My Windows 10 installation is running Version 1703 (OS Build 15063.483). It has the ability to set transparency on a text box or … Read more

Tags copy-paste, images, microsoft-paint

Losslessly compressing similar images?

by IT Nursery

You might try Paq 8 (fp8_v2.zip). I just tried it myself on 1440 similar PNG images and then again on 111 similar JPG … Read more

Tags compression, images, jpeg

Are there any multiformat image viewers, which are similar to feh and can show SVG files?

by IT Nursery

With recent versions of feh, you should be able to do feh –conversion-timeout 1 file.svg. Simple way to make feh work with everything … Read more

Tags images, svg

Script to determine if apparent Image files are real Image files

by IT Nursery

As a quick first pass, the file command can quickly detect image headers: if file “$FILE” |grep -qE ‘image|bitmap’; then echo “File ‘$FILE’ … Read more

Tags files, images, shell-script

Shell script to separate and move landscape and portrait images

by IT Nursery

Using identify from ImageMagick: #! /bin/sh identify -format ‘%w %h %i\n’ — “[email protected]” 2>/dev/null | \ while read W H FN; do if … Read more

Tags files, images, mv, shell-script

Automatic Resizing in Irfanview

by IT Nursery

Go to View > Display Options (window mode) and select Fit images to Window or Fit Only big images to window. If you … Read more

Tags images, irfanview

How to sort images into folders, based on resolution?

by IT Nursery

I know it’s an over a year topic (sorry about that) but i think someone may need the full working script, so here … Read more

Tags images, resolution, sorting

Can I convert an image from CMYK to RGB in Mac OS X?

by IT Nursery

I found three ways to do it. Open the image with ColorSync. Use the Apply ColorSync Profile to Images action in Automator. Use … Read more

Tags colors, conversion, images, macos, preview

How can I take an image with a white background and make it transparent

by IT Nursery

you can use Photofiltre (small, fast, free and portable): load the image go to Image > Transparent Color… choose the color (white), set … Read more

Tags images, transparency
Post navigation
Older posts
Page1 Page2 … Page214 Next →

Recent Posts

  • Advice for improving internal dashboard [closed]
  • grep : ‘+’ special character
  • File location for Syslogs in Centos machine
  • How to collect users’ task completion times?
  • “service {FOO} start” vs. “/etc/init.d/{FOO} start”? [closed]
IT Nursery
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Important Link

  • About
  • Privacy Policy
  • Contact

IT Nursery

The Goal of ITNursery Engaging the world to foster innovation through aggregate information. Our Question Answer post, blog information, products and tools help developers and technologists in life and at work.

copyright © 2023 All Right Reserved | IT NurSery