<?xml version="1.0" encoding="UTF-8" ?><feed xmlns="http://www.w3.org/2005/Atom">
   <title type="text">그래픽 라이브러리 - gxLib</title>
      <subtitle type="html">FALiNUX 포럼-gxLib</subtitle>
      <updated>2026-04-23T22:17:18+09:00</updated>
   <id>https://forum.falinux.com/zbxe/index.php?mid=gxLib&amp;act=atom</id>
   <link rel="alternate" type="text/html" hreflang="ko" href="https://forum.falinux.com/zbxe/index.php?mid=gxLib"/>
   <link rel="self" type="application/atom+xml" href="https://forum.falinux.com/zbxe/index.php?mid=gxLib&amp;act=atom"/>
   <generator uri="http://www.xpressengine.com/">XpressEngine</generator>
   <entry>
      <title>gxLib 기본 사용법</title>
      <id>https://forum.falinux.com/zbxe/index.php?document_srl=523630</id>
      <published>2009-11-24T08:05:44+09:00</published>
      <updated>2010-11-18T16:08:35+09:00</updated>
      <link rel="alternate" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=523630"/>
      <link rel="replies" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=523630#comment"/>
      <author>
         <name>장길석</name>
               </author>
            <summary type="text">gxLib의 기본 사용법에 대한 설명입니다. gxLib는 Device Context 개념을 적용했기 때문에 그래프출력  대상...</summary>
                  
   </entry>
   <entry>
      <title>gxLib란? ver 2 (설치 설명서 포함)</title>
      <id>https://forum.falinux.com/zbxe/index.php?document_srl=522824</id>
      <published>2009-10-29T22:12:25+09:00</published>
      <updated>2009-10-29T22:16:58+09:00</updated>
      <link rel="alternate" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=522824"/>
      <link rel="replies" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=522824#comment"/>
      <author>
         <name>장길석</name>
               </author>
            <summary type="text">

gxLib가 더욱 편해 졌습니다.
gxLib 0.7.x까지는 압축 라이브러리인 zlib부터, JPEG, PNG 라이브러리를...</summary>
                  
   </entry>
   <entry>
      <title>gx_get_compatible_dc() DC 복사</title>
      <id>https://forum.falinux.com/zbxe/index.php?document_srl=520750</id>
      <published>2009-08-17T11:07:32+09:00</published>
      <updated>2009-08-17T11:07:32+09:00</updated>
      <link rel="alternate" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=520750"/>
      <link rel="replies" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=520750#comment"/>
      <author>
         <name>장길석</name>
               </author>
            <summary type="text">설명
gx_compatible_dc()는 인수로 받은 DC에 대한 복사본을 만들어 줍니다. DC와 DC의 복사본을 이용하면 ...</summary>
                  
   </entry>
   <entry>
      <title>gx_bitblt_mask() 마스크 이미지를 이용한 복사</title>
      <id>https://forum.falinux.com/zbxe/index.php?document_srl=520647</id>
      <published>2009-08-13T18:09:56+09:00</published>
      <updated>2009-08-13T18:09:56+09:00</updated>
      <link rel="alternate" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=520647"/>
      <link rel="replies" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=520647#comment"/>
      <author>
         <name>장길석</name>
               </author>
            <summary type="text">설명
gx_bitblt() 함수는 DC에서 DC로 지정된 영역을 그대로 복사해 주지만, gx_bitlblt_mask() 함수는 마...</summary>
                  
   </entry>
   <entry>
      <title>gx_get_buffer_dc()</title>
      <id>https://forum.falinux.com/zbxe/index.php?document_srl=520541</id>
      <published>2009-08-12T16:04:35+09:00</published>
      <updated>2009-08-12T16:06:52+09:00</updated>
      <link rel="alternate" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=520541"/>
      <link rel="replies" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=520541#comment"/>
      <author>
         <name>장길석</name>
               </author>
            <summary type="text">설명
대부분의 경우 그래픽 출력 함수 하나만 사용해서 화면을 완성하는 경우는 거의 없습니다. 선을 긋고 ...</summary>
                  
   </entry>
   <entry>
      <title>도와주세요!! ^^;</title>
      <id>https://forum.falinux.com/zbxe/index.php?document_srl=517316</id>
      <published>2009-05-13T11:11:20+09:00</published>
      <updated>2010-08-30T09:55:58+09:00</updated>
      <link rel="alternate" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=517316"/>
      <link rel="replies" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=517316#comment"/>
      <author>
         <name>장길석</name>
               </author>
            <summary type="text">


