Showing posts with label images. Show all posts
Showing posts with label images. Show all posts

Wednesday, March 15, 2017

ImageMagick 6 7 1 2 Convert and resize images using Terminal

ImageMagick 6 7 1 2 Convert and resize images using Terminal


ImageMagick is a set of UNIX tools that can be used to read, write, and manipulate images in almost any format including TIFF, JPEG, PNG, PDF, PhotoCD, and GIF.

The advantage of ImageMagick is that it can be used to create images dynamically, making it suitable for Web apps. In addition, you can resize, rotate, sharpen, color reduce and add special effects to an image with ImageMagick. However, ImageMagick is strictly for those familiar with the Terminal or command line as there is no GUI. You can only make changes to images using commands such as "$magick> convert rose.jpg rose.png".

For those familiar with programming languages, you can use C, C++, Perl, Java, PHP, Python, or Ruby to make changes. A high-quality 2D renderer is also included which provides SVG capabilities. If you are familiar with programming commands, then the range of actions possible with ImageMagick is truly impressive, including conversions, resizing, transparencies, animated GIFs and shape drawing. However, the lack of GUI will exclude most people from using it.

If you know your way around programming languages and need a powerful command line based tool, Image Magick is worth exploring.

Download ImageMagick 6.7.1-2 in Softonic

View Original Article

Blogged with the Flock Browser

Available link for download

Read more »

Monday, December 26, 2016

How to Split Raster Images to a PDF file in Ubuntu Linux

How to Split Raster Images to a PDF file in Ubuntu Linux


If you Ubuntu Linux and want to print a poster using a raster image but the image that you have will have to be split into several "pieces" before printing (which you can "attach" later of course), then PosteRazor is an extremely simple yet a very useful tool built for that exact purpose.

Its an cross-platform opesource application thus not only in GNU/Linux but you can use it in MS Windows and Mac OSX as well. Once installed youll have to load your image file and then follow its "5-step" process and then itll split your raster image and create a PDF file by using which you can easily print your poster since each page in the PDF contains a "cut" of the original image.

Main features...


*. Its written in the FLTK tool-kit thus uses its own "theming" which doesnt integrate that well under Gnome nor Qt/KDE... but as soon as it gets the job done, who cares!.

*. Once loaded, itll display information such as the raster image resolution, DPI, size and color type.

*. Supports a huge list of raster images such as: BMP, DDS, Dr. Halo, GIF, ICO, IFF, JBIG, JPEG/JIF, KOALA, LBM, Kodak PhotoCD, PCX, PBM, PGM, PNG, PPM, PhotoShop PSD, Sun RAS, TARGA, TIFF, WBMP, XBM, XPM.

*. A five step wizard type process is involved which lets you: Change the PDF pages size (A4, letter, Tabloid, etc), overlap settings, image splitting, etc.


Well, thats about it actually. When done all that, you can save the split raster image into a PDF which can be sent into printing later.

You can install PosteRazor in Ubuntu 11.04 Natty Narwhal, 11.10, 10.10 and 10.04 by using the below command in your Terminal window.
sudo apt-get install posterazor


Thats it. Good luck.

Available link for download

Read more »

Saturday, December 3, 2016

How to Remove Google Images Frame From Your BlogSpot Blog

How to Remove Google Images Frame From Your BlogSpot Blog


Gimana,keren gak judulnya. .
mohon maaf para master,cuma mau share pengalaman saja. Kalo emang repost didelete juga gakpapa,asal jangan dibanned. .
awal masalah berasal dari screenshot ini:

_https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiOKs2DDsBJT2prH4LMdPdQWrwDkR81oOf38txBdUSDbMQ4jsQEFNC5bFwYQzsnELizVhvgerFJRSfHheRIKxNRhxqqqRi02EqvPSmjnBgAwhsjDiryUTiGW9FXA4OQaBGLAxt5_bgjghYJ/s1600/Blogger-+New+Dian+Ribut+-+Stats.png



hampir 90 persen pengunjung blog saya datangnya dari google image,dan tiap pengunjung dapet imagenya . . kan kehalang sama google frame image tuh,udah dapat gambarnya langsung main close aja. . kasihan iklan adsense saya. .
setelah semalam googling sana sini sampe pulsa abis,akhirnya nemu juga buat pemecahannya. Silahkan pasang script dibawah ini diatas kode </head>

<scr!pt language="JavaScript" type="text/javascript">
if (top.location != self.location) top.location = self.location;
</scr!pt>


habis itu jangan lupa simpan. .
kalo udah disimpan silahkan ditest di result image search blogspot agan. Saat script ini aktif,google frame akan muncul beberapa detik. Habis itu akan diredirect ke blog agan.

selamat mencoba dan mohon maaf kalo agak kacau .

thanks to _http://www.bloggerafif.com/2011/02/remove-frame-google-image.html (bukan punya saya)
kalo bermanfaat jangan lupa likenya. .

update,trik ini juga bisa untuk wordpress selfhosting (thanks to om gembel-intelek yang udah koreksi) caranya sama,tinggal pasang kode itu diatas kode di header.php . Kalo mau yang otomatis silahkan cicipi pluginnya ,silahkan download di _http://wordpress.org/extend/plugins/wp-frame-breaker/

Source : How to Remove Google Images Frame From Your BlogSpot Blog

Available link for download

Read more »

Wednesday, October 12, 2016

ImageMagick 6 7 1 2 Convert and resize images using the command line

ImageMagick 6 7 1 2 Convert and resize images using the command line


ImageMagick is a set of tools that can be used to read, write, and manipulate images in almost any format including TIFF, JPEG, PNG, PDF, PhotoCD, and GIF.

The advantage of ImageMagick is that it can be used to create images dynamically making it suitable for Web apps. In addition, you can resize, rotate, sharpen, color reduce and add special effects to an image. However, ImageMagick is strictly for those familiar with the command line as there is no GUI. You can only make changes to images using commands such as "$magick> convert rose.jpg rose.png".

For those familiar with programming languages, you can use C, C++, Perl, Java, PHP, Python, or Ruby to make changes. A high-quality 2D renderer is also included which provides SVG capabilities. If you are familiar with programming commands, then the range of actions possible with ImageMagick is truly impressive including, conversions, resizing, transparencies, animated GIFs and shape drawing. However, the lack of GUI will exclude most people from using it.

If youre familiar with programming languages and need a powerful command line based tool, Image Magick is worth exploring.

Download ImageMagick 6.7.1-2 in Softonic

View Original Article

Blogged with the Flock Browser

Available link for download

Read more »