Sponsored Content
The Lounge What is on Your Mind? New Mobile Navbar Icons from Font Awesome Post 303022573 by Neo on Monday 3rd of September 2018 03:03:39 AM
Old 09-03-2018
New Mobile Navbar Icons from Font Awesome

Just changed the mobile site to use Font Awesome icons.

Here is the new top navbar view (unregistered users)


Image
 

5 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

[GEOIP] New Welcome Message in Navbar

In case you have not noticed, we added GEOIP_COUNTRY_NAME in your navbar welcome message. So, you should see "Welcome from Your_Country, Member_Name" in your top navbar, just for fun :D (0 Replies)
Discussion started by: Neo
0 Replies

2. What is on Your Mind?

New UNIX.COM Mobile Site Icons

Having given up for the time being with a very difficult game engine project to virtualizing cyberspace, am working on the forums again. Just updated a few icons on the mobile site. Explanations in the picture captions: https://www.unix.com/members/1-albums214-picture855.jpeg ... (1 Reply)
Discussion started by: Neo
1 Replies

3. What is on Your Mind?

New Icons Coming from Font Awesome

Finally making some progress on getting rid of the 10 year old buttons with modern day fonts and icons thanks to a responsive web design tutorial by Brad Traversy who's video pointed me to Font Awesome. The buttons and icons were pretty easy to implement but it too me a number of hours... (39 Replies)
Discussion started by: Neo
39 Replies

4. Web Development

New Font Awesome Icons in Quick Reply Editor

Working on the Quick Reply Editor, I have replaced a number of icons (see image below) with Font Awesome Icons. Was planning to replace all of them, but for some reason, replacing a few of them causes the script / template to break (which is odd) so I left them for now. ... (6 Replies)
Discussion started by: Neo
6 Replies

5. What is on Your Mind?

Quick Update on UNIX.COM Site Renovation: Bootstrap, Font Awesome and jQuery

Here is an update on the site renovation: After a lot of analysis and example programming, including testing out a number of Javascript framework and libraries, in the short term, we are getting the most bang-for-the-buck from these three basic, core tech areas: Bootstrap (CSS and... (2 Replies)
Discussion started by: Neo
2 Replies
img-jpeg(n)															       img-jpeg(n)

__________________________________________________________________________________________________________________________________________________

NAME
img-jpeg - Img, Joint Picture Expert Group format (jpeg) SYNOPSIS
package require Tk package require img::jpeg ?1.4? image create photo ?name? ?options? _________________________________________________________________ DESCRIPTION
The package img::jpeg is a sub-package of Img. It can be loaded as a part of the complete Img support, via package require Img, or on its own, via package require img::jpeg. Like all packages of Img it does not provide new commands, but extends the existing Tk command image so that it supports files containing raster images in the Joint Picture Expert Group format (jpeg). More specifically img::jpeg extends Tk's photo image type. The name of the new format handler is jpeg. This handler provides new additional configuration options. See section JPEG OPTIONS for more detailed explanations. All of the above means that in a call like image create photo ?name? ?options? [1] Image data in jpeg format (options -data and -file) is detected automatically. [2] The format name jpeg is recognized by the option -format. In addition the value for the option is treated as list and may contain any of the special options listed in section JPEG OPTIONS. JPEG OPTIONS
The handler provides six options, two effective when reading from a JPEG image, and five influencing the writing of such. One option is usable for both reading an writing. -fast This option is for reading from JPEG data. It usage activates a processing mode which is fast, but also provides only low-quality information. -grayscale This option can be used for both reading and writing of JPEG data. Usage of this option forces incoming images to grayscale, and written images will be monochrome. -quality n This option is for writing JPEG data. It specifies the compression level as a quality percentage. The higher the quality, the less the compression. The nominal range for n is 0...100. Useful values are in the range 5...95. The default value is 75. -smooth n This option is for writing JPEG data. When used the writer will smooth the image before performing the compression. Values in the 10...30 are usually enough. The default is 0, i.e no smoothing. -optimize This option is for writing JPEG data. It usage causes the writer to optimize the huffman table used to encode the jpeg coefficients. -progressive This option is for writing JPEG data. It usage causes the creation of a progressive JPEG file. SEE ALSO
img-bmp, img-dted, img-gif, img-ico, img-intro, img-jpeg, img-pcx, img-pixmap, img-png, img-ppm, img-ps, img-raw, img-sgi, img-sun, img- tga, img-tiff, img-window, img-xbm, img-xpm KEYWORDS
image handling, jpeg, tk COPYRIGHT
Copyright (c) 1995-2009 Jan Nijtmans <nijtmans@users.sourceforge.net> Img 1.4 img-jpeg(n)
All times are GMT -4. The time now is 08:50 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy