JP2008186299A - Image forming apparatus, image forming method, and computer program - Google Patents
Image forming apparatus, image forming method, and computer program Download PDFInfo
- Publication number
- JP2008186299A JP2008186299A JP2007020085A JP2007020085A JP2008186299A JP 2008186299 A JP2008186299 A JP 2008186299A JP 2007020085 A JP2007020085 A JP 2007020085A JP 2007020085 A JP2007020085 A JP 2007020085A JP 2008186299 A JP2008186299 A JP 2008186299A
- Authority
- JP
- Japan
- Prior art keywords
- image forming
- forming apparatus
- image
- interpreter
- unit
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Images
Classifications
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y02—TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
- Y02D—CLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
- Y02D10/00—Energy efficient computing, e.g. low power processors, power management or thermal management
Landscapes
- Accessory Devices And Overall Control Thereof (AREA)
- Power Sources (AREA)
- Digital Computer Display Output (AREA)
- Facsimiles In General (AREA)
Abstract
Description
本発明は、ディスプレイ等の表示装置に、描画オブジェクトを表示するための画像形成装置、画像形成方法、及びコンピュータプログラムに関する。 The present invention relates to an image forming apparatus, an image forming method, and a computer program for displaying a drawing object on a display device such as a display.
画像形成に際し、描画コマンド、ページ記述言語(PDL)、グラフィックス言語、あるいはそれらを記述する中間言語を入力とし描画を行う画像形成装置が、一般に広く用いられている。 In forming an image, an image forming apparatus that performs drawing by inputting a drawing command, a page description language (PDL), a graphics language, or an intermediate language for describing them is widely used.
例えば、PostScriptやPDF等のPDLやSVG等で記述された描画データが、前記画像形成装置に入力されると、その描画データが解釈されて各ページもしくは各フレームの画像データが形成される。 For example, when drawing data described in PDL or SVG such as PostScript or PDF is input to the image forming apparatus, the drawing data is interpreted and image data of each page or each frame is formed.
以下、描画形成前のデータを描画データ、描画形成後のデータを画像データとする。入力される描画データは、複数種類のオブジェクト(描画オブジェクト)の集合として構成され、そのオブジェクトとしては図形、テキスト、その他の画像がある。 Hereinafter, data before drawing formation is referred to as drawing data, and data after drawing formation is referred to as image data. The input drawing data is configured as a set of a plurality of types of objects (drawing objects), and examples of the objects include figures, texts, and other images.
形成される画像データは、1ページのラスタ画像、または圧縮形式の画像等である。前記画像形成装置が出力する画像は、必要に応じて一旦記憶装置に蓄積されたり、ページ合成や回転等の画像処理を行ったりした後、ディスプレイ等の表示装置に出力される。 The formed image data is a one-page raster image, a compressed image, or the like. The image output from the image forming apparatus is temporarily stored in a storage device as necessary, or subjected to image processing such as page composition or rotation, and then output to a display device such as a display.
図2に従来の画像形成装置の構成図を示す。200はグラフィックス言語で記述された描画データである。インタプリタ部210は、描画データ200を解釈し、レンダリング部(レンダラ部)230の入力となる中間言語データ220を生成する。
FIG. 2 shows a configuration diagram of a conventional image forming apparatus.
レンダリング部230は中間言語データ220を解釈し、不図示の画像データを形成する。画像データは画像表示装置240に転送され、表示される。
The rendering
しかし、図2に示したような従来の画像形成装置では、例えば画像形成装置に電力を供給する電池の残容量に関わらず、画像形成、及び画像表示装置240への表示を行うため、画像形成装置の使用時間を延ばすような工夫をすることができなかった。
However, in the conventional image forming apparatus as shown in FIG. 2, for example, image formation and display on the
また、近年環境保全の観点から電気機器への消費電力規制が厳しくなっているが、従来の画像形成装置の消費電力を任意の定められた消費電力に抑えようと思っても、画像形成装置の消費電力は入力されるグラフィックス言語データに依存してしまう。このため、消費電力を制御することができなかった。 In recent years, power consumption regulations for electrical equipment have become stricter from the viewpoint of environmental protection. However, even if the power consumption of a conventional image forming apparatus is restricted to any predetermined power consumption, The power consumption depends on the input graphics language data. For this reason, power consumption could not be controlled.
本発明は係る実情に鑑みて、画像形成装置の消費電力を一定以下に保つようにして、消費電力を抑えることを目的とする。 SUMMARY OF THE INVENTION An object of the present invention is to suppress power consumption by keeping the power consumption of an image forming apparatus below a certain level.
本発明の画像形成装置は、表示装置に表示する画像を形成する画像形成装置であって、グラフィックス言語で書かれた描画命令から中間言語を生成するインタプリタ部と、前記インタプリタ部が生成した中間言語を入力とし画像を描画するレンダラ部と、当該画像形成装置の環境を観測する環境観測部とを備え、前記インタプリタ部が前記環境観測部の観測結果に基づき生成する中間言語を変更することを特徴とする。
本発明の画像形成装置は、表示装置に表示する画像を形成する画像形成装置であって、グラフィックス言語で書かれた描画命令から中間言語を生成するインタプリタ部と、前記インタプリタ部が生成した中間言語を入力とし画像を描画するレンダラ部と、当該画像形成装置の状態を観測する状態観測部とを備え、前記インタプリタ部が前記状態観測部の観測結果に基づき生成する中間言語を変更することを特徴とする。
本発明の画像形成方法は、表示装置に表示する画像を形成する画像形成装置の画像形成方法であって、当該画像形成装置の環境を観測する観測工程と、前記観測工程の環境観測結果に基き、グラフィックス言語で書かれた描画命令から中間言語を生成するインタプリタ工程と、前記インタプリタ工程にて生成された中間言語を入力とし画像を描画する描画工程とを有することを特徴とする。
本発明のコンピュータプログラムは、表示装置に表示する画像を形成する画像形成装置の画像形成処理を実行するためのコンピュータプログラムであって、当該画像形成装置の環境を観測する観測ステップと、前記観測ステップの環境観測結果に基き、グラフィックス言語で書かれた描画命令から中間言語を生成するインタプリタステップと、前記インタプリタステップにて生成された中間言語を入力とし画像を描画する描画ステップとをコンピュータに実行させることを特徴とする。
An image forming apparatus according to the present invention is an image forming apparatus that forms an image to be displayed on a display device, and includes an interpreter unit that generates an intermediate language from a drawing command written in a graphics language, and an intermediate unit generated by the interpreter unit A renderer unit for drawing an image by inputting a language; and an environment observation unit for observing the environment of the image forming apparatus, wherein the interpreter unit changes an intermediate language generated based on the observation result of the environment observation unit. Features.
An image forming apparatus according to the present invention is an image forming apparatus that forms an image to be displayed on a display device, and includes an interpreter unit that generates an intermediate language from a drawing command written in a graphics language, and an intermediate unit generated by the interpreter unit A renderer unit that draws an image by inputting a language and a state observation unit that observes the state of the image forming apparatus, and the interpreter unit changes an intermediate language generated based on the observation result of the state observation unit. Features.
The image forming method of the present invention is an image forming method of an image forming apparatus for forming an image to be displayed on a display device, and includes an observation process for observing the environment of the image forming apparatus, and an environmental observation result of the observation process. And an interpreter step of generating an intermediate language from a drawing command written in a graphics language, and a drawing step of drawing an image using the intermediate language generated in the interpreter step as an input.
A computer program of the present invention is a computer program for executing an image forming process of an image forming apparatus that forms an image to be displayed on a display device, the observation step for observing the environment of the image forming apparatus, and the observation step Based on the environmental observation results, the computer executes an interpreter step that generates an intermediate language from drawing commands written in a graphics language and a drawing step that draws an image using the intermediate language generated in the interpreter step as an input It is characterized by making it.
本発明によれば、環境観測部により、例えば画像形成装置に電源を供給する電池の残容量を観測し、残容量に応じてインタプリタ部が生成する中間言語データを電源消費がより少ないようなデータとするように制御することができる。
また、状態観測部により、例えば画像形成装置の消費電力を計測し、消費電力に応じてインタプリタ部が生成する中間言語データを予め設定された任意の消費電力を超えないように、より消費電力を少なくするようなデータとするように制御することができる。
これにより、画像形成装置の消費電力を抑えることが可能となる。
According to the present invention, the environment observation unit observes, for example, the remaining capacity of the battery that supplies power to the image forming apparatus, and the intermediate language data generated by the interpreter unit according to the remaining capacity is data that consumes less power. Can be controlled.
Further, the power consumption of the image forming apparatus is measured by the state observing unit, for example, and the intermediate language data generated by the interpreter unit according to the power consumption is further reduced so that the power consumption does not exceed any preset power consumption. Control can be made so as to reduce the data.
As a result, the power consumption of the image forming apparatus can be suppressed.
(第1の実施の形態)
本発明の実施の形態に係る画像形成装置の構成図を図1に示す。図1においてグラフィックス言語描画データ100は、本発明による画像形成装置160の入力となる描画データである。
(First embodiment)
FIG. 1 shows a configuration diagram of an image forming apparatus according to an embodiment of the present invention. In FIG. 1, graphics
画像形成装置160は、グラフィックス言語描画データ100(描画命令)を受信し、フレキシブルインタプリタ部110に入力する。なお、本実施の形態において、グラフィックス言語描画データ100は、SVG(Scalable Vector Graphics)で記述された描画データとするが、これに限定されるものではない。
The
フレキシブルインタプリタ部110では、グラフィックス言語描画データ100を翻訳し、レンダラ部130用の中間言語データ120を生成する。
The
レンダラ部130は、中間言語データ120を受け取り中間言語データ120に従い画像の描画を行う。描画されたデータは、表示装置140に出力される。
The
ここでレンダラ部130の後段には表示装置140が直接接続されているが、この間に中間バッファが存在しても構わない。
Here, the
また、中間言語データ120は、フレキシブルインタプリタ部110からレンダラ部130へ直接渡されているが、間に中間バッファが存在しても構わない。
Further, although the
画像形成装置160は、さらに環境観測部150を具備する。環境観測部150に関して図3のフローチャートを用いて説明する。
The
ステップS210において、環境観測部150は、例えば画像形成装置160に電源を供給する不図示の電池の残容量を計測(監視)する。電池の残容量を示すレベルは、例えばあらかじめいくつかのレベルに分かれている。
In step S210, the
次にステップS220において、計測の結果、レベルが変化すると、ステップS230に進み、環境観測部150は、フレキシブルインタプリタ部110に対し、そのレベルを通知する。
Next, in step S220, if the level is changed as a result of the measurement, the process proceeds to step S230, and the
フレキシブルインタプリタ部110には、予めレベルに応じて、入力されたグラフィックス言語描画データ100を翻訳するルールが実装されている。
The
例えばレベルを表す数値は高い方が電池の残容量が高いとし、レベルが「2」から「1」になった場合には、グラフィックス言語描画データ100に書かれたグラデーション命令を無視するという翻訳ルールが実装されている。
For example, if the numerical value representing the level is higher, the remaining battery capacity is higher, and if the level is changed from “2” to “1”, the gradation command written in the graphics
グラフィックス言語描画データ100の一例を図4に示す。図4において、3行目のアンダーライン部41、及び11行目のアンダーライン部42がグラデーションに関連する命令である。
An example of the graphics
レベル2の時には、フレキシブルインタプリタ部110は前記グラデーション命令を翻訳し、これに相当するレンダラ用の中間言語データ120を生成する。
At level 2, the
しかし、レベル1の時には同じグラフィックス言語描画データ100が入力されてもグラデーション命令に相当する部分は無視して翻訳を行う。
However, at
例えば以上のようにして、ステップS240において、フレキシブルインタプリタ部110は、環境観測部150より得られた情報(観測結果)に基いて処理内容を変更する。
For example, as described above, in step S240, the
この結果、レンダラ部130は、電池残容量レベル2の時にはグラデーション処理を行って画像描画を行い、電池残容量レベル1の時にはグラデーション処理を行わずに画像描画を行う。
As a result, the
すなわち電池残容量レベル1の時には、レンダラ部130を休ませることができる。ここで、フレキシブルインタプリタ部110はソフトウエアで実現されても、ハードウエアで実現されても構わない。
That is, when the battery remaining capacity level is 1, the
例えばソフトウエアで実現されていた場合には、環境観測部150は、ソフトウエアが動作するCPUが参照可能なレジスタに電池残容量レベルを書き込み、CPUに割り込み通知をすればよい。
For example, when implemented by software, the
CPUは、レジスタを参照しソフトウエアに電池残容量レベルを通知することができる。ここでCPUへの情報伝達トリガは割り込み信号としたが、電池残容量レベルを書き込んだ前記レジスタをポーリングしても構わない。 The CPU can notify the software of the remaining battery level by referring to the register. Here, the information transmission trigger to the CPU is an interrupt signal, but the register in which the remaining battery level is written may be polled.
また、例えばフレキシブルインタプリタ部110がハードで実現されていた場合には、環境観測部150は信号線で電池残容量レベルを伝達することができる。
For example, when the
図5に電池残容量レベル2の場合に画像形成装置160によって描画された画像、図6に電池残容量レベル1の場合に画像形成装置160によって描画された画像を示す。図5および図6を比較することにより、図6の方がより簡素な絵となっていることが分かる。
FIG. 5 shows an image drawn by the
例えばここで示された描画後の画像は、メニューボタンであるが、どちらもその役目を果たしている。 For example, the image after drawing shown here is a menu button, both of which play a role.
本実施形態では、フレキシブルインタプリタ部110に実装された翻訳ルールが、環境観測部150より与えられる情報によりグラフィックス言語描画データに書かれたグラデーション命令を翻訳するかしないかを決めているが、他の命令でも構わない。
In this embodiment, the translation rule implemented in the
また、翻訳するかしないかを決めるのではなく、グラフィックス言語で書かれた命令を翻訳する際に、描画後の画質は劣化するが、レンダラ部130の消費電力がより抑えられる中間言語データに変更しても同じ効果が得られる。
Also, instead of deciding whether or not to translate, when translating a command written in a graphics language, the image quality after rendering deteriorates, but the intermediate language data can further reduce the power consumption of the
(第2の実施の形態)
第2の実施の形態では、第1の実施の形態において本発明による画像形成装置が有していた画像形成装置の環境観測部を、画像形成装置の状態を観測する状態観測部に置き換えた場合について説明する。図7に第2の実施の形態の構成図を示す。
(Second Embodiment)
In the second embodiment, the environment observation unit of the image forming apparatus included in the image forming apparatus according to the present invention in the first embodiment is replaced with a state observation unit that observes the state of the image forming apparatus. Will be described. FIG. 7 shows a configuration diagram of the second embodiment.
図7においてグラフィックス言語描画データ700は、本発明による画像形成装置760の入力となる描画データである。
In FIG. 7, graphics
画像形成装置760は、グラフィックス言語描画データ700を受信し、フレキシブルインタプリタ部710に入力する。
The
フレキシブルインタプリタ部710では、グラフィックス言語描画データ700を翻訳し、レンダラ部730用の中間言語データ720を生成する。
The
レンダラ部730は、中間言語データ720を受け取り、中間言語データ720に従い画像の描画を行う。描画されたデータは表示装置740に出力される。
The
画像形成装置760は、さらに状態観測部750を具備する。状態観測部750に関して図8のフロー図を用いて説明する。
The
ステップS810において、状態観測部750は、例えば画像形成装置760の温度を観測する。状態観測部750には予め温度の閾値が設定されている。
In step S810, the
ステップS820において、観測の結果、温度が閾値をクロスすると、ステップS830に進み、状態観測部750は、フレキシブルインタプリタ部710に対し、閾値をクロスしたことを通知する。
In step S820, if the temperature crosses the threshold value as a result of the observation, the process proceeds to step S830, and the
フレキシブルインタプリタ部110には予め温度により、入力されたグラフィックス言語描画データ100の翻訳方法を変更するルールが実装されている。
The
例えば観測した温度が閾値を上回った場合、グラフィックス言語描画データ100に書かれたグラデーション命令を無視するという翻訳ルールが実装されている。
For example, a translation rule that ignores gradation commands written in the graphics
グラフィックス言語描画データ700の一例を図4に示す。図4において、3行目のアンダーライン部41、及び11行目のアンダーライン部42がグラデーションに関連する命令である。
An example of the graphics
観測した温度が前記閾値よりも低い場合は、フレキシブルインタプリタ部710は前記グラデーション命令を翻訳し、これに相当するレンダラ用の中間言語データ720を生成する。
If the observed temperature is lower than the threshold value, the
一方、観測した温度が前記閾値よりも高い場合には、同じグラフィックス言語描画データ700が入力されてもグラデーション命令に相当する部分は無視して翻訳を行う。
On the other hand, if the observed temperature is higher than the threshold value, even if the same graphics
例えば以上のようにして、ステップS240において、フレキシブルインタプリタ部710は、状態観測部750より得られた情報により処理内容を変更する。
For example, as described above, in step S240, the
この結果、レンダラ部730は画像形成装置760の温度が予め定められた閾値よりも低いときにはグラデーション処理を行って画像描画を行い、高い時にはグラデーション処理を行わずに画像描画を行う。
As a result, the
すなわち画像形成装置760の温度が高いときには、レンダラ部130を休ませることができる。
That is, when the temperature of the
図5に画像形成装置760の温度が前記閾値よりも高い場合に画像形成装置760によって描画された画像、図6に画像形成装置760の温度が前記閾値よりも低い場合に画像形成装置760によって描画された画像を示す。
FIG. 5 shows an image drawn by the
図5および図6を比較することにより、図6の方がより簡素な絵となっていることが分かる。例えばここで示された描画後の画像は、メニューボタンであるが、どちらもその役目を果たしている。 By comparing FIG. 5 and FIG. 6, it can be seen that FIG. 6 is a simpler picture. For example, the image after drawing shown here is a menu button, both of which play a role.
本実施形態では、フレキシブルインタプリタ部710に実装された翻訳ルールが、状態観測部750より与えられる情報によりグラフィックス言語描画データに書かれたグラデーション命令を翻訳するかしないかを決めているが、他の命令でも構わない。
In this embodiment, the translation rule implemented in the
また、翻訳するかしないかを決めるのではなく、グラフィックス言語で書かれた命令を翻訳する際に、描画後の画質は劣化するが、レンダラ部730をより動作させない、すなわち温度を上昇させない中間言語データに変更しても同じ効果が得られる。
In addition, when translating an instruction written in a graphics language, rather than deciding whether or not to translate, the image quality after rendering deteriorates, but the
本実施形態では状態観測部750が画像形成装置760の温度を測定する場合について説明したが、消費電力を測定し、消費電力をある閾値以下に抑える目的で本発明を適用しても同様の効果が得られる。
In the present embodiment, the case where the
以上のように本実施形態に係る画像形成装置によれば、インタプリタ部に、画像形成装置の置かれた環境や、画像装置の状態を知らせて、生成するレンダリング用中間コードを変更し、画像形成装置を駆動する電池の寿命を延ばすことができる。また、画像形成装置の消費電力を一定以下に保つことができる。また、画像形成装置の温度上昇を抑えて温度を一定以下に保つことができる。 As described above, according to the image forming apparatus of the present embodiment, the interpreter unit is notified of the environment in which the image forming apparatus is placed and the state of the image apparatus, the intermediate code for rendering to be generated is changed, and image formation is performed. The life of the battery driving the device can be extended. Further, the power consumption of the image forming apparatus can be kept below a certain level. In addition, the temperature can be kept below a certain level by suppressing the temperature rise of the image forming apparatus.
100 グラフィックス言語描画データ
110 フレキシブルインタプリタ部
120 中間言語データ
130 レンダラ部
140 表示装置部
150 環境観測部
160 画像形成装置
700 グラフィックス言語描画データ
710 フレキシブルインタプリタ部
720 中間言語データ
730 レンダラ部
740 表示装置部
750 状態観測部
760 画像形成装置
DESCRIPTION OF
Claims (8)
グラフィックス言語で書かれた描画命令から中間言語を生成するインタプリタ部と、
前記インタプリタ部が生成した中間言語を入力とし画像を描画するレンダラ部と、
当該画像形成装置の環境を観測する環境観測部とを備え、
前記インタプリタ部が前記環境観測部の観測結果に基づき生成する中間言語を変更することを特徴とする画像形成装置。 An image forming apparatus for forming an image to be displayed on a display device,
An interpreter for generating an intermediate language from drawing instructions written in a graphics language;
A renderer unit that draws an image using the intermediate language generated by the interpreter unit as an input;
An environment observation unit for observing the environment of the image forming apparatus,
An image forming apparatus, wherein the interpreter unit changes an intermediate language generated based on an observation result of the environment observation unit.
グラフィックス言語で書かれた描画命令から中間言語を生成するインタプリタ部と、
前記インタプリタ部が生成した中間言語を入力とし画像を描画するレンダラ部と、
当該画像形成装置の状態を観測する状態観測部とを備え、
前記インタプリタ部が前記状態観測部の観測結果に基づき生成する中間言語を変更することを特徴とする画像形成装置。 An image forming apparatus for forming an image to be displayed on a display device,
An interpreter for generating an intermediate language from drawing instructions written in a graphics language;
A renderer unit that draws an image using the intermediate language generated by the interpreter unit as an input;
A state observation unit for observing the state of the image forming apparatus,
An image forming apparatus, wherein the interpreter unit changes an intermediate language generated based on an observation result of the state observation unit.
当該画像形成装置の環境を観測する観測工程と、
前記観測工程の観測結果に基き、グラフィックス言語で書かれた描画命令から中間言語を生成するインタプリタ工程と、
前記インタプリタ工程にて生成された中間言語を入力とし画像を描画する描画工程とを有することを特徴とする画像形成方法。 An image forming method of an image forming apparatus for forming an image to be displayed on a display device, comprising:
An observation process for observing the environment of the image forming apparatus;
An interpreter step of generating an intermediate language from a drawing command written in a graphics language based on the observation result of the observation step;
An image forming method comprising: a drawing step of drawing an image using the intermediate language generated in the interpreter step as an input.
当該画像形成装置の環境を観測する観測ステップと、
前記観測ステップの観測結果に基き、グラフィックス言語で書かれた描画命令から中間言語を生成するインタプリタステップと、
前記インタプリタステップにて生成された中間言語を入力とし画像を描画する描画ステップとをコンピュータに実行させることを特徴とするコンピュータプログラム。 A computer program for executing an image forming process of an image forming apparatus for forming an image to be displayed on a display device,
An observation step of observing the environment of the image forming apparatus;
An interpreter step for generating an intermediate language from a drawing command written in a graphics language based on the observation result of the observation step;
A computer program for causing a computer to execute a drawing step of drawing an image using the intermediate language generated in the interpreter step as an input.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2007020085A JP2008186299A (en) | 2007-01-30 | 2007-01-30 | Image forming apparatus, image forming method, and computer program |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2007020085A JP2008186299A (en) | 2007-01-30 | 2007-01-30 | Image forming apparatus, image forming method, and computer program |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2008186299A true JP2008186299A (en) | 2008-08-14 |
Family
ID=39729283
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2007020085A Pending JP2008186299A (en) | 2007-01-30 | 2007-01-30 | Image forming apparatus, image forming method, and computer program |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2008186299A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR101728786B1 (en) * | 2014-12-29 | 2017-04-25 | 이엔유 주식회사 | Component-based dynamic image display system and method using the svg file format |
-
2007
- 2007-01-30 JP JP2007020085A patent/JP2008186299A/en active Pending
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR101728786B1 (en) * | 2014-12-29 | 2017-04-25 | 이엔유 주식회사 | Component-based dynamic image display system and method using the svg file format |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5879851B2 (en) | Image forming apparatus and program | |
JP2012234454A (en) | Image forming device, control method of image forming device and computer program | |
US8797560B2 (en) | Image forming apparatus, image forming method, and storage medium | |
US8976373B2 (en) | Image processing apparatus, computer-readable storage medium storing program and image processing method | |
JP2008186299A (en) | Image forming apparatus, image forming method, and computer program | |
KR101345726B1 (en) | Method for printing a captured screen of web pages | |
JP2010097334A (en) | Drawing device | |
JP2007240848A (en) | Display program, data structure and display device | |
US8643853B2 (en) | Rendering control method in which a processor and a hardware accelerator can be used efficiently | |
JP5849485B2 (en) | Print control program, information processing apparatus, and recording medium | |
US9483443B2 (en) | Tiled display list | |
JP2010111088A (en) | Image forming apparatus | |
JP2007152898A (en) | Printing processing apparatus | |
JP6821924B2 (en) | Image processing device, image processing method | |
JP2005149325A (en) | Information processor and information processing method | |
JP4950643B2 (en) | Image forming apparatus, control method thereof, and computer program | |
JP2013148969A (en) | Image processing device and image processing method | |
JP4522216B2 (en) | Image processing device | |
JP2010012737A (en) | Print control apparatus, printing system, plotting method and program | |
JP5097694B2 (en) | Image forming apparatus | |
US20120042233A1 (en) | Information processing apparatus, information processing method and non-transitory computer readable recording medium | |
JP2013078901A (en) | Apparatus and method for forming image | |
JP2010175105A (en) | Equipment operation display device | |
JP2006079475A (en) | Print processing system, program and recording medium | |
JP2014123810A (en) | Image processing apparatus, image forming apparatus, and program |