I think i have a vector image format, how do use it to draw an image in php? -


I've got an image format that is being used by some Aepplets but I do not know what it is. I think this is some type of vector graphics format used by the GD library.

Can anyone decode it?

I want to use raw data in PGN, PHP

The data is being generated from the squiggles created by the mouse.

Is there some Neto GD library function that I can feed the data to recreate the image? (Looking for the PHP Laibre function to work.) Below is an example of the output from the form

  array ( 'signature' = & gt; 20 9 142 20 9 142 20 9 142 20 9 142 20 9 141 20 9 143 208 143 208 141 208 141 208 143 206 143 206 141 206 141 206 143 204 143 204 141 204 141 204 143 202 143 202 141 202 141 202 143 200 143 200 141 200 141 200 143 197 143 197 141 197 141 197 143 195 143 195 141 195 141 195 143 194 143 194 141 194 141 194 143 193 143 193 141 192 142 194 142 194 143 192 143 193 142 193 144 192 144 192 142 191 143 193 143 193 144 1 9 144 144 144 144 144 144 193 145 191 145 1 9 1 145 193 145 193 146 1 9 146 141 146 141 191 147 197 147 197 141 191 147 193 147 193 148 191 148 1 9 148 148 193 148 193 149 191 14 9 1 150 193 148 196 151 194 153 195 153 195 151 196 151 196 153 196 153 196 151 197 151 197 153 197 153 197 151 198 151 198 153 198 153 198 151 199 151 199 153 199 153 199 151 200 151 200 153 200 153 .... '); // snip // (number issued, after some color settings, and a canvas size)  

They look like XY coordinates, just make a move on the first pair, then line up on the latter pairs.


Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -