Showing posts with label image. Show all posts
Showing posts with label image. Show all posts

Saturday, March 11, 2017

GTK3 Tiling Terminal Emulator Terminix 1 1 0 Beta Released With UI Changes Background Image Support

GTK3 Tiling Terminal Emulator Terminix 1 1 0 Beta Released With UI Changes Background Image Support


Almost two months after its first stable version, Terminix 1.1.0 beta was released today, bringing UI changes, support for background images and more.

Terminix GTK3 Tiling Terminal Emulator

In case youre not familiar with Terminix, this is a GTK3 tiling terminal emulator. The application allows splitting terminals, both horizontally and vertically (which can be re-arranged using dragndrop), and it features options to save and restore the layouts.

The most important change in the latest Terminix 1.1.0 is probably the redesign of some parts of the application, making it less cluttered and more intuitive.

For instance, until now you had to look into a terminals title or context menu to create a new horizontal or vertical terminal split. Thats no longer the case and in Terminix 1.1.0 beta, there are two headerbar buttons that allow you to add a new terminal to the right or down.

Other UI changes include the addition of a find button in the headerbar, decluttered terminal menu, the session button no longer uses the new tab icon, which was confusing, and more.

You can read more about the design changes in Terminix 1.1.0 beta, HERE.

Terminix GTK3 Terminal Emulator
Terminix 1.1.0 with the default Ubuntu 16.04 wallpaper used as background image

Other changes in the latest Terminix 1.1.0 beta:
  • support for background images;
  • limited support for automatic profile switching;
  • option to globally disable shortcuts;
  • option to automatically copy text to clipboard when selecting;
  • support for a Visual Bell;
  • numerous bug fixes.

For a bit more information, including how to disable the client-side decorations and use a traditional titlebar, see our initial Terminix article.

Download Terminix


Download Terminix (source code and 64-bit binary - requires GTK 3.14+ and GTK VTE Widget 0.42, available with Ubuntu 15.04+)

To install the latest Terminix 1.1.0 beta 1.2.0 64bit binary in Ubuntu (15.04, 15.10, 16.04 or 16.10) or Linux Mint 18, you can use the following commands:
sudo apt-get install wget unzip libglib2.0-bin
cd /tmp
wget https://github.com/gnunn1/terminix/releases/download/1.2.0/terminix.zip
sudo unzip terminix.zip -d /
sudo glib-compile-schemas /usr/share/glib-2.0/schemas/

If the application doesnt show up in the menu or its menu entry doesnt have an icon, you can try to restart the session (logout/login), or run the following command to update the HiColor icon theme cache:
sudo gtk-update-icon-cache --ignore-theme-index -f -q /usr/share/icons/hicolor/

Or build it from source. For other Linux distributions, see THIS page.


Available link for download

Read more »

Tuesday, February 14, 2017

How To Save High Quality Image From Google Play As PNG Prevent WEBP Format

How To Save High Quality Image From Google Play As PNG Prevent WEBP Format


Designers, especially Android icon pack designers need the original app icon to maintain the default structure of the app logo while designing an icon for launcher icon packs. As Google Play is the largest and official Android application store, everyone searches Google Play for the app icons. But, you may notice that when we try to save an image from Google Play it saves as WEBP format. Taking the screen shot of the image is the quick fix for it, but, I have another simple solution which is as simple as taking a screenshot.

RESIZE THE APP ICON IMAGE IN GOOGLE PLAY

Google generates the thumbnails dynamically at runtime that means you can pass the width via the image URL to resize the image to a higher resolution. In the image URL you can see the default width specified by them eg. =w300 changing the 300 to a higher value will increase the image width to the specified one. You can also set a lower value to reduce the image size.

SAVE APP ICON IMAGE IN GOOGLE PLAY AS PNG

As the width passed through the URL Google also uses another parameter named -rw after the width to return the image as WEBP. So reloading the image URL without -rw will allow you to save the image as PNG.

If its still not clear here is an example. In the example I am using Android Chrome Browser icon image from Google Play.

1. Open the below URL and remove the red highlighted part (-rw) from it, then reload the URL again to enable save as PNG.

https://lh3.ggpht.com/O0aW5qsyCkR2i7Bu-jUU1b5BWA_NygJ6ui4MgaAvL7gfqvVWqkOBscDaq4pn-vkwByUx=w300-rw

2. Change the blue highligted part of the URL (300) to a different number to resize the image.


Thats it ...


Available link for download

Read more »

Thursday, November 10, 2016

HIDE A FILE BEHIND A IMAGE

HIDE A FILE BEHIND A IMAGE


1. Gather the file you wish to bind, and the image file, and place them in a folder. For the sake of this demonstration, I will be using C:New Folder
-The image will hereby be referred to in all examples as fluffy.jpg
-The file will hereby be referred to in all examples as New Text Document.txt

2. Add the file/files you will be injecting into the image into a WinRar .rar or .zip. From here on this will be referred to as (secret.rar)

3. Open command prompt by going to Start > Run > cmd

4. In Command Prompt, navigate to the folder where your two files are by typingcd location [ex: cd C:New Folder]

5. Type [copy /b fluffy.jpg + secret.rar fluffy.jpg] (remove the brackets)

Congrats, as far as anyone viewing is concerned, this file looks like a JPEG, acts like a JPEG, and is a JPEG, yet it now contains your file.

In order to view/extract your file, there are two options that you can take
a) Change the file extension from fluffy.jpg to fluffy.rar, then open and your file is there
b) Leave the file extension as is, right click, open with WinRar and your file is there


Available link for download

Read more »