KR101809459B1 - Web document conversion support apparatus that can maintain decorating effect applied to original image and operating method thereof - Google Patents
Web document conversion support apparatus that can maintain decorating effect applied to original image and operating method thereof Download PDFInfo
- Publication number
- KR101809459B1 KR101809459B1 KR1020170057885A KR20170057885A KR101809459B1 KR 101809459 B1 KR101809459 B1 KR 101809459B1 KR 1020170057885 A KR1020170057885 A KR 1020170057885A KR 20170057885 A KR20170057885 A KR 20170057885A KR 101809459 B1 KR101809459 B1 KR 101809459B1
- Authority
- KR
- South Korea
- Prior art keywords
- image
- decorating
- web document
- web
- effect
- Prior art date
Links
Images
Classifications
-
- G06F17/2264—
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/50—Information retrieval; Database structures therefor; File system structures therefor of still image data
- G06F16/58—Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually
- G06F16/583—Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually using metadata automatically derived from the content
-
- G06F17/30247—
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/10—Text processing
- G06F40/12—Use of codes for handling textual entities
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Databases & Information Systems (AREA)
- Data Mining & Analysis (AREA)
- Library & Information Science (AREA)
- Health & Medical Sciences (AREA)
- Artificial Intelligence (AREA)
- Audiology, Speech & Language Pathology (AREA)
- Computational Linguistics (AREA)
- General Health & Medical Sciences (AREA)
- Processing Or Creating Images (AREA)
Abstract
Description
본 발명은 설치형 오피스 프로그램을 통해 작성된 원본 전자 문서를 웹 문서로 변환하기 위한 기술들과 관련된다.The present invention relates to techniques for converting an original electronic document created through a built-in office program into a web document.
웹 문서는 브라우저를 통해서 볼 수 있는 문서로, HTML(Hypertext Markup Language)이나 XML(eXtensible Markup Language)과 같이, 마크업 언어(Markup Language)를 기반으로 작성된 문서를 의미한다.A Web document refers to a document that can be viewed through a browser and is created based on a markup language such as HTML (Hypertext Markup Language) or XML (eXtensible Markup Language).
브라우저에서는 웹 문서를 렌더링하여 화면으로 표시하기 위해서, 문서 객체 모델(Document Object Model)을 사용한다. 문서 객체 모델은 객체 지향 모델로써 구조화된 문서를 표현하는 형식이고, 그래픽, 텍스트, 헤드라인, 스타일 등 웹의 모든 요소가 자바스크립트(JavaScript) 등과 같은 스크립트 언어에 의해 조정될 수 있도록 해준다.The browser uses the Document Object Model to render the web document and display it on the screen. The Document Object Model is an object-oriented model that represents a structured document and allows all elements of the Web, including graphics, text, headlines, and styles, to be manipulated by a scripting language such as JavaScript.
브라우저에서는 마크업 언어를 기반으로 작성된 웹 문서를 파싱(parsing)하여 문서 객체 모델을 생성한 후 이를 기초로 웹 문서를 렌더링하여 화면 상에 상기 웹 문서를 표시하게 된다.A browser parses a web document created based on a markup language to generate a document object model, and then renders the web document based on the generated document object model, thereby displaying the web document on the screen.
최근에는 웹 기반의 서비스에 대한 활용이 증가함에 따라, 다양한 전자 문서들을 웹 문서의 형태로 변환하여 사용자들에게 배포하는 경우가 많아지고 있다.Recently, as the usage of web based services increases, various electronic documents are converted into a web document and distributed to users.
예컨대, "docx"나 "hwp" 등의 확장자를 갖는 일반적인 설치형 오피스 프로그램에 사용되는 전자 문서를 사용자들이 브라우저를 통해서 볼 수 있도록 HTML 등과 같은 마크업 언어로 구성된 웹 문서로 변환하는 기술이 등장하고 있다.For example, a technique has been developed for converting an electronic document used in a typical installation type office program having an extension of "docx" or "hwp" into a web document composed of a markup language such as HTML so that users can view the document through a browser .
이렇게, 전자 문서를 웹 문서로 변환할 때에는 원본 전자 문서에 삽입되어 있는 텍스트, 이미지, 도형 등의 다양한 콘텐츠들에 대해, 각 콘텐츠들에 적용되어 있는 서식이나 스타일이 원본 전자 문서에서의 그것과 동일한 상태로 유지되도록 처리할 필요가 있다.When converting an electronic document into a web document, the format or style applied to each content is the same as that in the original electronic document, for various contents such as text, images, and graphics embedded in the original electronic document. It is necessary to carry out processing so as to be maintained in the state.
보통, 전자 문서를 웹 문서로 변환할 때, 전자 문서 상에 삽입되어 있는 이미지는 CSS(Cascading Style Sheets)를 통해 웹 문서를 구성하는 HTML 코드 상에 삽입되게 된다.Normally, when converting an electronic document into a web document, the image inserted on the electronic document is inserted into the HTML code constituting the web document through the CSS (Cascading Style Sheets).
하지만, 원본 전자 문서에 삽입되어 있는 이미지에 소정의 꾸미기 효과가 적용되어 있는 경우, 웹 문서에서는 일반적인 설치형 오피스 프로그램에서 지원하는 꾸미기 효과보다 이미지에 적용할 수 있는 꾸미기 효과의 개수가 제한적이라는 점에서, 상기 원본 전자 문서가 웹 문서로 변환될 때, 상기 이미지에 적용되어 있는 꾸미기 효과가 웹 문서 상에서는 정확히 표현되지 못하는 경우가 발생할 수 있다.However, when a predetermined decorating effect is applied to an image embedded in an original electronic document, since the number of decorating effects that can be applied to an image is limited in a web document than a decorating effect supported by a typical installed-type office program, When the original electronic document is converted into a web document, the decorating effect applied to the image may not be accurately displayed on the web document.
예컨대, 도 1에 도시된 바와 같이, 원본 전자 문서 상에 이미지가 삽입되어 있고, 상기 이미지에 대해 테두리(110)가 적용되면서 그림자(120)가 표시되도록 하는 꾸미기 효과가 적용되어 있을 때, 웹 문서에서는 상기 이미지에 대해 테두리(110)와 그림자(120)를 동시에 적용할 수 있는 꾸미기 효과를 지원하지 않을 수 있다. 이 경우, 상기 원본 전자 문서가 웹 문서로 변환되게 되면, 상기 웹 문서에서는 상기 이미지를 도 1에 도시된 모양과 동일한 형태로 표현하지 못할 수 있다.For example, as shown in FIG. 1, when an image is inserted on an original electronic document, and a decorating effect is applied such that a
따라서, 설치형 오피스 프로그램을 통해서 제작된 원본 전자 문서를 웹 문서로 변환할 때, 상기 원본 전자 문서 상에 삽입되어 있는 이미지에 대해 소정의 꾸미기 효과가 적용되어 있더라도, 웹 문서 상에서 상기 이미지에 적용되어 있는 꾸미기 효과를 그대로 유지시킬 수 있는 웹 문서 변환 기술에 대한 연구가 필요하다.Therefore, when converting an original electronic document produced through a built-in office program into a web document, even if a predetermined decorating effect is applied to the image inserted on the original electronic document, A study on web document conversion technology that can maintain the effect of decorating is needed.
본 발명은 꾸미기 효과 데이터베이스 상에 제1 파일 형식을 갖는 전자 문서에서 지원 가능한 것으로 판단되는 복수의 이미지 꾸미기 효과들에 대해 웹 문서에서 지원되는 가장 유사한 형태의 꾸미기 효과들을 미리 대응시켜 저장해 둔 후, 상기 제1 파일 형식을 갖는 원본 전자 문서에 대한 웹 문서로의 변환 명령이 인가되면, 상기 원본 전자 문서에서 이미지 꾸미기 효과가 적용되어 있는 이미지들을 확인한 후, 상기 꾸미기 효과 데이터베이스를 참조하여 상기 이미지들에 적용되어 있는 이미지 꾸미기 효과에 대응하는 웹 문서용 꾸미기 효과들을 추출하고, 상기 원본 전자 문서가 변환될 웹 문서 상에서 해당 이미지들에 대해 상기 추출된 웹 문서용 꾸미기 효과들을 적용함으로써, 상기 원본 전자 문서에 포함되어 있는 이미지들에 적용되어 있는 꾸미기 효과들이 웹 문서 상에서 최대한 유사하게 유지될 수 있도록 지원하고자 한다.The present invention stores a plurality of image decorating effects that are determined to be supportable in an electronic document having a first file format on a decorating effect database in advance in association with the most similar decorating effects supported in a web document, If a command to convert a web document into an original electronic document having a first file format is applied, after confirming the images to which the image decorating effect is applied in the original electronic document, apply the image to the images by referring to the decorating effect database Extracting decorating effects for a web document corresponding to the image decorating effect and applying decorating effects for the extracted web document to the images on the web document to which the original electronic document is to be converted, Decorations applied to images We want to make sure that the effects are kept as close as possible to the web documents.
본 발명의 일실시예에 따른 원본 이미지에 적용된 꾸미기 효과의 유지가 가능한 웹 문서 변환 지원 장치는 제1 파일 형식을 갖는 전자 문서에서 지원 가능한 복수의 이미지 꾸미기 효과들 각각에 대해 복수의 선정된(predetermined) 웹 문서용 꾸미기 효과 조합들 - 상기 복수의 선정된 웹 문서용 꾸미기 효과 조합들 각각은 웹 문서에 지원 가능한 하나 이상의 웹 문서용 꾸미기 효과들의 묶음으로 구성된 조합임 - 이 대응되어 저장되어 있는 꾸미기 효과 데이터베이스, 상기 제1 파일 형식을 갖는 제1 원본 전자 문서에 대해 웹 문서로의 변환 명령이 인가되면, 상기 제1 원본 전자 문서에 삽입되어 있는 복수의 이미지들 중 이미지 꾸미기 효과가 적용되어 있는 이미지가 존재하는지 여부를 확인하는 이미지 확인부, 상기 제1 원본 전자 문서에서 이미지 꾸미기 효과가 적용되어 있는 이미지로 적어도 하나의 제1 이미지가 존재하는 것으로 확인된 경우, 상기 적어도 하나의 제1 이미지 각각에 적용되어 있는 이미지 꾸미기 효과를 확인하는 이미지 꾸미기 효과 확인부, 상기 꾸미기 효과 데이터베이스를 참조하여 상기 적어도 하나의 제1 이미지 각각에 적용되어 있는 이미지 꾸미기 효과에 대응되어 저장되어 있는 웹 문서용 꾸미기 효과 조합을 확인함으로써, 상기 꾸미기 효과 데이터베이스로부터 상기 적어도 하나의 제1 이미지 각각에 대응하는 웹 문서용 꾸미기 효과 조합을 추출하는 꾸미기 효과 조합 추출부 및 상기 제1 원본 전자 문서가 변환될 제1 웹 문서 상에서 상기 적어도 하나의 제1 이미지 각각에 대해, 상기 적어도 하나의 제1 이미지 각각에 대응하는 웹 문서용 꾸미기 효과 조합을 구성하고 있는 하나 이상의 웹 문서용 꾸미기 효과들의 적용을 제어하는 꾸미기 효과 적용 제어부를 포함한다.The web document conversion support apparatus capable of maintaining a decorating effect applied to an original image according to an embodiment of the present invention includes a plurality of predetermined image processing functions for each of a plurality of image decorating effects that can be supported in an electronic document having a first file format ) Combinations of decorating effects for a web document - each of the plurality of selected decorating effect combinations for a web document is a combination of decorating effects for one or more web documents that can be supported in a web document - A method of converting an image into a web document, the method comprising the steps of: when a conversion instruction to a web document is applied to a first original electronic document having the first file format, An image checking unit for checking whether or not an image exists in the first original electronic document, An image decorating effect confirmation unit for confirming an image decorating effect applied to each of the at least one first image when it is determined that at least one first image exists in the image to which the effect is applied, Wherein the at least one first image is associated with at least one of the at least one first image and the at least one first image, For each of the at least one first image on a first web document to which the first original electronic document is to be transformed, for each of the at least one first image, It consists of a combination of decorating effects for web documents. And a decorating effect application control unit for controlling application of decorating effects for web documents or more.
또한, 본 발명의 일실시예에 따른 원본 이미지에 적용된 꾸미기 효과의 유지가 가능한 웹 문서 변환 지원 장치의 동작 방법은 제1 파일 형식을 갖는 전자 문서에서 지원 가능한 복수의 이미지 꾸미기 효과들 각각에 대해 복수의 선정된 웹 문서용 꾸미기 효과 조합들 - 상기 복수의 선정된 웹 문서용 꾸미기 효과 조합들 각각은 웹 문서에 지원 가능한 하나 이상의 웹 문서용 꾸미기 효과들의 묶음으로 구성된 조합임 - 이 대응되어 저장되어 있는 꾸미기 효과 데이터베이스를 유지하는 단계, 상기 제1 파일 형식을 갖는 제1 원본 전자 문서에 대해 웹 문서로의 변환 명령이 인가되면, 상기 제1 원본 전자 문서에 삽입되어 있는 복수의 이미지들 중 이미지 꾸미기 효과가 적용되어 있는 이미지가 존재하는지 여부를 확인하는 단계, 상기 제1 원본 전자 문서에서 이미지 꾸미기 효과가 적용되어 있는 이미지로 적어도 하나의 제1 이미지가 존재하는 것으로 확인된 경우, 상기 적어도 하나의 제1 이미지 각각에 적용되어 있는 이미지 꾸미기 효과를 확인하는 단계, 상기 꾸미기 효과 데이터베이스를 참조하여 상기 적어도 하나의 제1 이미지 각각에 적용되어 있는 이미지 꾸미기 효과에 대응되어 저장되어 있는 웹 문서용 꾸미기 효과 조합을 확인함으로써, 상기 꾸미기 효과 데이터베이스로부터 상기 적어도 하나의 제1 이미지 각각에 대응하는 웹 문서용 꾸미기 효과 조합을 추출하는 단계 및 상기 제1 원본 전자 문서가 변환될 제1 웹 문서 상에서 상기 적어도 하나의 제1 이미지 각각에 대해, 상기 적어도 하나의 제1 이미지 각각에 대응하는 웹 문서용 꾸미기 효과 조합을 구성하고 있는 하나 이상의 웹 문서용 꾸미기 효과들의 적용을 제어하는 단계를 포함한다.A method of operating a web document conversion supporting apparatus capable of maintaining a decorating effect applied to an original image according to an exemplary embodiment of the present invention is a method for converting a plurality of image decorating effects that can be supported in an electronic document having a first file format Wherein each of the plurality of selected decorating effect combinations for web documents is a combination of one or more decorating effects for a web document that can be supported in a web document, The method of claim 1, further comprising the steps of: maintaining a decorating effect database; if a conversion instruction to a web document is applied to a first original electronic document having the first file format, Checking whether or not there is an image to which the first original document is applied, Checking an image decorating effect applied to each of the at least one first image when it is determined that at least one first image exists in the image to which the image decorating effect is applied, Determining a combination of a decorating effect for a web document stored corresponding to an image decorating effect applied to each of the at least one first image, Extracting a combination of decorating effects for a web document corresponding to each of the at least one first image for each of the at least one first image on a first web document to which the first original electronic document is to be converted; For one or more web documents that make up And controlling the application of the effects.
본 발명은 꾸미기 효과 데이터베이스 상에 제1 파일 형식을 갖는 전자 문서에서 지원 가능한 것으로 판단되는 복수의 이미지 꾸미기 효과들에 대해 웹 문서에서 지원되는 가장 유사한 형태의 꾸미기 효과들을 미리 대응시켜 저장해 둔 후, 상기 제1 파일 형식을 갖는 원본 전자 문서에 대한 웹 문서로의 변환 명령이 인가되면, 상기 원본 전자 문서에서 이미지 꾸미기 효과가 적용되어 있는 이미지들을 확인한 후, 상기 꾸미기 효과 데이터베이스를 참조하여 상기 이미지들에 적용되어 있는 이미지 꾸미기 효과에 대응하는 웹 문서용 꾸미기 효과들을 추출하고, 상기 원본 전자 문서가 변환될 웹 문서 상에서 해당 이미지들에 대해 상기 추출된 웹 문서용 꾸미기 효과들을 적용함으로써, 상기 원본 전자 문서에 포함되어 있는 이미지들에 적용되어 있는 꾸미기 효과들이 웹 문서 상에서 최대한 유사하게 유지될 수 있도록 지원할 수 있다.The present invention stores a plurality of image decorating effects that are determined to be supportable in an electronic document having a first file format on a decorating effect database in advance in association with the most similar decorating effects supported in a web document, If a command to convert a web document into an original electronic document having a first file format is applied, after confirming the images to which the image decorating effect is applied in the original electronic document, apply the image to the images by referring to the decorating effect database Extracting decorating effects for a web document corresponding to the image decorating effect and applying decorating effects for the extracted web document to the images on the web document to which the original electronic document is to be converted, Decorations applied to images Can help to keep similar effects on web documents as close as possible.
도 1은 원본 전자 문서를 웹 문서로 변환할 때, 꾸미기 효과가 적용된 이미지의 처리와 관련된 내용을 설명하기 위한 도면이다.
도 2는 본 발명의 일실시예에 따른 원본 이미지에 적용된 꾸미기 효과의 유지가 가능한 웹 문서 변환 지원 장치의 구조를 도시한 도면이다.
도 3은 본 발명의 일실시예에 따른 원본 이미지에 적용된 꾸미기 효과의 유지가 가능한 웹 문서 변환 지원 장치의 동작 방법을 도시한 순서도이다.1 is a diagram for explaining contents related to processing of an image to which a decorating effect is applied when an original electronic document is converted into a web document.
2 is a diagram illustrating a structure of a web document conversion support apparatus capable of maintaining a decorating effect applied to an original image according to an exemplary embodiment of the present invention.
3 is a flowchart illustrating an operation method of a web document conversion support apparatus capable of maintaining a decorating effect applied to an original image according to an exemplary embodiment of the present invention.
이하에서는 본 발명에 따른 실시예들을 첨부된 도면을 참조하여 상세하게 설명하기로 한다. 이러한 설명은 본 발명을 특정한 실시 형태에 대해 한정하려는 것이 아니며, 본 발명의 사상 및 기술 범위에 포함되는 모든 변경, 균등물 내지 대체물을 포함하는 것으로 이해되어야 한다. 각 도면을 설명하면서 유사한 참조부호를 유사한 구성요소에 대해 사용하였으며, 다르게 정의되지 않는 한, 기술적이거나 과학적인 용어를 포함해서 본 명세서 상에서 사용되는 모든 용어들은 본 발명이 속하는 기술분야에서 통상의 지식을 가진 사람에 의해 일반적으로 이해되는 것과 동일한 의미를 가지고 있다.Hereinafter, embodiments according to the present invention will be described in detail with reference to the accompanying drawings. It is to be understood that the description is not intended to limit the invention to the specific embodiments, but includes all modifications, equivalents, and alternatives falling within the spirit and scope of the invention. Like reference numerals in the drawings are used for similar elements and, unless otherwise defined, all terms used in the specification, including technical and scientific terms, are to be construed in a manner that is familiar to those skilled in the art. It has the same meaning as commonly understood by those who have it.
도 2는 본 발명의 일실시예에 따른 원본 이미지에 적용된 꾸미기 효과의 유지가 가능한 웹 문서 변환 지원 장치의 구조를 도시한 도면이다.2 is a diagram illustrating a structure of a web document conversion support apparatus capable of maintaining a decorating effect applied to an original image according to an exemplary embodiment of the present invention.
도 2를 참조하면, 본 발명의 일실시예에 따른 원본 이미지에 적용된 꾸미기 효과의 유지가 가능한 웹 문서 변환 지원 장치(210)는 꾸미기 효과 데이터베이스(211), 이미지 확인부(212), 이미지 꾸미기 효과 확인부(213), 꾸미기 효과 조합 추출부(214) 및 꾸미기 효과 적용 제어부(215)를 포함한다.Referring to FIG. 2, a web document
꾸미기 효과 데이터베이스(211)에는 제1 파일 형식을 갖는 전자 문서에서 지원 가능한 복수의 이미지 꾸미기 효과들 각각에 대해 복수의 선정된(predetermined) 웹 문서용 꾸미기 효과 조합들이 대응되어 저장되어 있다.The
여기서, 상기 복수의 선정된 웹 문서용 꾸미기 효과 조합들 각각은 웹 문서에 지원 가능한 하나 이상의 웹 문서용 꾸미기 효과들의 묶음으로 구성된 조합을 의미한다.Here, each of the plurality of selected decorating effect combinations for web documents means a combination of one or more decorating effects for web documents that can be supported in a web document.
관련해서, 꾸미기 효과 데이터베이스(211)에는 하기의 표 1과 같이 정보가 저장되어 있을 수 있다.In this regard, information may be stored in the
상기 표 1에서 나타낸 바와 같이, 제1 파일 형식을 갖는 전자 문서에서 이미지에 대한 꾸미기 효과로 지원되는 "그림자 효과"가 웹 문서에서도 지원이 가능한 꾸미기 효과라고 하는 경우, 관리자는 꾸미기 효과 데이터베이스(211) 상에 상기 전자 문서에서 지원되는 "그림자 효과"라는 이미지 꾸미기 효과에 대해 "그림자 효과"라고 하는 웹 문서용 꾸미기 효과로 구성된 웹 문서용 꾸미기 효과 조합을 대응시켜 저장해 둘 수 있다.As shown in Table 1, when the "shadow effect" supported by the decorating effect on the image in the electronic document having the first file format is a decorating effect that can be supported in a web document, A shadow effect for a web document, which is made up of a decoration effect for a web document called "shadow effect " for the image decoration effect called" shadow effect "
아울러, 상기 제1 파일 형식을 갖는 전자 문서에서 이미지에 대한 꾸미기 효과로 지원되는 "부드러운 가장자리 효과"가 웹 문서에서는 단독으로 지원이 불가능한 꾸미기 효과라고 하는 경우, 관리자는 웹 문서 상에서 다수의 꾸미기 효과들을 하나의 이미지에 중복 적용함으로써, "부드러운 가장자리 효과"와 가장 유사하게 표현될 수 있을 것으로 판단되는 웹 문서용 꾸미기 효과들(예컨대, "테두리 효과", "반사 효과", "그림자 효과")을 찾아낸 후 상기 표 1과 같이 꾸미기 효과 데이터베이스(211) 상에 상기 전자 문서에서 지원되는 "부드러운 가장자리 효과"라는 이미지 꾸미기 효과에 대해 "테두리 효과", "반사 효과", "그림자 효과"라고 하는 웹 문서용 꾸미기 효과들의 묶음으로 구성된 웹 문서용 꾸미기 효과 조합을 대응시켜 저장해 둘 수 있다.In addition, when the "soft edge effect" supported by the decorating effect on the image in the electronic document having the first file format is a decorating effect that can not be solely supported in a web document, the administrator can perform a plurality of decorating effects (Eg, "border effect", "reflection effect", "shadow effect") that are judged to be most similar to "smooth edge effect" can be obtained by overlapping one image , "Reflection effect", and "shadow effect" for the image decorating effect "soft edge effect" supported on the electronic document on the
이렇게, 꾸미기 효과 데이터베이스(211)에 대한 구축이 완료되어 있는 상태에서, 상기 제1 파일 형식을 갖는 제1 원본 전자 문서에 대해 웹 문서로의 변환 명령이 인가되면, 이미지 확인부(212)는 상기 제1 원본 전자 문서에 삽입되어 있는 복수의 이미지들 중 이미지 꾸미기 효과가 적용되어 있는 이미지가 존재하는지 여부를 확인한다.When the conversion to the web document is applied to the first original electronic document having the first file format in the state that the construction of the
이미지 꾸미기 효과 확인부(213)는 상기 제1 원본 전자 문서에서 이미지 꾸미기 효과가 적용되어 있는 이미지로 적어도 하나의 제1 이미지가 존재하는 것으로 확인된 경우, 상기 적어도 하나의 제1 이미지 각각에 적용되어 있는 이미지 꾸미기 효과를 확인한다.The image decorating
꾸미기 효과 조합 추출부(214)는 꾸미기 효과 데이터베이스(211)를 참조하여 상기 적어도 하나의 제1 이미지 각각에 적용되어 있는 이미지 꾸미기 효과에 대응되어 저장되어 있는 웹 문서용 꾸미기 효과 조합을 확인함으로써, 꾸미기 효과 데이터베이스(211)로부터 상기 적어도 하나의 제1 이미지 각각에 대응하는 웹 문서용 꾸미기 효과 조합을 추출한다.The decorating effect
그리고, 꾸미기 효과 적용 제어부(215)는 상기 제1 원본 전자 문서가 변환될 제1 웹 문서 상에서 상기 적어도 하나의 제1 이미지 각각에 대해, 상기 적어도 하나의 제1 이미지 각각에 대응하는 웹 문서용 꾸미기 효과 조합을 구성하고 있는 하나 이상의 웹 문서용 꾸미기 효과들의 적용을 제어한다.Then, the decorating effect
즉, 본 발명에 따른 원본 이미지에 적용된 꾸미기 효과의 유지가 가능한 웹 문서 변환 지원 장치(210)는 꾸미기 효과 데이터베이스(211) 상에 제1 파일 형식을 갖는 전자 문서에서 지원 가능한 것으로 판단되는 복수의 이미지 꾸미기 효과들에 대해 웹 문서에서 지원되는 가장 유사한 형태의 꾸미기 효과들을 미리 대응시켜 저장해 둔 후, 상기 제1 파일 형식을 갖는 원본 전자 문서에 대한 웹 문서로의 변환 명령이 인가되면, 상기 원본 전자 문서에서 이미지 꾸미기 효과가 적용되어 있는 이미지들을 확인한 후, 꾸미기 효과 데이터베이스(211)를 참조하여 상기 이미지들에 적용되어 있는 이미지 꾸미기 효과에 대응하는 웹 문서용 꾸미기 효과들을 추출하고, 상기 원본 전자 문서가 변환될 웹 문서 상에서 해당 이미지들에 대해 상기 추출된 웹 문서용 꾸미기 효과들을 적용함으로써, 상기 원본 전자 문서에 포함되어 있는 이미지들에 적용되어 있는 꾸미기 효과들이 웹 문서 상에서 최대한 유사하게 유지될 수 있도록 지원할 수 있다.That is, the web document
이때, 본 발명의 일실시예에 따르면, 꾸미기 효과 적용 제어부(215)는 이미지 표시창 생성부(216), 이미지 삽입부(217), 꾸미기 적용부(218) 및 꾸미기 제어부(219)를 포함할 수 있다.According to an embodiment of the present invention, the decorating effect
이미지 표시창 생성부(216)는 상기 적어도 하나의 제1 이미지 각각에 대해, 상기 제1 웹 문서 상에서 상기 적어도 하나의 제1 이미지가 삽입되어 표시될 적어도 하나의 제1 이미지 표시창을 생성한다.The image display
여기서, 이미지 표시창이란 웹 문서 상에서 이미지가 삽입되어 표시될 뷰(view)를 의미하는 것으로, 구체적으로 웹 문서가 HTML(Hypertext Markup Language) 코드로 구성되어 있다면, 상기 웹 문서를 구성하는 HTML 코드 상에서 "span class"라는 태그를 통해서 상기 이미지 표시창이 상기 웹 문서 상에 구현될 수 있고, 이때, 상기 웹 문서를 구성하는 HTML 코드 상에서 "embed src"라는 태그를 통해서 상기 이미지가 상기 이미지 표시창에 삽입되어 상기 웹 문서 상에서 표시되도록 구현될 수 있다.Herein, the image display window means a view in which an image is inserted and displayed on a web document. Specifically, if the web document is composed of HTML (Hypertext Markup Language) codes, the image display window can be implemented on the web document through a tag named " span class ". At this time, the image is inserted into the image display window through the tag "embed src" And displayed on a web document.
이미지 삽입부(217)는 상기 적어도 하나의 제1 이미지 표시창의 생성이 완료되면, 상기 적어도 하나의 제1 이미지 표시창 각각에 대해, 상기 적어도 하나의 제1 이미지 중 대응되는 이미지를 삽입한다.The
꾸미기 적용부(218)는 상기 적어도 하나의 제1 이미지 표시창 각각에 대해 대응되는 이미지의 삽입이 완료되면, 상기 적어도 하나의 제1 이미지 표시창 각각에 대해, 각 이미지 표시창에 삽입되어 있는 이미지에 대응하는 웹 문서용 꾸미기 효과 조합을 구성하고 있는 하나 이상의 웹 문서용 꾸미기 효과들을 적용한다.The
예컨대, 이미지 표시창 1에 이미지 1이 삽입되었고, 상기 이미지 1에 대해서는 상기 원본 전자 문서 상에서 "부드러운 가장자리 효과"가 적용되어 있었다면, 꾸미기 적용부(218)는 꾸미기 효과 조합 추출부(214)를 통해서 추출된 상기 이미지 1에 대응하는 웹 문서용 꾸미기 효과 조합인 "테두리 효과+반사 효과+그림자 효과"를 구성하고 있는 "테두리 효과", "반사 효과", "그림자 효과"를 상기 이미지 표시창 1에 적용할 수 있다. 즉, 꾸미기 적용부(218)는 상기 웹 문서용 꾸미기 효과들을 이미지에 직접 적용하는 것이 아니라, 이미지가 삽입되어 있는 이미지 표시창에 대해 적용할 수 있다.For example, if the image 1 has been inserted into the image display window 1 and the "soft edge effect" has been applied to the original document, the
꾸미기 제어부(219)는 상기 적어도 하나의 제1 이미지 표시창에 대해 웹 문서용 꾸미기 효과들의 적용이 완료되면, 웹 문서용 꾸미기 효과들의 적용이 완료된 상기 적어도 하나의 제1 이미지 표시창이 상기 제1 웹 문서 상에서 표시되도록 제어함으로써, 상기 적어도 하나의 제1 이미지 각각에 대한 웹 문서용 꾸미기 효과의 적용 제어를 수행한다.The
이때, 본 발명의 일실시예에 따르면, 꾸미기 효과 적용 제어부(215)는 이미지 존재 확인부(220) 및 계층 생성부(221)를 더 포함할 수 있다.According to an embodiment of the present invention, the decorating effect
이미지 존재 확인부(220)는 상기 적어도 하나의 제1 이미지 각각에 대응하는 웹 문서용 꾸미기 효과 조합을 확인하여, 상기 적어도 하나의 제1 이미지 중 상기 제1 웹 문서 상에서 둘 이상의 웹 문서용 꾸미기 효과들의 묶음으로 구성된 웹 문서용 꾸미기 효과 조합이 적용될 이미지가 존재하는지 여부를 확인한다.The image
계층 생성부(221)는 상기 제1 웹 문서 상에서 둘 이상의 웹 문서용 꾸미기 효과들의 묶음으로 구성된 웹 문서용 꾸미기 효과 조합이 적용될 이미지로 제2 이미지가 존재하는 경우, 상기 제2 이미지에 적용될 제1 웹 문서용 꾸미기 효과 조합을 구성하고 있는 둘 이상의 제1 웹 문서용 꾸미기 효과들의 개수만큼 제2 이미지 표시창(상기 제2 이미지 표시창은 상기 적어도 하나의 제1 이미지 표시창 중 상기 제2 이미지가 삽입되어 표시될 이미지 표시창임)을 표시하기 위한 가상의 이미지 표시 계층(layer)들을 생성한다.
이때, 꾸미기 적용부(218)는 상기 제2 이미지 표시창에 상기 제2 이미지의 삽입이 완료되면, 상기 가상의 이미지 표시 계층들 별로 상기 둘 이상의 제1 웹 문서용 꾸미기 효과들을 상기 제2 이미지 표시창에 대해 하나씩 적용함으로써, 상기 가상의 이미지 표시 계층들 별로 꾸미기 효과 적용이 완료된 상기 제2 이미지 표시창을 생성할 수 있다.At this time, when the embedding of the second image is completed in the second image display window, the
그리고, 꾸미기 제어부(219)는 상기 제1 웹 문서 상에서 상기 가상의 이미지 표시 계층들 별로 꾸미기 효과 적용이 완료된 상기 제2 이미지 표시창이 서로 겹쳐서 표시되도록 제어함으로써, 상기 제2 이미지에 대해 상기 둘 이상의 제1 웹 문서용 꾸미기 효과들의 적용을 제어할 수 있다.The
예컨대, 상기 적어도 하나의 제1 이미지 중 상기 제2 이미지에 대해서 상기 원본 전자 문서 상에서 "부드러운 가장자리 효과"가 적용되어 있음으로 인해, 상기 제1 웹 문서 상에서 상기 제2 이미지에 둘 이상의 웹 문서용 꾸미기 효과들인 "테두리 효과", "반사 효과", "그림자 효과"가 적용되어야 하는 경우, 계층 생성부(221)는 상기 제2 이미지에 적용될 "테두리 효과", "반사 효과", "그림자 효과"의 개수인 3개만큼 가상의 이미지 표시 계층들을 생성할 수 있다.For example, a "soft edge effect" is applied on the original electronic document for the second image of the at least one first image, so that the second image on the first web document is decorated with two or more web page decorations In the case where effects such as "border effect", "reflection effect", and "shadow effect" are to be applied, the
이때, 꾸미기 적용부(218)는 이미지 삽입부(217)를 통해 상기 제2 이미지 표시창에 상기 제2 이미지의 삽입이 완료되면, 상기 3개의 가상의 이미지 표시 계층들 별로, 상기 제2 이미지 표시창에 대해 "테두리 효과", "반사 효과", "그림자 효과"를 하나씩 적용함으로써, "테두리 효과"가 적용된 제2 이미지 표시창, "반사 효과"가 적용된 제2 이미지 표시창, "그림자 효과"가 적용된 제2 이미지 표시창을 생성할 수 있다.At this time, when the insertion of the second image into the second image display window is completed through the
그 이후, 꾸미기 제어부(219)는 상기 제1 웹 문서 상에서 상기 가상의 이미지 표시 계층들 별로 꾸미기 효과 적용이 완료된 상기 제2 이미지 표시창이 서로 겹쳐서 표시되도록 제어함으로써, 상기 제1 웹 문서 상에서 상기 제2 이미지에 "테두리 효과", "반사 효과", "그림자 효과"가 동시에 적용된 것처럼 표시되도록 처리하여 상기 제1 웹 문서 상에서 상기 제2 이미지에 대해 마치 "부드러운 가장자리 효과"가 적용되어 있는 것처럼 표시할 수 있다.Thereafter, the
이때, 본 발명의 일실시예에 따르면, 꾸미기 효과 데이터베이스(211)에는 상기 복수의 선정된 웹 문서용 꾸미기 효과 조합들 중 둘 이상의 웹 문서용 꾸미기 효과들의 묶음으로 구성된 조합인 적어도 하나의 선정된 제2 웹 문서용 꾸미기 효과 조합 각각에 대해, 상기 적어도 하나의 선정된 제2 웹 문서용 꾸미기 효과 조합 각각에 포함되어 있는 둘 이상의 웹 문서용 꾸미기 효과들 각각이 적용될 이미지 표시 계층에 대한 레벨(level) 정보가 추가로 저장되어 있을 수 있다.At this time, according to one embodiment of the present invention, the
예컨대, 꾸미기 효과 데이터베이스(211)에 상기 표 1과 같이 정보가 저장되어 있다면, "테두리 효과+그라데이션 효과"과 "테두리 효과+반사 효과+그림자 효과"에 대해서는 각 꾸미기 효과들이 적용될 이미지 표시 계층에 대한 레벨 정보가 추가로 저장되어 있을 수 있다.For example, if the information is stored in the
여기서, 상기 레벨 정보는 웹 문서 상에서 각 이미지 표시 계층들의 적층 위치와 연관된 정보로, 이미지 표시 계층 1과 이미지 표시 계층 2가 있다고 하고, 이미지 표시 계층 1은 이미지 표시 계층 2보다 상위 레벨이라고 한다면, 이미지 표시 계층 1을 통해서 표시되는 이미지는 이미지 표시 계층 2를 통해서 표시되는 이미지보다 웹 문서 상에서 윗면에 존재하게 된다.If the image display layer 1 is higher than the image display layer 2, the image display layer 1 and the image display layer 2 are associated with the stacking position of each image display layer on the web document. The image displayed through the display layer 1 exists on the upper side of the web document rather than the image displayed through the image display layer 2. [
이때, 꾸미기 제어부(219)는 꾸미기 적용부(218)를 통해 상기 가상의 이미지 표시 계층들 별로 상기 제2 이미지 표시창에 대해 상기 둘 이상의 제1 웹 문서용 꾸미기 효과들의 적용이 완료되면, 꾸미기 효과 데이터베이스(211)로부터 상기 둘 이상의 제1 웹 문서용 꾸미기 효과들 각각이 적용될 이미지 표시 계층에 대한 레벨 정보를 참조하여, 상기 제1 웹 문서 상에서 상기 가상의 이미지 표시 계층들 별로 꾸미기 효과 적용이 완료된 상기 제2 이미지 표시창을 대응되는 레벨 정보에 따른 위치 상에 적층시킴으로써, 상기 제1 웹 문서 상에서 상기 가상의 이미지 표시 계층들 별로 꾸미기 효과 적용이 완료된 상기 제2 이미지 표시창이 서로 겹쳐서 표시되도록 제어할 수 있다.When the application of the at least two first web document decorating effects to the second image display window is completed through the
즉, 꾸미기 효과 데이터베이스(211) 상에 "테두리 효과"가 최상위 레벨, "반사 효과"가 중간 레벨, "그림자 효과"가 최하위 레벨로 지정되어 있다면, 꾸미기 제어부(219)는 상기 제1 웹 문서 상에서 "테두리 효과"가 적용된 상기 제2 이미지 표시창을 최상위에 위치시키고, "반사 효과"가 적용된 상기 제2 이미지 표시창을 중간에 위치시키며, "그림자 효과"가 적용된 상기 제2 이미지 표시창을 최하위에 위치시키는 방법으로, 상기 제2 이미지 표시창을 상기 가상의 이미지 표시 계층에 기초하여 서로 겹쳐서 표시할 수 있다.That is, if the "border effect" is designated as the highest level, the "reflection effect" is designated as the intermediate level, and the "shadow effect" is designated as the lowest level on the
본 발명의 일실시예에 따르면, 꾸미기 효과 적용 제어부(215)는 꾸미기 미적용 표시 제어부(222)를 더 포함할 수 있다.According to an embodiment of the present invention, the decorating effect
꾸미기 미적용 표시 제어부(222)는 상기 적어도 하나의 제1 이미지 중 꾸미기 효과 데이터베이스(211) 상에서 각 이미지에 적용되어 있는 이미지 꾸미기 효과에 대응하는 웹 문서용 꾸미기 효과 조합이 존재하지 않은 이미지로 제3 이미지가 존재하는 경우, 상기 적어도 하나의 제1 이미지 표시창 각각에 대해 대응되는 이미지의 삽입이 완료되면, 상기 제3 이미지가 삽입되어 있는 제3 이미지 표시창에 대해 어떠한 웹 문서용 꾸미기 효과도 적용하지 않은 채로 상기 웹 문서 상에서 상기 제3 이미지 표시창이 표시되도록 제어할 수 있다.The decorating non-use
즉, 상기 적어도 하나의 제1 이미지 중 상기 원본 전자 문서 상에서 상기 제3 이미지에 대해 적용되어 있는 이미지 꾸미기 효과에 대응하는 웹 문서용 꾸미기 효과 조합이 꾸미기 효과 데이터베이스(211) 상에 저장되어 있지 않은 경우, 꾸미기 미적용 표시 제어부(222)는 상기 제1 웹 문서 상에서 상기 제3 이미지 표시창에 대해 어떠한 꾸미기 효과도 적용하지 않은 채로, 상기 제3 이미지 표시창이 표시되도록 제어할 수 있다.That is, if the combination of the decorating effects for the web document corresponding to the image decorating effect applied to the third image on the original electronic document among the at least one first image is not stored in the
이상, 도 2를 참조하여, 본 발명에 따른 원본 이미지에 적용된 꾸미기 효과의 유지가 가능한 웹 문서 변환 지원 장치(210)에 대해 설명하였다. 2, the web document
여기서, 본 발명에 따른 원본 이미지에 적용된 꾸미기 효과의 유지가 가능한 웹 문서 변환 지원 장치(210)는 사용자로부터 원본 전자 문서 파일을 직접 입력받아서, 상기 원본 전자 문서를 웹 문서로 변환을 완료한 후 변환이 완료된 웹 문서를 사용자에게 제공하는 형태로 구성될 수도 있고, 소정의 클라이언트 단말로부터 원본 전자 문서 파일을 수신해서, 상기 원본 전자 문서 파일을 웹 문서 파일로 변환한 후 상기 클라이언트 단말로 전송하도록 구성될 수도 있으며, 상기의 클라이언트 단말로부터 원본 전자 문서 파일을 수신해서, 상기 원본 전자 문서가 웹 문서로 변환되도록 유도하는 제어 명령과 관련 변환 데이터들을 생성한 후 상기 제어 명령과 변환 데이터들을 상기 클라이언트 단말로 전송함으로써, 상기 클라이언트 단말의 브라우저가 상기 제어 명령과 변환 데이터들을 기초로 웹 문서를 렌더링하도록 구성될 수도 있다.Herein, the web document
도 3은 본 발명의 일실시예에 따른 원본 이미지에 적용된 꾸미기 효과의 유지가 가능한 웹 문서 변환 지원 장치의 동작 방법을 도시한 순서도이다.3 is a flowchart illustrating an operation method of a web document conversion support apparatus capable of maintaining a decorating effect applied to an original image according to an exemplary embodiment of the present invention.
단계(S310)에서는 제1 파일 형식을 갖는 전자 문서에서 지원 가능한 복수의 이미지 꾸미기 효과들 각각에 대해 복수의 선정된 웹 문서용 꾸미기 효과 조합들(상기 복수의 선정된 웹 문서용 꾸미기 효과 조합들 각각은 웹 문서에 지원 가능한 하나 이상의 웹 문서용 꾸미기 효과들의 묶음으로 구성된 조합임)이 대응되어 저장되어 있는 꾸미기 효과 데이터베이스를 유지한다.In step S310, for each of a plurality of image decorating effects that can be supported in the electronic document having the first file format, a plurality of predetermined decorating effect combinations for the web document (the plurality of selected decorating effect combinations for the web document Is a combination of a set of decorating effects for one or more web documents that can be supported in a web document) is maintained in correspondence with the stored decorating effect database.
단계(S320)에서는 상기 제1 파일 형식을 갖는 제1 원본 전자 문서에 대해 웹 문서로의 변환 명령이 인가되면, 상기 제1 원본 전자 문서에 삽입되어 있는 복수의 이미지들 중 이미지 꾸미기 효과가 적용되어 있는 이미지가 존재하는지 여부를 확인한다.In step S320, when a conversion instruction to the web document is applied to the first original electronic document having the first file format, the image decorating effect among the plurality of images inserted in the first original electronic document is applied Check whether the existing image exists.
단계(S330)에서는 상기 제1 원본 전자 문서에서 이미지 꾸미기 효과가 적용되어 있는 이미지로 적어도 하나의 제1 이미지가 존재하는 것으로 확인된 경우, 상기 적어도 하나의 제1 이미지 각각에 적용되어 있는 이미지 꾸미기 효과를 확인한다.In step S330, if it is determined that at least one first image exists in the image to which the image decorating effect is applied in the first original electronic document, the image decorating effect applied to each of the at least one first image .
단계(S340)에서는 상기 꾸미기 효과 데이터베이스를 참조하여 상기 적어도 하나의 제1 이미지 각각에 적용되어 있는 이미지 꾸미기 효과에 대응되어 저장되어 있는 웹 문서용 꾸미기 효과 조합을 확인함으로써, 상기 꾸미기 효과 데이터베이스로부터 상기 적어도 하나의 제1 이미지 각각에 대응하는 웹 문서용 꾸미기 효과 조합을 추출한다.In step S340, the decorating effect database may be referred to to identify a decorating effect combination for a web document corresponding to the image decorating effect applied to each of the at least one first image, A combination of decorating effects for a web document corresponding to each of the first images is extracted.
단계(S350)에서는 상기 제1 원본 전자 문서가 변환될 제1 웹 문서 상에서 상기 적어도 하나의 제1 이미지 각각에 대해, 상기 적어도 하나의 제1 이미지 각각에 대응하는 웹 문서용 꾸미기 효과 조합을 구성하고 있는 하나 이상의 웹 문서용 꾸미기 효과들의 적용을 제어한다.In step S350, for each of the at least one first image on the first web document to which the first original electronic document is to be converted, a combination of decorating effects for the web document corresponding to each of the at least one first image is constructed Controls the application of decorating effects for one or more web documents.
이때, 본 발명의 일실시예에 따르면, 단계(S350)에서는 상기 적어도 하나의 제1 이미지 각각에 대해, 상기 제1 웹 문서 상에서 상기 적어도 하나의 제1 이미지가 삽입되어 표시될 적어도 하나의 제1 이미지 표시창을 생성하는 단계, 상기 적어도 하나의 제1 이미지 표시창 각각에 대해, 상기 적어도 하나의 제1 이미지 중 대응되는 이미지를 삽입하는 단계, 상기 적어도 하나의 제1 이미지 표시창 각각에 대해 대응되는 이미지의 삽입이 완료되면, 상기 적어도 하나의 제1 이미지 표시창 각각에 대해, 각 이미지 표시창에 삽입되어 있는 이미지에 대응하는 웹 문서용 꾸미기 효과 조합을 구성하고 있는 하나 이상의 웹 문서용 꾸미기 효과들을 적용하는 단계 및 웹 문서용 꾸미기 효과들의 적용이 완료된 상기 적어도 하나의 제1 이미지 표시창이 상기 제1 웹 문서 상에서 표시되도록 제어함으로써, 상기 적어도 하나의 제1 이미지 각각에 대한 웹 문서용 꾸미기 효과의 적용 제어를 수행하는 단계를 포함할 수 있다.According to an embodiment of the present invention, in step S350, for each of the at least one first image, at least one first image to be displayed with the at least one first image inserted and displayed on the first web document Inserting a corresponding image of the at least one first image for each of the at least one first image display window, generating a corresponding image of the at least one first image display window Applying to each of the at least one first image display window one or more decorating effects for a web document that comprises a combination of decorating effects for a web document corresponding to an image inserted in each image display window; Wherein the at least one first image display window, upon completion of application of decorating effects for a web document, So as to control application of the decorating effect for the web document to each of the at least one first image.
이때, 본 발명의 일실시예에 따르면, 단계(S350)에서는 상기 적어도 하나의 제1 이미지 각각에 대응하는 웹 문서용 꾸미기 효과 조합을 확인하여, 상기 적어도 하나의 제1 이미지 중 상기 제1 웹 문서 상에서 둘 이상의 웹 문서용 꾸미기 효과들의 묶음으로 구성된 웹 문서용 꾸미기 효과 조합이 적용될 이미지가 존재하는지 여부를 확인하는 단계 및 상기 제1 웹 문서 상에서 둘 이상의 웹 문서용 꾸미기 효과들의 묶음으로 구성된 웹 문서용 꾸미기 효과 조합이 적용될 이미지로 제2 이미지가 존재하는 경우, 상기 제2 이미지에 적용될 제1 웹 문서용 꾸미기 효과 조합을 구성하고 있는 둘 이상의 제1 웹 문서용 꾸미기 효과들의 개수만큼 제2 이미지 표시창(상기 제2 이미지 표시창은 상기 적어도 하나의 제1 이미지 표시창 중 상기 제2 이미지가 삽입되어 표시될 이미지 표시창임)을 표시하기 위한 가상의 이미지 표시 계층들을 생성하는 단계를 더 포함할 수 있다.According to an embodiment of the present invention, in step S350, a combination of a decorating effect for a web document corresponding to each of the at least one first image is confirmed, Comprising the steps of: determining whether there is an image to be applied to a combination of decorating effects for a web document comprising a bundle of decorating effects for two or more web documents on a first web document; The number of decorating effects for the first web document constituting the combination of the decorating effect for the first web document to be applied to the second image is reduced to the number of decorating effects for the second web image when the second image is present in the image to which the decorating effect combination is to be applied, Wherein the second image display window is formed by inserting the second image among the at least one first image display window and displaying A step of generating a virtual image of the display layer for displaying a display image Im) may be further included.
이때, 상기 꾸미기 효과들을 적용하는 단계는 상기 제2 이미지 표시창에 상기 제2 이미지의 삽입이 완료되면, 상기 가상의 이미지 표시 계층들 별로 상기 둘 이상의 제1 웹 문서용 꾸미기 효과들을 상기 제2 이미지 표시창에 대해 하나씩 적용함으로써, 상기 가상의 이미지 표시 계층들 별로 꾸미기 효과 적용이 완료된 상기 제2 이미지 표시창을 생성할 수 있고, 상기 꾸미기 효과의 적용 제어를 수행하는 단계는 상기 제1 웹 문서 상에서 상기 가상의 이미지 표시 계층들 별로 꾸미기 효과 적용이 완료된 상기 제2 이미지 표시창이 서로 겹쳐서 표시되도록 제어함으로써, 상기 제2 이미지에 대해 상기 둘 이상의 제1 웹 문서용 꾸미기 효과들의 적용을 제어할 수 있다.In this case, when the insertion of the second image into the second image display window is completed, the applying of the decorating effects may include applying the decorating effects for the two or more first web documents to the second image display window The second image display window may be created by applying the decorating effect to the virtual image display layers one by one, and the step of performing the application control of the decorating effect may include: It is possible to control the application of the decorating effects for the two or more first web documents to the second image by controlling the second image display windows that have been decorated by the image display layers to overlap each other.
또한, 본 발명의 일실시예에 따르면, 상기 꾸미기 효과 데이터베이스에는 상기 복수의 선정된 웹 문서용 꾸미기 효과 조합들 중 둘 이상의 웹 문서용 꾸미기 효과들의 묶음으로 구성된 조합인 적어도 하나의 선정된 제2 웹 문서용 꾸미기 효과 조합 각각에 대해, 상기 적어도 하나의 선정된 제2 웹 문서용 꾸미기 효과 조합 각각에 포함되어 있는 둘 이상의 웹 문서용 꾸미기 효과들 각각이 적용될 이미지 표시 계층에 대한 레벨 정보(상기 레벨 정보는 웹 문서 상에서 각 이미지 표시 계층들의 적층 위치와 연관된 정보임)가 추가로 저장되어 있을 수 있다.According to an embodiment of the present invention, the decorating effect database may include at least one selected second web, which is a combination of decorating effects for two or more web documents among the plurality of selected decorating effect combinations for web documents, For each combination of decorating effects for a document, leveling information for an image rendering layer to which each of the decorating effects for two or more web documents included in each of the at least one selected combination of decorating effects for a second web document is to be applied Is information associated with the stacking position of each image display layer on the web document).
이때, 상기 꾸미기 효과의 적용 제어를 수행하는 단계는 상기 꾸미기 효과 데이터베이스로부터 상기 둘 이상의 제1 웹 문서용 꾸미기 효과들 각각이 적용될 이미지 표시 계층에 대한 레벨 정보를 참조하여, 상기 제1 웹 문서 상에서 상기 가상의 이미지 표시 계층들 별로 꾸미기 효과 적용이 완료된 상기 제2 이미지 표시창을 대응되는 레벨 정보에 따른 위치 상에 적층시킴으로써, 상기 제1 웹 문서 상에서 상기 가상의 이미지 표시 계층들 별로 꾸미기 효과 적용이 완료된 상기 제2 이미지 표시창이 서로 겹쳐서 표시되도록 제어할 수 있다.In this case, the step of performing application control of the decorating effect may include: referring to the level information on the image display layer to which each of the decorating effects for the two or more first web documents is to be applied from the decorating effect database, The second image display window in which the decorating effect has been applied for each virtual image display layer is stacked on the position corresponding to the corresponding level information, It is possible to control the second image display windows to overlap each other.
또한, 본 발명의 일실시예에 따르면, 단계(S350)에서는 상기 적어도 하나의 제1 이미지 중 상기 꾸미기 효과 데이터베이스 상에서 각 이미지에 적용되어 있는 이미지 꾸미기 효과에 대응하는 웹 문서용 꾸미기 효과 조합이 존재하지 않은 이미지로 제3 이미지가 존재하는 경우, 상기 적어도 하나의 제1 이미지 표시창 각각에 대해 대응되는 이미지의 삽입이 완료되면, 상기 제3 이미지가 삽입되어 있는 제3 이미지 표시창에 대해 어떠한 웹 문서용 꾸미기 효과도 적용하지 않은 채로 상기 웹 문서 상에서 상기 제3 이미지 표시창이 표시되도록 제어하는 단계를 더 포함할 수 있다.According to an exemplary embodiment of the present invention, in step S350, there is no combination of a decorating effect for a web document corresponding to an image decorating effect applied to each image on the decorating effect database among the at least one first image If a third image is present in the first image display window and the corresponding image is inserted in each of the at least one first image display window, And controlling the third image display window to be displayed on the web document without applying an effect.
이상, 도 3을 참조하여 본 발명의 일실시예에 따른 원본 이미지에 적용된 꾸미기 효과의 유지가 가능한 웹 문서 변환 지원 장치의 동작 방법에 대해 설명하였다. 여기서, 본 발명의 일실시예에 따른 원본 이미지에 적용된 꾸미기 효과의 유지가 가능한 웹 문서 변환 지원 장치의 동작 방법은 도 2를 이용하여 설명한 원본 이미지에 적용된 꾸미기 효과의 유지가 가능한 웹 문서 변환 지원 장치(210)의 동작에 대한 구성과 대응될 수 있으므로, 이에 대한 보다 상세한 설명은 생략하기로 한다.The operation of the web document conversion support apparatus capable of maintaining the decorating effect applied to the original image according to the embodiment of the present invention has been described above with reference to FIG. Hereinafter, an operation method of a web document conversion supporting apparatus capable of maintaining a decorating effect applied to an original image according to an embodiment of the present invention will be described with reference to FIG. 2, which is a web document conversion supporting apparatus capable of maintaining a decorating effect applied to an original image And thus the detailed description thereof will be omitted.
본 발명의 일실시예에 따른 원본 이미지에 적용된 꾸미기 효과의 유지가 가능한 웹 문서 변환 지원 장치의 동작 방법은 컴퓨터와의 결합을 통해 실행시키기 위한 저장매체에 저장된 컴퓨터 프로그램으로 구현될 수 있다.A method of operating a web document conversion supporting apparatus capable of maintaining a decorating effect applied to an original image according to an exemplary embodiment of the present invention can be implemented by a computer program stored in a storage medium for execution through a combination with a computer.
또한, 본 발명의 일실시예에 따른 원본 이미지에 적용된 꾸미기 효과의 유지가 가능한 웹 문서 변환 지원 장치의 동작 방법은 다양한 컴퓨터 수단을 통하여 수행될 수 있는 프로그램 명령 형태로 구현되어 컴퓨터 판독 가능 매체에 기록될 수 있다. 상기 컴퓨터 판독 가능 매체는 프로그램 명령, 데이터 파일, 데이터 구조 등을 단독으로 또는 조합하여 포함할 수 있다. 상기 매체에 기록되는 프로그램 명령은 본 발명을 위하여 특별히 설계되고 구성된 것들이거나 컴퓨터 소프트웨어 당업자에게 공지되어 사용 가능한 것일 수도 있다. 컴퓨터 판독 가능 기록 매체의 예에는 하드 디스크, 플로피 디스크 및 자기 테이프와 같은 자기 매체(magnetic media), CD-ROM, DVD와 같은 광기록 매체(optical media), 플롭티컬 디스크(floptical disk)와 같은 자기-광 매체(magneto-optical media), 및 롬(ROM), 램(RAM), 플래시 메모리 등과 같은 프로그램 명령을 저장하고 수행하도록 특별히 구성된 하드웨어 장치가 포함된다. 프로그램 명령의 예에는 컴파일러에 의해 만들어지는 것과 같은 기계어 코드뿐만 아니라 인터프리터 등을 사용해서 컴퓨터에 의해서 실행될 수 있는 고급 언어 코드를 포함한다. The operation method of the web document conversion supporting apparatus capable of maintaining the decorating effect applied to the original image according to an embodiment of the present invention may be implemented in the form of a program command that can be executed through various computer means, . The computer-readable medium may include program instructions, data files, data structures, and the like, alone or in combination. The program instructions recorded on the medium may be those specially designed and configured for the present invention or may be available to those skilled in the art of computer software. Examples of computer-readable media include magnetic media such as hard disks, floppy disks and magnetic tape; optical media such as CD-ROMs and DVDs; magnetic media such as floppy disks; Magneto-optical media, and hardware devices specifically configured to store and execute program instructions such as ROM, RAM, flash memory, and the like. Examples of program instructions include machine language code such as those produced by a compiler, as well as high-level language code that can be executed by a computer using an interpreter or the like.
이상과 같이 본 발명에서는 구체적인 구성 요소 등과 같은 특정 사항들과 한정된 실시예 및 도면에 의해 설명되었으나 이는 본 발명의 보다 전반적인 이해를 돕기 위해서 제공된 것일 뿐, 본 발명은 상기의 실시예에 한정되는 것은 아니며, 본 발명이 속하는 분야에서 통상적인 지식을 가진 자라면 이러한 기재로부터 다양한 수정 및 변형이 가능하다. As described above, the present invention has been described with reference to particular embodiments, such as specific elements, and specific embodiments and drawings. However, it should be understood that the present invention is not limited to the above- And various modifications and changes may be made thereto by those skilled in the art to which the present invention pertains.
따라서, 본 발명의 사상은 설명된 실시예에 국한되어 정해져서는 아니되며, 후술하는 특허청구범위뿐 아니라 이 특허청구범위와 균등하거나 등가적 변형이 있는 모든 것들은 본 발명 사상의 범주에 속한다고 할 것이다.Accordingly, the spirit of the present invention should not be construed as being limited to the embodiments described, and all of the equivalents or equivalents of the claims, as well as the following claims, belong to the scope of the present invention .
210: 원본 이미지에 적용된 꾸미기 효과의 유지가 가능한 웹 문서 변환 지원 장치
211: 꾸미기 효과 데이터베이스 212: 이미지 확인부
213: 이미지 꾸미기 효과 확인부 214: 꾸미기 효과 조합 추출부
215: 꾸미기 효과 적용 제어부 216: 이미지 표시창 생성부
217: 이미지 삽입부 218: 꾸미기 적용부
219: 꾸미기 제어부 220: 이미지 존재 확인부
221: 계층 생성부 222: 꾸미기 미적용 표시 제어부210: Web document conversion support device that can maintain the decorating effect applied to the original image
211: decorating effect database 212: image checking unit
213: image decorating effect confirmation unit 214: decorating effect combination extracting unit
215: Decorating effect applying control unit 216: Image display window generating unit
217: image inserting unit 218: decorating application unit
219: Decorating control unit 220:
221: Layer generation unit 222: Not Decorating Display control unit
Claims (12)
상기 제1 파일 형식을 갖는 제1 원본 전자 문서에 대해 웹 문서로의 변환 명령이 인가되면, 상기 제1 원본 전자 문서에 삽입되어 있는 복수의 이미지들 중 이미지 꾸미기 효과가 적용되어 있는 이미지가 존재하는지 여부를 확인하는 이미지 확인부;
상기 제1 원본 전자 문서에서 이미지 꾸미기 효과가 적용되어 있는 이미지로 적어도 하나의 제1 이미지가 존재하는 것으로 확인된 경우, 상기 적어도 하나의 제1 이미지 각각에 적용되어 있는 이미지 꾸미기 효과를 확인하는 이미지 꾸미기 효과 확인부;
상기 꾸미기 효과 데이터베이스를 참조하여 상기 적어도 하나의 제1 이미지 각각에 적용되어 있는 이미지 꾸미기 효과에 대응되어 저장되어 있는 웹 문서용 꾸미기 효과 조합을 확인함으로써, 상기 꾸미기 효과 데이터베이스로부터 상기 적어도 하나의 제1 이미지 각각에 대응하는 웹 문서용 꾸미기 효과 조합을 추출하는 꾸미기 효과 조합 추출부; 및
상기 제1 원본 전자 문서가 변환될 제1 웹 문서 상에서 상기 적어도 하나의 제1 이미지 각각에 대해, 상기 적어도 하나의 제1 이미지 각각에 대응하는 웹 문서용 꾸미기 효과 조합을 구성하고 있는 하나 이상의 웹 문서용 꾸미기 효과들의 적용을 제어하는 꾸미기 효과 적용 제어부
를 포함하고,
상기 꾸미기 효과 적용 제어부는
상기 적어도 하나의 제1 이미지 각각에 대해, 상기 제1 웹 문서 상에서 상기 적어도 하나의 제1 이미지가 삽입되어 표시될 적어도 하나의 제1 이미지 표시창을 생성하는 이미지 표시창 생성부;
상기 적어도 하나의 제1 이미지 표시창 각각에 대해, 상기 적어도 하나의 제1 이미지 중 대응되는 이미지를 삽입하는 이미지 삽입부;
상기 적어도 하나의 제1 이미지 표시창 각각에 대해 대응되는 이미지의 삽입이 완료되면, 상기 적어도 하나의 제1 이미지 표시창 각각에 대해, 각 이미지 표시창에 삽입되어 있는 이미지에 대응하는 웹 문서용 꾸미기 효과 조합을 구성하고 있는 하나 이상의 웹 문서용 꾸미기 효과들을 적용하는 꾸미기 적용부; 및
웹 문서용 꾸미기 효과들의 적용이 완료된 상기 적어도 하나의 제1 이미지 표시창이 상기 제1 웹 문서 상에서 표시되도록 제어함으로써, 상기 적어도 하나의 제1 이미지 각각에 대한 웹 문서용 꾸미기 효과의 적용 제어를 수행하는 꾸미기 제어부
를 포함하며,
상기 꾸미기 효과 적용 제어부는
상기 적어도 하나의 제1 이미지 각각에 대응하는 웹 문서용 꾸미기 효과 조합을 확인하여, 상기 적어도 하나의 제1 이미지 중 상기 제1 웹 문서 상에서 둘 이상의 웹 문서용 꾸미기 효과들의 묶음으로 구성된 웹 문서용 꾸미기 효과 조합이 적용될 이미지가 존재하는지 여부를 확인하는 이미지 존재 확인부; 및
상기 제1 웹 문서 상에서 둘 이상의 웹 문서용 꾸미기 효과들의 묶음으로 구성된 웹 문서용 꾸미기 효과 조합이 적용될 이미지로 제2 이미지가 존재하는 경우, 상기 제2 이미지에 적용될 제1 웹 문서용 꾸미기 효과 조합을 구성하고 있는 둘 이상의 제1 웹 문서용 꾸미기 효과들의 개수만큼 제2 이미지 표시창 - 상기 제2 이미지 표시창은 상기 적어도 하나의 제1 이미지 표시창 중 상기 제2 이미지가 삽입되어 표시될 이미지 표시창임 - 을 표시하기 위한 가상의 이미지 표시 계층(layer)들을 생성하는 계층 생성부
를 더 포함하고,
상기 꾸미기 적용부는
상기 제2 이미지 표시창에 상기 제2 이미지의 삽입이 완료되면, 상기 가상의 이미지 표시 계층들 별로 상기 둘 이상의 제1 웹 문서용 꾸미기 효과들을 상기 제2 이미지 표시창에 대해 하나씩 적용함으로써, 상기 가상의 이미지 표시 계층들 별로 꾸미기 효과 적용이 완료된 상기 제2 이미지 표시창을 생성하며,
상기 꾸미기 제어부는
상기 제1 웹 문서 상에서 상기 가상의 이미지 표시 계층들 별로 꾸미기 효과 적용이 완료된 상기 제2 이미지 표시창이 서로 겹쳐서 표시되도록 제어함으로써, 상기 제2 이미지에 대해 상기 둘 이상의 제1 웹 문서용 꾸미기 효과들의 적용을 제어하는 원본 이미지에 적용된 꾸미기 효과의 유지가 가능한 웹 문서 변환 지원 장치.A plurality of predetermined decorating effect combinations for a web document for each of a plurality of image decorating effects that can be supported in an electronic document having a first file format, A combination of at least one set of decorating effects for a web document that can be supported in a document;
When a conversion instruction to a web document is applied to a first original electronic document having the first file format, whether there is an image to which an image decorating effect is applied among a plurality of images inserted in the first original electronic document An image verification unit for confirming whether or not the image has been checked;
Wherein the image decorating effect is applied to each of the at least one first image when it is determined that at least one first image exists in the image in which the image decorating effect is applied in the first original electronic document, An effect confirmation unit;
Determining a combination of a decorating effect for a web document stored corresponding to an image decorating effect applied to each of the at least one first image with reference to the decorating effect database, A decorating effect combination extraction unit for extracting a decorating effect combination corresponding to each web document; And
For each of the at least one first image on a first web document to which the first original electronic document is to be converted, one or more web documents constituting a combination of a decorating effect for a web document corresponding to each of the at least one first image A decorating effect applying control unit for controlling the application of the decorating effects
Lt; / RTI >
The decorating effect application control unit
An image display window generation unit for generating at least one first image display window in which the at least one first image is inserted and displayed on the first web document, for each of the at least one first image;
An image insertion unit for inserting, for each of said at least one first image display window, a corresponding one of said at least one first image;
Wherein when the insertion of the corresponding image is completed for each of the at least one first image display window, for each of the at least one first image display window, a combination of a decorating effect for a web document corresponding to the image inserted in each image display window A decorating unit applying one or more decorating effects for a web document; And
Controlling application of the decorating effect for the web document to each of the at least one first image by controlling the display of the at least one first image display window to which the decorating effects for the web document are applied on the first web document The decorating control unit
/ RTI >
The decorating effect application control unit
Identifying a combination of a decorating effect for a web document corresponding to each of the at least one first image and decorating a web document comprising a bundle of decorating effects for two or more web documents on the first one of the at least one first image, An image existence confirmation unit for confirming whether or not an image to which an effect combination is to be applied exists; And
A combination of a decorating effect for a first web document to be applied to the second image when a second image exists in an image to which a decorating effect combination for a web document composed of a bundle of decorating effects for two or more web documents on the first web document is applied, Wherein the second image display window is the image display window in which the second image among the at least one first image display window is inserted and is displayed, by the number of the decorating effects for the two or more first web documents constituting the second image display window A layer generating unit for generating virtual image display layers
Further comprising:
The decorating application unit
Wherein when the insertion of the second image into the second image display window is completed, applying the decorating effects for the two or more first web documents one by one to the second image display window for each of the virtual image display layers, Creating the second image display window in which the decorating effect has been applied for each display layer,
The decorating control unit
The second image display window in which the decorating effect has been applied for each of the virtual image display layers on the first web document is displayed so as to be overlapped with each other, thereby applying the application of the decorating effects for the two or more first web documents to the second image A web document conversion support device capable of maintaining a decorating effect applied to an original image that controls a web page.
상기 꾸미기 효과 데이터베이스에는
상기 복수의 선정된 웹 문서용 꾸미기 효과 조합들 중 둘 이상의 웹 문서용 꾸미기 효과들의 묶음으로 구성된 조합인 적어도 하나의 선정된 제2 웹 문서용 꾸미기 효과 조합 각각에 대해, 상기 적어도 하나의 선정된 제2 웹 문서용 꾸미기 효과 조합 각각에 포함되어 있는 둘 이상의 웹 문서용 꾸미기 효과들 각각이 적용될 이미지 표시 계층에 대한 레벨(level) 정보 - 상기 레벨 정보는 웹 문서 상에서 각 이미지 표시 계층들의 적층 위치와 연관된 정보임 - 가 추가로 저장되어 있고,
상기 꾸미기 제어부는
상기 꾸미기 효과 데이터베이스로부터 상기 둘 이상의 제1 웹 문서용 꾸미기 효과들 각각이 적용될 이미지 표시 계층에 대한 레벨 정보를 참조하여, 상기 제1 웹 문서 상에서 상기 가상의 이미지 표시 계층들 별로 꾸미기 효과 적용이 완료된 상기 제2 이미지 표시창을 대응되는 레벨 정보에 따른 위치 상에 적층시킴으로써, 상기 제1 웹 문서 상에서 상기 가상의 이미지 표시 계층들 별로 꾸미기 효과 적용이 완료된 상기 제2 이미지 표시창이 서로 겹쳐서 표시되도록 제어하는 원본 이미지에 적용된 꾸미기 효과의 유지가 가능한 웹 문서 변환 지원 장치.The method according to claim 1,
The decorating effect database
For each of the at least one selected combination of decorating effects for a second web document that is a combination of decorating effects for two or more web documents among decorating effect combinations for the plurality of selected web documents, 2 level information for an image display layer to which each of the decorating effects for two or more web documents included in each of the decorating effect combinations for a web document is to be applied, said level information being associated with a stacking position of each image display layer Information - is additionally stored,
The decorating control unit
Wherein the decorating effect database is created by referring to the level information of the image display layer to which each of the decorating effects for the two or more first web documents is to be applied from the decorating effect database, The second image display window is stacked on the position corresponding to the corresponding level information so that the second image display window having the effect of applying the decorating effect for each of the virtual image display layers on the first web document is overlapped and displayed, A web document conversion support device capable of maintaining a decorating effect applied to a web document.
상기 꾸미기 효과 적용 제어부는
상기 적어도 하나의 제1 이미지 중 상기 꾸미기 효과 데이터베이스 상에서 각 이미지에 적용되어 있는 이미지 꾸미기 효과에 대응하는 웹 문서용 꾸미기 효과 조합이 존재하지 않은 이미지로 제3 이미지가 존재하는 경우, 상기 적어도 하나의 제1 이미지 표시창 각각에 대해 대응되는 이미지의 삽입이 완료되면, 상기 제3 이미지가 삽입되어 있는 제3 이미지 표시창에 대해 어떠한 웹 문서용 꾸미기 효과도 적용하지 않은 채로 상기 웹 문서 상에서 상기 제3 이미지 표시창이 표시되도록 제어하는 꾸미기 미적용 표시 제어부
를 더 포함하는 원본 이미지에 적용된 꾸미기 효과의 유지가 가능한 웹 문서 변환 지원 장치.The method according to claim 1,
The decorating effect application control unit
If there is a third image in an image in which there is no combination of decorating effects for a web document corresponding to an image decorating effect applied to each image on the decorating effect database among the at least one first image, When the insertion of the corresponding image for each of the one image display window is completed, the third image display window is displayed on the web document without any decorating effect for the web image on the third image display window in which the third image is inserted A display control unit
A web page conversion support device capable of maintaining the decorating effect applied to the original image including the web page.
상기 제1 파일 형식을 갖는 제1 원본 전자 문서에 대해 웹 문서로의 변환 명령이 인가되면, 상기 제1 원본 전자 문서에 삽입되어 있는 복수의 이미지들 중 이미지 꾸미기 효과가 적용되어 있는 이미지가 존재하는지 여부를 확인하는 단계;
상기 제1 원본 전자 문서에서 이미지 꾸미기 효과가 적용되어 있는 이미지로 적어도 하나의 제1 이미지가 존재하는 것으로 확인된 경우, 상기 적어도 하나의 제1 이미지 각각에 적용되어 있는 이미지 꾸미기 효과를 확인하는 단계;
상기 꾸미기 효과 데이터베이스를 참조하여 상기 적어도 하나의 제1 이미지 각각에 적용되어 있는 이미지 꾸미기 효과에 대응되어 저장되어 있는 웹 문서용 꾸미기 효과 조합을 확인함으로써, 상기 꾸미기 효과 데이터베이스로부터 상기 적어도 하나의 제1 이미지 각각에 대응하는 웹 문서용 꾸미기 효과 조합을 추출하는 단계; 및
상기 제1 원본 전자 문서가 변환될 제1 웹 문서 상에서 상기 적어도 하나의 제1 이미지 각각에 대해, 상기 적어도 하나의 제1 이미지 각각에 대응하는 웹 문서용 꾸미기 효과 조합을 구성하고 있는 하나 이상의 웹 문서용 꾸미기 효과들의 적용을 제어하는 단계
를 포함하고,
상기 꾸미기 효과들의 적용을 제어하는 단계는
상기 적어도 하나의 제1 이미지 각각에 대해, 상기 제1 웹 문서 상에서 상기 적어도 하나의 제1 이미지가 삽입되어 표시될 적어도 하나의 제1 이미지 표시창을 생성하는 단계;
상기 적어도 하나의 제1 이미지 표시창 각각에 대해, 상기 적어도 하나의 제1 이미지 중 대응되는 이미지를 삽입하는 단계;
상기 적어도 하나의 제1 이미지 표시창 각각에 대해 대응되는 이미지의 삽입이 완료되면, 상기 적어도 하나의 제1 이미지 표시창 각각에 대해, 각 이미지 표시창에 삽입되어 있는 이미지에 대응하는 웹 문서용 꾸미기 효과 조합을 구성하고 있는 하나 이상의 웹 문서용 꾸미기 효과들을 적용하는 단계; 및
웹 문서용 꾸미기 효과들의 적용이 완료된 상기 적어도 하나의 제1 이미지 표시창이 상기 제1 웹 문서 상에서 표시되도록 제어함으로써, 상기 적어도 하나의 제1 이미지 각각에 대한 웹 문서용 꾸미기 효과의 적용 제어를 수행하는 단계
를 포함하며,
상기 꾸미기 효과들의 적용을 제어하는 단계는
상기 적어도 하나의 제1 이미지 각각에 대응하는 웹 문서용 꾸미기 효과 조합을 확인하여, 상기 적어도 하나의 제1 이미지 중 상기 제1 웹 문서 상에서 둘 이상의 웹 문서용 꾸미기 효과들의 묶음으로 구성된 웹 문서용 꾸미기 효과 조합이 적용될 이미지가 존재하는지 여부를 확인하는 단계; 및
상기 제1 웹 문서 상에서 둘 이상의 웹 문서용 꾸미기 효과들의 묶음으로 구성된 웹 문서용 꾸미기 효과 조합이 적용될 이미지로 제2 이미지가 존재하는 경우, 상기 제2 이미지에 적용될 제1 웹 문서용 꾸미기 효과 조합을 구성하고 있는 둘 이상의 제1 웹 문서용 꾸미기 효과들의 개수만큼 제2 이미지 표시창 - 상기 제2 이미지 표시창은 상기 적어도 하나의 제1 이미지 표시창 중 상기 제2 이미지가 삽입되어 표시될 이미지 표시창임 - 을 표시하기 위한 가상의 이미지 표시 계층(layer)들을 생성하는 단계
를 더 포함하고,
상기 꾸미기 효과들을 적용하는 단계는
상기 제2 이미지 표시창에 상기 제2 이미지의 삽입이 완료되면, 상기 가상의 이미지 표시 계층들 별로 상기 둘 이상의 제1 웹 문서용 꾸미기 효과들을 상기 제2 이미지 표시창에 대해 하나씩 적용함으로써, 상기 가상의 이미지 표시 계층들 별로 꾸미기 효과 적용이 완료된 상기 제2 이미지 표시창을 생성하며,
상기 꾸미기 효과의 적용 제어를 수행하는 단계는
상기 제1 웹 문서 상에서 상기 가상의 이미지 표시 계층들 별로 꾸미기 효과 적용이 완료된 상기 제2 이미지 표시창이 서로 겹쳐서 표시되도록 제어함으로써, 상기 제2 이미지에 대해 상기 둘 이상의 제1 웹 문서용 꾸미기 효과들의 적용을 제어하는 원본 이미지에 적용된 꾸미기 효과의 유지가 가능한 웹 문서 변환 지원 장치의 동작 방법.A plurality of predetermined decorating effect combinations for a web document for each of a plurality of image decorating effects that can be supported in an electronic document having a first file format, A combination of at least one set of decorating effects for a web document that can be supported in a document;
When a conversion instruction to a web document is applied to a first original electronic document having the first file format, whether there is an image to which an image decorating effect is applied among a plurality of images inserted in the first original electronic document Checking whether or not it is acceptable;
Confirming an image decorating effect applied to each of the at least one first image when it is determined that at least one first image exists in the image to which the image decorating effect is applied in the first original electronic document;
Determining a combination of a decorating effect for a web document stored corresponding to an image decorating effect applied to each of the at least one first image with reference to the decorating effect database, Extracting a combination of decorating effects for a web document corresponding to each of the decorating effects; And
For each of the at least one first image on a first web document to which the first original electronic document is to be converted, one or more web documents constituting a combination of a decorating effect for a web document corresponding to each of the at least one first image Controlling the application of the decorating effects
Lt; / RTI >
The step of controlling application of the decorating effects
Creating, for each of the at least one first image, at least one first image display window on which the at least one first image is to be inserted and displayed on the first web document;
Inserting, for each of the at least one first image display window, a corresponding one of the at least one first image;
Wherein when the insertion of the corresponding image is completed for each of the at least one first image display window, for each of the at least one first image display window, a combination of a decorating effect for a web document corresponding to the image inserted in each image display window Applying decorating effects for the one or more web documents that comprise the web page; And
Controlling application of the decorating effect for the web document to each of the at least one first image by controlling the display of the at least one first image display window to which the decorating effects for the web document are applied on the first web document step
/ RTI >
The step of controlling application of the decorating effects
Identifying a combination of a decorating effect for a web document corresponding to each of the at least one first image and decorating a web document comprising a bundle of decorating effects for two or more web documents on the first one of the at least one first image, Confirming whether or not an image to which an effect combination is to be applied exists; And
A combination of a decorating effect for a first web document to be applied to the second image when a second image exists in an image to which a decorating effect combination for a web document composed of a bundle of decorating effects for two or more web documents on the first web document is applied, Wherein the second image display window is the image display window in which the second image among the at least one first image display window is inserted and is displayed, by the number of the decorating effects for the two or more first web documents constituting the second image display window Creating virtual image display layers for < RTI ID = 0.0 >
Further comprising:
The step of applying the decorating effects
Wherein when the insertion of the second image into the second image display window is completed, applying the decorating effects for the two or more first web documents one by one to the second image display window for each of the virtual image display layers, Creating the second image display window in which the decorating effect has been applied for each display layer,
The step of performing application control of the decorating effect
The second image display window in which the decorating effect has been applied for each of the virtual image display layers on the first web document is displayed so as to be overlapped with each other, thereby applying the application of the decorating effects for the two or more first web documents to the second image A method of operating a web document conversion supporting apparatus capable of maintaining a decorating effect applied to an original image for controlling a web page.
상기 꾸미기 효과 데이터베이스에는
상기 복수의 선정된 웹 문서용 꾸미기 효과 조합들 중 둘 이상의 웹 문서용 꾸미기 효과들의 묶음으로 구성된 조합인 적어도 하나의 선정된 제2 웹 문서용 꾸미기 효과 조합 각각에 대해, 상기 적어도 하나의 선정된 제2 웹 문서용 꾸미기 효과 조합 각각에 포함되어 있는 둘 이상의 웹 문서용 꾸미기 효과들 각각이 적용될 이미지 표시 계층에 대한 레벨(level) 정보 - 상기 레벨 정보는 웹 문서 상에서 각 이미지 표시 계층들의 적층 위치와 연관된 정보임 - 가 추가로 저장되어 있고,
상기 꾸미기 효과의 적용 제어를 수행하는 단계는
상기 꾸미기 효과 데이터베이스로부터 상기 둘 이상의 제1 웹 문서용 꾸미기 효과들 각각이 적용될 이미지 표시 계층에 대한 레벨 정보를 참조하여, 상기 제1 웹 문서 상에서 상기 가상의 이미지 표시 계층들 별로 꾸미기 효과 적용이 완료된 상기 제2 이미지 표시창을 대응되는 레벨 정보에 따른 위치 상에 적층시킴으로써, 상기 제1 웹 문서 상에서 상기 가상의 이미지 표시 계층들 별로 꾸미기 효과 적용이 완료된 상기 제2 이미지 표시창이 서로 겹쳐서 표시되도록 제어하는 원본 이미지에 적용된 꾸미기 효과의 유지가 가능한 웹 문서 변환 지원 장치의 동작 방법.The method according to claim 6,
The decorating effect database
For each of the at least one selected combination of decorating effects for a second web document that is a combination of decorating effects for two or more web documents among decorating effect combinations for the plurality of selected web documents, 2 level information for an image display layer to which each of the decorating effects for two or more web documents included in each of the decorating effect combinations for a web document is to be applied, said level information being associated with a stacking position of each image display layer Information - is additionally stored,
The step of performing application control of the decorating effect
Wherein the decorating effect database is created by referring to the level information of the image display layer to which each of the decorating effects for the two or more first web documents is to be applied from the decorating effect database, The second image display window is stacked on the position corresponding to the corresponding level information so that the second image display window having the effect of applying the decorating effect for each of the virtual image display layers on the first web document is overlapped and displayed, A method for operating a web document conversion supporting apparatus capable of maintaining a decorating effect applied to a web document conversion supporting apparatus.
상기 꾸미기 효과들의 적용을 제어하는 단계는
상기 적어도 하나의 제1 이미지 중 상기 꾸미기 효과 데이터베이스 상에서 각 이미지에 적용되어 있는 이미지 꾸미기 효과에 대응하는 웹 문서용 꾸미기 효과 조합이 존재하지 않은 이미지로 제3 이미지가 존재하는 경우, 상기 적어도 하나의 제1 이미지 표시창 각각에 대해 대응되는 이미지의 삽입이 완료되면, 상기 제3 이미지가 삽입되어 있는 제3 이미지 표시창에 대해 어떠한 웹 문서용 꾸미기 효과도 적용하지 않은 채로 상기 웹 문서 상에서 상기 제3 이미지 표시창이 표시되도록 제어하는 단계
를 더 포함하는 원본 이미지에 적용된 꾸미기 효과의 유지가 가능한 웹 문서 변환 지원 장치의 동작 방법.The method according to claim 6,
The step of controlling application of the decorating effects
If there is a third image in an image in which there is no combination of decorating effects for a web document corresponding to an image decorating effect applied to each image on the decorating effect database among the at least one first image, When the insertion of the corresponding image for each of the one image display window is completed, the third image display window is displayed on the web document without any decorating effect for the web image on the third image display window in which the third image is inserted Step of controlling to be displayed
The method of claim 1, further comprising the steps of:
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020170057885A KR101809459B1 (en) | 2017-05-10 | 2017-05-10 | Web document conversion support apparatus that can maintain decorating effect applied to original image and operating method thereof |
PCT/KR2018/005055 WO2018208038A1 (en) | 2017-05-10 | 2018-05-02 | Web document conversion supporting device capable of maintaining decoration effects applied to original image, and operation method thereof |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020170057885A KR101809459B1 (en) | 2017-05-10 | 2017-05-10 | Web document conversion support apparatus that can maintain decorating effect applied to original image and operating method thereof |
Publications (1)
Publication Number | Publication Date |
---|---|
KR101809459B1 true KR101809459B1 (en) | 2017-12-15 |
Family
ID=60954237
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1020170057885A KR101809459B1 (en) | 2017-05-10 | 2017-05-10 | Web document conversion support apparatus that can maintain decorating effect applied to original image and operating method thereof |
Country Status (2)
Country | Link |
---|---|
KR (1) | KR101809459B1 (en) |
WO (1) | WO2018208038A1 (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR20200006255A (en) * | 2018-07-10 | 2020-01-20 | 주식회사 한글과컴퓨터 | Electronic device for controlling a plurality of images included in electronic document and operating method thereof |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR102706932B1 (en) | 2020-02-10 | 2024-09-13 | 삼성전자주식회사 | method for generating image and electronic device thereof |
Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2004046858A (en) * | 2002-06-28 | 2004-02-12 | Microsoft Corp | Method for resolving document object collision |
US20060200755A1 (en) | 2005-03-04 | 2006-09-07 | Microsoft Corporation | Method and system for resolving conflicts in attribute operations in a collaborative editing environment |
US20130138733A1 (en) | 2011-11-25 | 2013-05-30 | Matthias Heinrich | Universal collaboration adapter for web editors |
US20130246901A1 (en) | 2012-03-19 | 2013-09-19 | Litera Technologies, LLC. | System and method for synchronizing bi-directional document management |
KR101485788B1 (en) * | 2014-03-28 | 2015-01-26 | 주식회사 한글과컴퓨터 | Screen division rendering based electronic document display apparatus and method |
KR101489666B1 (en) * | 2014-07-18 | 2015-02-04 | 주식회사 한글과컴퓨터 | Electronic document editing device and method for inserting image based on rotation information |
Family Cites Families (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR101814120B1 (en) * | 2011-08-26 | 2018-01-03 | 에스프린팅솔루션 주식회사 | Method and apparatus for inserting image to electrical document |
KR102380979B1 (en) * | 2015-01-05 | 2022-04-01 | 삼성전자 주식회사 | Image metadata managing method and apparatus |
KR101652853B1 (en) * | 2015-02-26 | 2016-09-01 | 주식회사 한글과컴퓨터 | Electronic document editing device and method for partial resizing of the image object |
KR20160098945A (en) * | 2015-05-18 | 2016-08-19 | 주식회사 인프라웨어 | Apparatus, method and computer program stored in computer-readable medium for edting electronic document by inserting image into table |
-
2017
- 2017-05-10 KR KR1020170057885A patent/KR101809459B1/en active IP Right Grant
-
2018
- 2018-05-02 WO PCT/KR2018/005055 patent/WO2018208038A1/en active Application Filing
Patent Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2004046858A (en) * | 2002-06-28 | 2004-02-12 | Microsoft Corp | Method for resolving document object collision |
US20060200755A1 (en) | 2005-03-04 | 2006-09-07 | Microsoft Corporation | Method and system for resolving conflicts in attribute operations in a collaborative editing environment |
US20130138733A1 (en) | 2011-11-25 | 2013-05-30 | Matthias Heinrich | Universal collaboration adapter for web editors |
US20130246901A1 (en) | 2012-03-19 | 2013-09-19 | Litera Technologies, LLC. | System and method for synchronizing bi-directional document management |
KR101485788B1 (en) * | 2014-03-28 | 2015-01-26 | 주식회사 한글과컴퓨터 | Screen division rendering based electronic document display apparatus and method |
KR101489666B1 (en) * | 2014-07-18 | 2015-02-04 | 주식회사 한글과컴퓨터 | Electronic document editing device and method for inserting image based on rotation information |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR20200006255A (en) * | 2018-07-10 | 2020-01-20 | 주식회사 한글과컴퓨터 | Electronic device for controlling a plurality of images included in electronic document and operating method thereof |
KR102076561B1 (en) | 2018-07-10 | 2020-02-12 | 주식회사 한글과컴퓨터 | Electronic device for controlling a plurality of images included in electronic document and operating method thereof |
Also Published As
Publication number | Publication date |
---|---|
WO2018208038A1 (en) | 2018-11-15 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US11216253B2 (en) | Application prototyping tool | |
US7412644B2 (en) | System and process for delivering and rendering scalable web pages | |
JP5209051B2 (en) | Data system and method | |
US9047261B2 (en) | Document editing method | |
US8166390B2 (en) | Figure sizing and positioning on dynamic pages | |
KR101809457B1 (en) | Client terminal device supporting editing of a web document and operating method thereof | |
US11062081B2 (en) | Creating accessible, translatable multimedia presentations | |
US9836284B2 (en) | HTML5 graph layout for application topology | |
US9785622B2 (en) | Methods and systems to copy web content selections | |
KR101746477B1 (en) | Document collaboration apparatus for supporting simultaneous style editing of objects and operating method thereof | |
KR20150091132A (en) | Page rendering method and apparatus | |
US9645719B2 (en) | Data-driven schema for describing and executing management tasks in a graphical user interface | |
US10410606B2 (en) | Rendering graphical assets on electronic devices | |
KR101809459B1 (en) | Web document conversion support apparatus that can maintain decorating effect applied to original image and operating method thereof | |
CN109710258A (en) | WeChat applet interface generation method and device | |
KR102087274B1 (en) | Web electric document editing apparatus for rendering object and operating method thereof | |
KR101809460B1 (en) | Client terminal device capable of pasting external content to a web document according to a style attribute supported by the web document editing tool and operating method thereof | |
KR20080031158A (en) | Dynamic method for visual rendering of data display and input windows on a computer screen | |
US20100023853A1 (en) | Windows presentation foundation based ui generation for abstract wsdls | |
US20090031224A1 (en) | Method, system, and computer program product for visually associating a static graphic image and html text on a web page | |
KR101880507B1 (en) | Client terminal device that supports resizing of a figure embedded in a web document and operating method thereof | |
KR102442492B1 (en) | Electronic terminal device that performs copy and paste processing of image objects between web documents based on storage path information of an image and operating method thereof | |
KR102298752B1 (en) | Method for authoring electronic document, Apparatus for authoring electronic document and Computer program for the same | |
KR102036715B1 (en) | Web-based presentation editing apparatus for quick loading of presentation documents through browser and operating method thereof | |
KR101758098B1 (en) | Electronic terminal apparatus for copying to keep the shape of the character in the pdf document and method for copying to keep the shape of the character in the pdf document of the electronic terminal apparatus |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
E701 | Decision to grant or registration of patent right | ||
GRNT | Written decision to grant | ||
R401 | Registration of restoration |