아래의 내용은 계속 버전업 됩니다. 최종 변경 일자: 2009-05-12


  gxLib는 아래와 같은 기능을 ...</summary>
                  
   </entry>
   <entry>
      <title>gx_bitblt() 영역 복사</title>
      <id>https://forum.falinux.com/zbxe/index.php?document_srl=504390</id>
      <published>2008-12-15T07:42:07+09:00</published>
      <updated>2008-12-15T07:42:07+09:00</updated>
      <link rel="alternate" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=504390"/>
      <link rel="replies" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=504390#comment"/>
      <author>
         <name>장길석</name>
               </author>
            <summary type="text">설명
Device Context에서 다른 Device Context로 내용 전체 또는 일부를 복사합니다. 인수로 받은 영역이 ...</summary>
                  
   </entry>
   <entry>
      <title>gx_vline() 수직선 긋기</title>
      <id>https://forum.falinux.com/zbxe/index.php?document_srl=504388</id>
      <published>2008-12-15T07:41:32+09:00</published>
      <updated>2008-12-15T07:41:32+09:00</updated>
      <link rel="alternate" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=504388"/>
      <link rel="replies" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=504388#comment"/>
      <author>
         <name>장길석</name>
               </author>
            <summary type="text">설명
gx_hline()은 지정한 색상으로 수평선을 긋습니다. 수평으로 어디서 어디까지의 x 좌표 2개와 수직의 ...</summary>
                  
   </entry>
   <entry>
      <title>gx_hline() 수평선 긋기</title>
      <id>https://forum.falinux.com/zbxe/index.php?document_srl=504386</id>
      <published>2008-12-15T07:40:50+09:00</published>
      <updated>2008-12-15T07:40:50+09:00</updated>
      <link rel="alternate" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=504386"/>
      <link rel="replies" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=504386#comment"/>
      <author>
         <name>장길석</name>
               </author>
            <summary type="text">설명
gx_hline()은 지정한 색상으로 수평선을 긋습니다. 수평으로 어디서 어디까지의 x 좌표 2개와 수직의 ...</summary>
                  
   </entry>
   <entry>
      <title>gx_set_pixel() 픽셀의 칼라를 지정</title>
      <id>https://forum.falinux.com/zbxe/index.php?document_srl=504277</id>
      <published>2008-12-12T09:37:59+09:00</published>
      <updated>2008-12-12T09:37:59+09:00</updated>
      <link rel="alternate" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=504277"/>
      <link rel="replies" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=504277#comment"/>
      <author>
         <name>장길석</name>
               </author>
            <summary type="text">설명
화면이나 Bitmap 등의 Device Context에 대해 지정된 좌표의 픽셀의 칼라 값을 변경합니다.



헤...</summary>
                  
   </entry>
   <entry>
      <title>gx_get_pixel() 픽셀의 칼라 정보 구하기</title>
      <id>https://forum.falinux.com/zbxe/index.php?document_srl=504275</id>
      <published>2008-12-12T09:37:10+09:00</published>
      <updated>2008-12-12T09:37:10+09:00</updated>
      <link rel="alternate" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=504275"/>
      <link rel="replies" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=504275#comment"/>
      <author>
         <name>장길석</name>
               </author>
            <summary type="text">설명
화면이나 Bitmap 등의 Device Context에서 지정된 좌표의 픽셀 칼라 값 정보를 구합니다.



헤더...</summary>
                  
   </entry>
   <entry>
      <title>gx_brush_color() 브러쉬 색상 지정</title>
      <id>https://forum.falinux.com/zbxe/index.php?document_srl=504273</id>
      <published>2008-12-12T09:36:16+09:00</published>
      <updated>2008-12-12T09:36:16+09:00</updated>
      <link rel="alternate" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=504273"/>
      <link rel="replies" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=504273#comment"/>
      <author>
         <name>장길석</name>
               </author>
            <summary type="text">설명
브러쉬의 색상을 변경합니다. 부러쉬는 사각형이나 원, 타원의 내부를 채울 때 사용됩니다.



헤...</summary>
                  
   </entry>
   <entry>
      <title>gx_pen_color() 선의 색상을 지정</title>
      <id>https://forum.falinux.com/zbxe/index.php?document_srl=504271</id>
      <published>2008-12-12T09:33:42+09:00</published>
      <updated>2008-12-12T09:33:42+09:00</updated>
      <link rel="alternate" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=504271"/>
      <link rel="replies" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=504271#comment"/>
      <author>
         <name>장길석</name>
               </author>
            <summary type="text">설명
선의 색상을 변경합니다. 선의 색은 선을 긋거나 사각형이나 원, 타원의 테두리 색상이 됩니다.


...</summary>
                  
   </entry>
   <entry>
      <title>gx_clear() 한가지 색상으로 전체 칠하기</title>
      <id>https://forum.falinux.com/zbxe/index.php?document_srl=503910</id>
      <published>2008-12-06T11:38:46+09:00</published>
      <updated>2009-09-30T11:53:03+09:00</updated>
      <link rel="alternate" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=503910"/>
      <link rel="replies" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=503910#comment"/>
      <author>
         <name>장길석</name>
               </author>
            <summary type="text">설명
