summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authordubslow <bunslow@gmail.com>2014-09-28 21:03:18 -0500
committerdubslow <bunslow@gmail.com>2014-09-28 21:03:18 -0500
commit118febcfeec3217bf31c5ab000b762fe27a54d2f (patch)
tree2d5ce940f7b56b1c82fa659d21c3b5043e2d0629 /docs
parent57666d95bac5e070acda74020f5faca88cfa4bd5 (diff)
change avatar requirements
Diffstat (limited to 'docs')
-rw-r--r--docs/Avatars.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/Avatars.md b/docs/Avatars.md
index 5c92efe5..74308f02 100644
--- a/docs/Avatars.md
+++ b/docs/Avatars.md
@@ -251,11 +251,11 @@ Given the Tox data directory described in STS Draft v0.1.0:
251 - The client's own avatar is not special and is stored like any other. This 251 - The client's own avatar is not special and is stored like any other. This
252 is partially for simplicity, and partially in anticipation of profiles. 252 is partially for simplicity, and partially in anticipation of profiles.
253 253
254 - The avatar that is stored may be scaled and resized as required by the 254 - The avatar should be stored as its recieved, before any modifications by
255 client; we should develop a common scaling and resizing method. 255 the client for display purposes.
256 256
257 - The hash, as calculated by toxcore (rather than the hash of the scaled 257 - The hash, as calculated by toxcore and passed in to the data callback,
258 image), should be saved in "avatars/xxxxx.hash" where "xxxxx" means the 258 should be saved in "avatars/xxxxx.hash" where "xxxxx" means the
259 same thing as for avatars. (The filename is longer than the file :) ) 259 same thing as for avatars. (The filename is longer than the file :) )
260 260
261 **To be discussed:** User keys are usually presented in Tox clients as 261 **To be discussed:** User keys are usually presented in Tox clients as