Plugin Directory

Changeset 1238108


Ignore:
Timestamp:
09/04/2015 02:27:44 PM (11 years ago)
Author:
stevekimpton
Message:

Text and mark down mods

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dynamic-background/trunk/readme.txt

    r1237613 r1238108  
    3232
    3333== Frequently Asked Questions ==
    34 Q   Why do you use HSL rather than RGB?
    35 A   Small increments of H/S/L values give continuously varying colours.  Small increments to R/G/B
    36 result in big jumps of colour.
     34= Why do you use HSL rather than RGB? =
     35Small increments of H/S/L values give continuously varying colours.  Small increments to R/G/B result in big jumps of colour.
    3736
    38 Q Are you really limited to Wordpress 4.1 and up?
    39 A Probabaly not!  I just haven't tested it to earlier
    40 versions.  Even if it doesn't work, it's very unlikely to do anything bad.
     37= Are you really limited to Wordpress 4.1 and up? =
     38Probabaly not!  I just haven't tested it to earlier versions.  Even if it doesn't work, it's very unlikely to do anything bad.
    4139
    42 Q How can I make areas of my pictures transparent?
    43 A You have to do this before uploading them. Most image manipulation programs will allow this. 
    44 They have to be gifs or pngs (with transparency enabled).  You can't do it with jpgs.
    45 
    46 ==Notes==
    47 Although version 4.1 is stated as the first test version, I think it is very likely that plugin will work with earlier versions.
     40= How can I make areas of my pictures transparent? =
     41You have to do this before uploading them. Most image manipulation programs will allow this.  They have to be gifs or pngs (with transparency enabled).  You can't do it with jpgs.
    4842
    4943== Credits ==
    50 getbg.js contains functions that convert hsl to rgb and the reverse.  This functionality
    51 can be found from several sources but mine were from 
    52 Garry Tan (http://axonflux.com/handy-rgb-to-hsl-and-rgb-to-hsv-color-model-c) who credits
    53 mjijackson.com (this link no longer works) but it seems the ultimate source is the
    54 information in https://en.wikipedia.org/wiki/HSL_and_HSV
     44The javascript file getbg.js contains functions that convert hsl to rgb and the reverse.  This functionality can be found from several sources but mine were from Garry Tan (<http://axonflux.com/handy-rgb-to-hsl-and-rgb-to-hsv-color-model-c>) who credits mjijackson.com (this link no longer works) but it seems the ultimate source is the information in <https://en.wikipedia.org/wiki/HSL_and_HSV>
    5545
Note: See TracChangeset for help on using the changeset viewer.