Device Context를 깨끗하게 청소할 때 사용합니다. 인수로 지정한 칼라로 Device Context 내용을 모두...</summary>
                  
   </entry>
   <entry>
      <title>gx_set_font() 폰트 지정</title>
      <id>https://forum.falinux.com/zbxe/index.php?document_srl=503906</id>
      <published>2008-12-06T11:33:16+09:00</published>
      <updated>2009-09-25T10:32:46+09:00</updated>
      <link rel="alternate" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=503906"/>
      <link rel="replies" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=503906#comment"/>
      <author>
         <name>장길석</name>
               </author>
            <summary type="text">설명
gx_text_out()함수를 이용하여 문자열을 출력할 때 gx_set_font()을 이용하여 출력한 폰트를 지정합니...</summary>
                  
   </entry>
   <entry>
      <title>gx_text_out() 문자열 출력</title>
      <id>https://forum.falinux.com/zbxe/index.php?document_srl=503903</id>
      <published>2008-12-06T11:31:45+09:00</published>
      <updated>2011-10-30T23:27:56+09:00</updated>
      <link rel="alternate" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=503903"/>
      <link rel="replies" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=503903#comment"/>
      <author>
         <name>장길석</name>
               </author>
            <summary type="text">설명
gx_text_out()을 이용하면 문자열을 출력할 수 있습니다.



헤더
gxbdf.h

형태
void gx_tex...</summary>
                  
   </entry>
   <entry>
      <title>gx_ellipse() 타원 그리기</title>
      <id>https://forum.falinux.com/zbxe/index.php?document_srl=503817</id>
      <published>2008-12-04T20:36:22+09:00</published>
      <updated>2008-12-12T19:55:02+09:00</updated>
      <link rel="alternate" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=503817"/>
      <link rel="replies" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=503817#comment"/>
      <author>
         <name>장길석</name>
               </author>
            <summary type="text">설명
gx_circle()는 원을 그립니다. Device Context의 pen_color를 이용하여 테두리를 그리며, brush_color...</summary>
                  
   </entry>
   <entry>
      <title>gx_circle() 원 그리기</title>
      <id>https://forum.falinux.com/zbxe/index.php?document_srl=503815</id>
      <published>2008-12-04T20:35:38+09:00</published>
      <updated>2008-12-04T20:37:13+09:00</updated>
      <link rel="alternate" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=503815"/>
      <link rel="replies" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=503815#comment"/>
      <author>
         <name>장길석</name>
               </author>
            <summary type="text">설명
gx_circle()는 원을 그립니다. Device Context의 pen_color를 이용하여 테두리를 그리며, brush_color...</summary>
                  
   </entry>
   <entry>
      <title>gx_rectangle() 사각형 그리기</title>
      <id>https://forum.falinux.com/zbxe/index.php?document_srl=503813</id>
      <published>2008-12-04T20:35:09+09:00</published>
      <updated>2008-12-04T20:37:31+09:00</updated>
      <link rel="alternate" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=503813"/>
      <link rel="replies" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=503813#comment"/>
      <author>
         <name>장길석</name>
               </author>
            <summary type="text">설명
gx_rectangle()는 사각형을 그립니다. Device Context의 pen_color를 이용하여 테두리를 그리며, brus...</summary>
                  
   </entry>
   <entry>
      <title>gx_line_to() 마지막 좌표와 선 긋기</title>
      <id>https://forum.falinux.com/zbxe/index.php?document_srl=503668</id>
      <published>2008-12-02T01:03:54+09:00</published>
      <updated>2008-12-02T01:03:54+09:00</updated>
      <link rel="alternate" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=503668"/>
      <link rel="replies" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=503668#comment"/>
      <author>
         <name>장길석</name>
               </author>
            <summary type="text">설명
이전 선 긋기의 마지막 좌표와 연결하여 직선을 그립니다. 



헤더
gx.h

형태
void gx_line...</summary>
                  
   </entry>
   <entry>
      <title>gx_move_to() 선 긋기 마지막 위치 변경</title>
      <id>https://forum.falinux.com/zbxe/index.php?document_srl=503666</id>
      <published>2008-12-02T01:02:46+09:00</published>
      <updated>2008-12-02T01:02:46+09:00</updated>
      <link rel="alternate" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=503666"/>
      <link rel="replies" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=503666#comment"/>
      <author>
         <name>장길석</name>
               </author>
            <summary type="text">설명
