[Tex/LaTex] How do we Draw a Bird in LaTeX

funtechnical-drawingtikz-pgf

Yes, it's that time of the month again. It's time for somebody to ask how we can draw X in LaTeX. This time I'm asking the question and X is a bird.

The reason why I'm interested in this question is that drawing "non-geometrical" shapes is difficult. Addign symmetry makes it even more difficult and I'd like to see the different solutions that are used.

I welcome any answers but I'm especially keen on birds with symmetry. All solutions have to be original.

The following is a possible example of what I'm looking for.

First the design, which is inspired by Escher, but based on an original idea:

bird design
Next the LaTeX output:

LaTeX output

Following the suggestion of @Hooked, I provide a possible solution below.

Best Answer

No symmetry no Escher's style but ... that look like birds. First you need to save the next code in a file names bird1.pgf. It's not exactly the code given by Inkscape. I export the code with LaTeX and PSTricks then I transform the code to get something lighter.

%%Creator: inkscape 0.48.2
%%Please note this file requires PSTricks extensions

\m 294.2539  630.192
\c 402.19387 856.17313262 487.970 847.918 488.203 848.384
\c 418.76941 793.96220262 351.3144 706.885 294.253 630.191
\o

\m 492.937 872.945
\c 561.627 1035.579 624.256 909.310 624.256 909.310
\c 624.256 909.310 553.546 979.011 492.9373 872.945
\o

\m 594.269 881.372
\c 594.269 875.794 589.746  871.271  584.167  871.2714
\c 578.588 871.271 574.066 875.794 574.066  881.3729
\c 574.066 886.951 578.588 891.474 584.167 891.4744
\c 589.746 891.474 594.269 886.951 594.269 881.3729
\o

\m 612.533  855.021
\c 615.077  835.925  686.994  862.510 675.314 862.510
\c 684.625  869.475  622.031  865.087 612.533 855.021
\o

\m 527.722 809.837
\c 535.020 790.648 629.957 829.080 622.287 821.021
\c 566.611 762.5112 513.586 794.030 527.722 809.837
\o

\m 459.507 512.230
\c 583.604 590.988 648.910 788.7036 647.107 803.656
\c 647.107 803.656 651.605 695.9141 619.59 643.544
\c 568.314 559.659 472.752 504.8105 459.507 512.230
\o

\m 277.499 613.928
\l 241.428 601.428
\c 241.428 601.428 181.071 587.857 116.78571 534.642
\c  52.500 481.428 53.5714 481.428 53.571432 481.428
\c 53.5714 481.428 113.207 513.232 157.14286 540.357
\c 196.708 564.784 182.094 558.488 277.49999 613.928
\o

\m 361.508 504.392                   
\c 361.508 504.392 352.922  525.605 280.69625  530.151
\c 208.470 534.697  52.928  455.760  53.411917 455.905
\c 129.959 478.800 152.115  489.060 251.40183  503.887
\c 346.187 518.043 361.508  504.392 361.50845  504.392
\o

\m 487.803 503.150                                    
\c 487.803 503.150 463.304 478.906 479.994 446.076
\c 496.684 413.247 496.684 414.762 496.684 414.762
\c 487.619 437.921 482.945 448.602 487.803 503.150
\o                                          

\m 441.374 498.150                                  
\c 441.374 498.150 416.876 473.906 433.566 441.076
\c 450.255 408.247 450.255 409.762 450.255 409.762
\c 441.191 432.921 436.516 443.602 441.374 498.150
\o

\m 521.785 414.642
\c 573.214 417.857 572.5 380.000 572.5 380.000
\c 572.5 380.000 560 401.785 521.785 414.642
\o

\m 494.64285 393.214
\c 546.07142 396.428 545.357 358.571 545.357 358.571
\c 545.35714 358.571 532.857 380.357 494.642 393.214
\o                                               

\m 468.928 374.285                                
\c 520.357 377.499 519.642 339.642 519.642 339.642
\c 519.642 339.642 507.142 361.428 468.928 374.285
\o                                 

\m 458.427 389.0716                  
\c 395.702 393.445 396.573 341.929 396.573 341.929
\c 396.573 341.929 411.819 371.575 458.427 389.071
\o

\m 308.571 610.000
\c 385.714 548.571 530     741.42  530 741.428
\c 530     741.428 495.714 645.714 414.28 601.428
\c 339.269 560.630 310     602.857 308.57 610.000
\o\s
\endinput 

It's the first time, I created a vector object with Inkscape. I take an example (.png) and with a bezier tool (pen) I draw the bird. If someone know how to transform a file.png in a file.eps I will be happy. I think it's possible with Inkscape to vectorize a bipmap but I don't know how to do.

For the first birds,I use TikZ so if you don't want to download tikzrput and pgfornament you can comment the last pictures. Then I try with \rput pgf version and the last I try with pgfornament.

\documentclass[11pt]{scrartcl} 
\PassOptionsToPackage{dvipsnames,svgnames}{xcolor}    
\usepackage{tikz,tikzrput} % altermundus.com/pages/tkz/tikzrput/
\usepackage{pgfornament}   % altermundus.com/pages/tkz/ornament/ 
\makeatletter  
\newcommand{\callornament}[1]{%
\begingroup
\def\i{\pgfusepath{clip}}%
\let\o\pgfpathclose
\let\s\pgfusepathqfillstroke
\def\p ##1##2{\pgfqpoint{##1bp}{##2bp}}%
\def\m ##1 ##2 {\pgfpathmoveto{\p{##1}{##2}}}%
\def\l ##1 ##2 {\pgfpathlineto{\p{##1}{##2}}}%
\def\r ##1 ##2 ##3 ##4 {\pgfpathrectangle{\p{##1}{##2}}{\p{##3}{##4}}}%
\def\c ##1 ##2 ##3 ##4 ##5 ##6 {%
\pgfpathcurveto{\p{##1}{##2}}{\p{##3}{##4}}{\p{##5}{##6}}}%   
\@@input #1\relax
\endgroup}  

\makeatother
\begin{document}

\begin{tikzpicture}[scale=.2,fill=MidnightBlue,draw=black]
\callornament{bird1.pgf}
\begin{scope}[fill=yellow,draw=black,cm={-1,0,0,1,(50,10)}]
\callornament{bird1.pgf}  
\end{scope}
\end{tikzpicture} 

\rput{-30}(7,-2){\tikz[scale=.2,fill=SpringGreen] \callornament{bird1.pgf} ; }

\gdef\OrnamentsFamily{bird}
\tikzset{pgfornamentstyle/.style={fill=Goldenrod}}%    
\rput(0,-2){\pgfornament[scale=.3]{1}}     
\end{document}  

enter image description here

Related Question