-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathreadme.txt
executable file
·58 lines (42 loc) · 1.8 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
=== PicsAscii ===
Contributors: symatic, saurin
Tags: Picture, Ascii, PicAscii, PicsAscii, ASCII Art Text Picture, Picture Text, text image
Donate link:
Requires at least: 4.5
Tested up to: 5.9.3
Stable tag: 1.0.2
License: GPL-3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
A Simple WordPress Plugin to Convert Image to ASCII image.
== Description ==
This plugin converts images to ASCII image.
A fun way to show images.
Ascii images are also useful to add images in text form along with comments or reviews where image attachment is not available.
Find out more at [https://github.com/SymaticSolutions/PicsAscii](https://github.com/SymaticSolutions/PicsAscii)
== Installation ==
**The easy way:**
1. Go to the Plugins Menu in WordPress.
2. Search for "PicsAscii".
3. Click "Install".
**The not so easy way:**
1. Download latest stable copy of this plugin from github and extract it.
2. Upload the "src" folder to the /wp-content/plugins/ directory and rename it to "PicsAscii".
3. Activate the plugin through the 'Plugins' menu in WordPress.
4. Manage plugin settings using the 'PicsAscii' menu option.
== Frequently Asked Questions ==
= Why resulting image not showing in proper dimension? =
To render ASCII image output, "<pre>" tag is used. There might be some CSS being applied to this tag either from your theme or plugin CSS. Please remove such CSS for ASCII images to render correctly.
== Changelog ==
= 1.0.2 =
*Release Date - 20 April 2022*
* Admin layout update.
* New - Translation strings used to support multi-language.
* Code optimisation.
= 1.0.1 =
*Release Date - 18 December 2019*
* New - Updated admin layout.
* Fix - Default font size fix for ASCII Render.
* Fix - Code optimisation.
= 1.0.0 =
*Release Date - 24 February 2017*
* Plugin published to wordpress.org