Device Context는 마지막으로 선을 그은 최종 좌표를 기억하고 있습니다. 이후에 언제든지 gx_line_to...</summary>
                  
   </entry>
   <entry>
      <title>gx_line() 선 긋기</title>
      <id>https://forum.falinux.com/zbxe/index.php?document_srl=503664</id>
      <published>2008-12-02T01:01:52+09:00</published>
      <updated>2008-12-02T01:01:52+09:00</updated>
      <link rel="alternate" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=503664"/>
      <link rel="replies" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=503664#comment"/>
      <author>
         <name>장길석</name>
               </author>
            <summary type="text">설명
DC가 가지고 있는 pen_color 색상으로 선을 긋습니다.



헤더
gx.h

형태
void gx_line( dc_...</summary>
                  
   </entry>
   <entry>
      <title>gx_color() 칼라값 구하기</title>
      <id>https://forum.falinux.com/zbxe/index.php?document_srl=503220</id>
      <published>2008-11-26T06:52:14+09:00</published>
      <updated>2008-11-27T16:03:09+09:00</updated>
      <link rel="alternate" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=503220"/>
      <link rel="replies" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=503220#comment"/>
      <author>
         <name>장길석</name>
               </author>
            <summary type="text">설명
gxLib는 칼라 값을 int 나 long과 같은 한 개의 정수 변수를 이용하지 않고 아래와 같이 Red, Green, ...</summary>
                  
   </entry>
   <entry>
      <title>gx_get_screen_dc() 스크린 DC를 구하기</title>
      <id>https://forum.falinux.com/zbxe/index.php?document_srl=503217</id>
      <published>2008-11-26T06:38:32+09:00</published>
      <updated>2008-11-27T16:02:37+09:00</updated>
      <link rel="alternate" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=503217"/>
      <link rel="replies" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=503217#comment"/>
      <author>
         <name>장길석</name>
               </author>
            <summary type="text">설명
gxLib는 Device Context 개념을 수용하여 화면 출력 장치이든, 메모리로 만들어지 그래픽 출력 영역이...</summary>
                  
   </entry>
   <entry>
      <title>gx_fb 프레임 버퍼에 대한 모든 정보를 갖는 광역 변수</title>
      <id>https://forum.falinux.com/zbxe/index.php?document_srl=503212</id>
      <published>2008-11-26T06:13:37+09:00</published>
      <updated>2008-11-26T06:13:37+09:00</updated>
      <link rel="alternate" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=503212"/>
      <link rel="replies" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=503212#comment"/>
      <author>
         <name>장길석</name>
               </author>
            <summary type="text">설명
gxLib를 사용하기 위해 gx_init()를 호출하면, 광역 변수 gx_fb에 (1) 프레임 버퍼에 대한 모든 정보...</summary>
                  
   </entry>
   <entry>
      <title>gx_close() 그래픽 라이브러리 사용 종료</title>
      <id>https://forum.falinux.com/zbxe/index.php?document_srl=503210</id>
      <published>2008-11-26T05:59:35+09:00</published>
      <updated>2008-11-26T05:59:35+09:00</updated>
      <link rel="alternate" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=503210"/>
      <link rel="replies" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=503210#comment"/>
      <author>
         <name>장길석</name>
               </author>
            <summary type="text">설명
gxLib 사용을 종료합니다. gx_init()를 호출할 때 인수로 전달했던 프레임 버퍼 장치 사용을 종료합니...</summary>
                  
   </entry>
   <entry>
      <title>gx_init() 그래픽 라이브러리 초기화</title>
      <id>https://forum.falinux.com/zbxe/index.php?document_srl=503208</id>
      <published>2008-11-26T05:56:59+09:00</published>
      <updated>2008-11-26T05:56:59+09:00</updated>
      <link rel="alternate" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=503208"/>
      <link rel="replies" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=503208#comment"/>
      <author>
         <name>장길석</name>
               </author>
            <summary type="text">설명
gxLib를 사용하기 위해서는 제일 먼저 gxLib를 사용하기 위한 준비를 해야 합니다. gx_init()는 인수...</summary>
                  
   </entry>
   <entry>
      <title>gxLib 란..(설치 방법 포함)</title>
      <id>https://forum.falinux.com/zbxe/index.php?document_srl=503098</id>
      <published>2008-11-24T17:47:16+09:00</published>
      <updated>2011-05-13T17:08:49+09:00</updated>
      <link rel="alternate" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=503098"/>
      <link rel="replies" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=503098#comment"/>
      <author>
         <name>장길석</name>
               </author>
            <summary type="text">gxLib란...
gxLib는 Frame Buffer를 이용한 그래픽 출력 라이브러리로 FALINUX 포럼에서, 회원들과 같이 제...</summary>
                  <category term="gxLib"/>
            <category term="그래픽"/>
            <category term="라이브러리"/>
            
   </entry>
</feed> 
