LN_graph

Home»Howto»Graphics/Video/Audio»Create ICON

Convert PNG or GIF in ICO

Resize all jpg images and put them to directory tmp.

In terminal:

mogrify -format jpg -path tmp -quality 75 -resize "150x80" -strip *

This rescale image to exact x-dimension: 150px. For rescaling to exact xy-dimensions use following:

mogrify -format jpg -path tmp -quality 75 -resize 150x80! -strip *
  • Boot Linux from USB. part I

    Multiple boot using GRUB2 from live ISO files located on USB
    Read more ...

  • Boot Linux from USB. part II

    Multiple boot using SYSLINUX from live ISO files located on USB
    Read more ...

  • Tweet update.

    Added tweet on @lloadm
    Read