Sponsored Content
Top Forums Web Development Tapatalk Modification for vB3 - Issue with Avatar Icons Post 302884177 by Neo on Saturday 18th of January 2014 06:34:27 AM
Old 01-18-2014
Example debug logging output:

Quote:
Sat, 18 Jan 14 05:14:04 -0500 2 128.66....... carpannav URL customavatars/avatar302087525_1.gif From:
Sat, 18 Jan 14 05:53:35 -0500 2 58.137....... dmangus URL customavatars/avatar46598_1.gif From: tapatalk
Sat, 18 Jan 14 05:53:35 -0500 2 58.137....... shad0w_GR URL customavatars/avatar302087525_1.gif From: browser
Sat, 18 Jan 14 05:53:35 -0500 2 58.137....... saggiboy10 URL customavatars/avatar302087525_1.gif From: browser
Sat, 18 Jan 14 05:53:35 -0500 2 58.137....... Prathmesh URL customavatars/avatar46598_1.gif From: tapatalk
Sat, 18 Jan 14 05:53:36 -0500 2 58.137........ shad0w_GR URL customavatars/avatar302087525_1.gif From:
Sat, 18 Jan 14 05:53:36 -0500 2 58.137........ saggiboy10 URL customavatars/avatar302087525_1.gif From:
Sat, 18 Jan 14 05:53:37 -0500 2 58.137........ shad0w_GR URL customavatars/avatar302087525_1.gif From:
Sat, 18 Jan 14 05:53:37 -0500 2 58.137........ saggiboy10 URL customavatars/avatar302087525_1.gif From:
You can see that for two TT users, the correct TT default avatar is set, but it does not show correctly in the app. Clearing the cache, restarting the app and/or the phone does not fix the issue.
 

7 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

avatar

where can i upload an image for avatar (3 Replies)
Discussion started by: royal
3 Replies

2. News, Links, Events and Announcements

Similar Threads - a new vB3 feature for UNIX.COM

Note the new feature on UNIX.COM, many thread at the bottom of the page have a new feature: Similiar Threads Here is an example on one of Perderabo's posts: https://www.unix.com/showthread.php?t=16337 Kudos to the vB folks for this built-in feature!! Neo (0 Replies)
Discussion started by: Neo
0 Replies

3. Post Here to Contact Site Administrators and Moderators

Avatar problem

Hi, I wanted to change my avatar, but I get the message You may not upload animated images. How come that this user has one? https://www.unix.com/members/3394.html https://www.unix.com/avatars/perderabo.gif All users are equal, but some are more equal than other? Thanks. (0 Replies)
Discussion started by: Ebbi
0 Replies

4. What is on Your Mind?

How to get an avatar to work?

I have uploaded a small image, 64x64 and about 5k in size, that was about a week ago, I still do not see my image when I post, or maybe I just can't see it and others can? It helps me scroll through threads and find my own posts easier, but on this forum it either doesn't show up for me or is just... (1 Reply)
Discussion started by: raidzero
1 Replies

5. What is on Your Mind?

Member Reviews of the Movie: Avatar

Please comment and vote only if you saw the movie. What did you think? (13 Replies)
Discussion started by: Neo
13 Replies

6. Web Development

Tapatalk Modification for vB3 - Adding User for System Information

Referring back to this thread: Tapatalk Modification for vB3 - Issue with Avatar Icons I mentioned that we had some "system bot" code: In this post, I describe that code and how easy it is to create a "system bot" user for Tapatalk (TT): Basically, its quite easy. We add a hook to... (0 Replies)
Discussion started by: Neo
0 Replies

7. Web Development

Tapatalk - More Frustrations with Icons, Versions and User Agent String

My frustration with Tapatalk continues. After reinstalling TT for the forums, I'm trying to tweet it so we can get a lot of benefit for forum members. TT has both a free version and a "Pro" version (which we pay for). I paid for the "Pro" version, and the first thing I noticed was that the app... (3 Replies)
Discussion started by: Neo
3 Replies
img-gif(3tk)															      img-gif(3tk)

NAME
img-gif - Img, Graphics Interchange Format (gif) SYNOPSIS
package require Tk package require img::gif ?1.3? image create photo ?name? ?options? DESCRIPTION
The package img::gif 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::gif. 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 Graphics Interchange Format (gif). More specifically img::gif extends Tk's photo image type. The name of the new format handler is gif. This handler provides new additional configuration options. See section GIF OPTIONS for more detailed explanations. All of the above means that in a call like image create photo ?name? ?options? [1] Image data in gif format (options -data and -file) is detected automatically. [2] The format name gif 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 GIF OPTIONS. GIF OPTIONS
The handler provides two options, one for reading from a GIF image, the other influencing the writing of such. -index n This option is for reading from GIF files containing more than one image (animated GIF's, GIF movies. When specified it will read the n'th image in the data. The first image is at index 0 and will be read by default, i.e. when the option is not specified. -interlaced bool If the value of this option is set to true the image will be written using the interlaced sub-format of GIF. The default is to write non-interlaced files. This option is not implemented yet. IMAGE COMPRESSION
Instead of LZW the run-length encoding of Hutchison Avenue Software Corporation is used, also known as miGIF compression. The miGIF com- pression routines do not, strictly speaking, generate files conforming to the GIF spec, since the image data is not LZW-compressed (this is the point: in order to avoid transgression of the Unisys patent on the LZW algorithm.) However, miGIF generates data streams that any rea- sonably sane LZW decompresser will decompress to what we want. TRANSPARENCY
If you want to write images to disk which contain transparency information (e.g. GIF89) you need at least Tk 8.3. SEE ALSO
img-bmp, img-gif, img-ico, img-intro, img-jpeg, img-pcx, img-pixmap, img-png, img-ppm, img-ps, img-sgi, img-sun, img-tga, img-tiff, img- window, img-xbm, img-xpm KEYWORDS
gif, image handling, tk COPYRIGHT
Copyright (c) 1995-2003 Jan Nijtmans <nijtmans@users.sourceforge.com> Img 1.3 img-gif(3tk)
All times are GMT -4. The time now is 01:16 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy