• Title/Summary/Keyword: File conversion

Search Result 107, Processing Time 0.031 seconds

Effects of Adopting the Open Document Format in Public Records Management (공문서 컴포넌트 오픈포맷 채택이 기록관리에 미치는 영향 분석)

  • Jung, Mi Ri;Oh, Seh-La;Yim, Jin Hee
    • Journal of Korean Society of Archives and Records Management
    • /
    • v.16 no.2
    • /
    • pp.29-55
    • /
    • 2016
  • Korean public organizations create electronic documents through electronic document management systems under the e-Government scheme. A majority of these public documents are saved in vendor-dependent file formats, mainly HWP. Vendor-dependent formats can be opened only with specific software, which requires purchase. As the license does not guarantee compatibility between past and future versions, interoperability problems occur in long-term preservation, which need to be solved. Any error from the elimination of styles or no matching elements in document definition during conversion from vendor-dependent formats to the XML-based standard exchange format leads to file open failure or the modification of original documents. This study introduces the Open Document Format (ODF) and investigates the effects of adopting ODF in the creation, exchange, management, and preservation of public records.

A Basic Study on the Conversion of Color Image into Musical Elements based on a Synesthetic Perception (공감각인지기반 컬러이미지-음악요소 변환에 관한 기초연구)

  • Kim, Sung-Il
    • Science of Emotion and Sensibility
    • /
    • v.16 no.2
    • /
    • pp.187-194
    • /
    • 2013
  • The final aim of the present study is to build a system of converting a color image into musical elements based on a synesthetic perception, emulating human synesthetic skills, which make it possible to associate a color image with a specific sound. This can be done on the basis of the similarities between physical frequency information of both light and sound. As a first step, an input true color image is converted into hue, saturation, and intensity domains based on a color model conversion theory. In the next step, musical elements including note, octave, loudness, and duration are extracted from each domain of the HSI color model. A fundamental frequency (F0) is then extracted from both hue and intensity histograms. The loudness and duration are extracted from both intensity and saturation histograms, respectively. In experiments, the proposed system on the conversion of a color image into musical elements was implemented using standard C and Microsoft Visual C++(ver. 6.0). Through the proposed system, the extracted musical elements were synthesized to finally generate a sound source in a WAV file format. The simulation results revealed that the musical elements, which were extracted from an input RGB color image, reflected in its output sound signals.

  • PDF

Design and Implementation of an HTML Converter Supporting Frame for the Wireless Internet (무선 인터넷을 위한 프레임 지원 HTML 변환기의 설계 및 구현)

  • Han, Jin-Seop;Park, Byung-Joon
    • Journal of the Institute of Electronics Engineers of Korea CI
    • /
    • v.42 no.6
    • /
    • pp.1-10
    • /
    • 2005
  • This paper describes the implementation of HTML converter for wireless internet access in wireless application protocol environment. The implemented HTML converter consists of the contents conversion module, the conversion rule set, the WML file generation module, and the frame contents reformatting module. Plain text contents are converted to WML contents through one by one mapping, referring to the converting rule set in the contents converting module. For frame contents, the first frameset sources are parsed and the request messages are reconstructed with all the file names, reconnecting to web server as much as the number of files to receive each documents and append to the first document. Finally, after the process of reformatting in the frame contents reformatting module, frame contents are converted to WML's table contents. For image map contents, the image map related tags are parsed and the names of html documents which are linked to any sites are extracted to be replaced with WML contents data and linked to those contents. The proposed conversion method for frame contents provides a better interface for the users convenience and interactions compared to the existing converters. Conversion of image maps in our converter is one of the features not currently supported by other converters.

CAD Data Exchange among Different Commercial Packages (이 기종 시스템간의 CAD 데이터 교환)

  • Kim, Tae-Wook;Hwang, Byeong-eok
    • Journal of the Korean Society of Industry Convergence
    • /
    • v.7 no.4
    • /
    • pp.377-382
    • /
    • 2004
  • This research was about implementing STEP for data exchange among different commercial package(CAD system). STEP was used to share CAD data as follows. ST-Developer implement Solid model was used with a physical file of STEP and represented in a CAD system. And then STEP conversion utility was used to make a neutrality format form in a component modeling. Analysis of Solid model was made possible for CAD system to read in and analyzed Solid model. This research are summarized as follows 1. A basis Model development used Visual C++ for a neutrality data of a programming interface general-use CAD system, and produced Box and Cylinder to a physical file, the result was implemented this in a programming interface to general-use CAD system, it is represented in CAD system as identical one modeling object. 2. STEP was used in different CAD system to utilize to its of each CAD system maximum, CATIA V5R9 user was able to analyze MDT 6 Modeling Arm. 3. STEP was used able to interpret and remodel the existing Solid model.

  • PDF

Development of a System to Convert a 3D Mesh Model in STL Format into OBJ Format (STL 3D 형식의 메쉬 모델을 형식으로 OBJ 변환하는 시스템 개발)

  • Yeo, Changmo;Park, Chanseok;Mun, Duhwan
    • Journal of the Korean Society of Manufacturing Process Engineers
    • /
    • v.17 no.3
    • /
    • pp.78-86
    • /
    • 2018
  • The 3D mesh model is used in various fields, such as virtual reality, shape-based searching, 3D simulation, reverse engineering, 3D printing, and laser scanning. There are various formats for the 3D mesh model, but STL and OBJ are the most typical. Since application systems support different 3D mesh formats, developing technology for converting 3D mesh models from one format into another is necessary to ensure data interoperability among systems. In this paper, we propose a method to convert a 3D mesh model in STL format into the OBJ format. We performed the basic design of the conversion system and developed a prototype, then verified the proposed method by experimentally converting an STL file into an OBJ file for test cases using this prototype.

Development of a IEC 1131-3-Based Control Logic Generator for the Control System Design (제어 시스템 설계를 위한 IEC 1131-3 기반의 제어 로직 생성기의 개발)

  • Jeong, Gu;Sim, Ju-Hyun;Lee, Je-Phil;Lee, Cheol-Soo
    • Proceedings of the Korean Society of Machine Tool Engineers Conference
    • /
    • 2001.04a
    • /
    • pp.171-176
    • /
    • 2001
  • This paper describes the methodology of an IEC 1131-3-based control logic generator for the control system design and converting algorithm between programmable languages. The proposed control logic generator is generated based on the software model and common element with data type, variables, POUs(program organization unit) and execution control unit commonly used within programmable languages of IEC 1131-3 Standard. The generation method of object file was proposed on five programmable language based on IECI 131-3. The generation method of object file is represented as following; 1) the generation method using conversion algorithm from LD to IL with FBD(function block diagram), 2) the generation method using C code generation algorithm from SFC using the SFC execution sequence with FBD and ST(structured text). The proposed control logic generator was implemented by Visual C++ and MFC on MS-windows NT 4.0

  • PDF

An Implementation of Dynamic and Adaptive Streaming System over HTTP (HTTP상에서 동적 적응적 스트리밍 시스템 구현)

  • Jeong, Sun-Chul;Ban, Tae-Hak;Jung, Hoe-Kyung
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.16 no.3
    • /
    • pp.476-481
    • /
    • 2012
  • Recently, QoS/QoE technology as a part of the HTTP-based adaptive streaming technology has attracted attention. In this paper, we find out HTTP-based adaptive and dynamic streaming technology. It is based on a dynamic adaptive streaming system over HTTP, which is designed and implemented. The system consist of conversion by the bit rate of MPEG2-TS files, division of segment, creation of MPD(Media Presentation Description) and bitrate's player through analysis of MPD File between servers and clients in network environments of dynamic and adaptive. This diverse network environments, continuous and smooth playback of video will be used in various multimedia fields.

Developing a semi-automatic data conversion tool for Korean ecological data standardization

  • Lee, Hyeonjeong;Jung, Hoseok;Shin, Miyoung;Kwon, Ohseok
    • Journal of Ecology and Environment
    • /
    • v.41 no.3
    • /
    • pp.78-84
    • /
    • 2017
  • Recently, great demands are rising around the globe for monitoring and studying of long-term ecological changes. To go with the stream, many researchers in South Korea have attempted to share and integrate ecological data for practical use. Although some achievements were made in the meantime, we still have to overcome a big obstacle that existing ecological data in South Korea are mostly spread all over the country in various formats of computer files. In this study, we aim to handle the situation by developing a semi-automatic data conversion tool for Korean ecological data standardization, based on some predefined protocols for ecological data collection and management. The current implementation of this tool works on only five species (libythea celtis, spittle bugs, mosquitoes, pinus, and quercus mongolica), helping data managers to quickly and efficiently obtain a standardized format of ecological data from raw collection data. With this tool, the procedure of data conversion is divided into four steps: data file and protocol selection step, species selection step, attribute mapping step, and data standardization step. To find the usability of this tool, we utilized it to conduct the standardization of raw five species data collected from six different observatory sites of Korean National Parks. As a result, we could obtain a common form of standardized data in a relatively short time. With the help of this tool, various ecological data could be easily integrated into the nationwide common platform, providing broad applicability towards solving many issues in ecological and environmental system.

Dynamic adaptive streaming system using HTTP (HTTP를 활용한 동적 적응적 스트리밍 시스템)

  • Ban, Tae-Hak;Park, Sang-No;Kim, Tae-Seung;Lee, Byeong-Gwon;Jeong, Hoe-Gyeong
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2012.05a
    • /
    • pp.488-490
    • /
    • 2012
  • Nowadays QoS / QoE using technology as part of HTTP, dynamic adaptive streaming technology that became a big issue. In this paper, using HTTP, dynamic adaptive streaming technology is introduced. This dynamic adaptive streaming using HTTP-based system design and implementation. In this system, a number of MPEG2-TS file bitrate's conversion of image quality, a certain amount of time by the division of Segment, standing before the final note of the files that are used in transmission MPD (Media Presentation Description) File creation and streaming between servers and clients using HTTP to a dynamic and adaptive network environment consists of bitrate's streamers. In a network environment in which an unspecified number of seamless continuous playback of video streaming for a variety of sectors and will be utilized in the field of multimedia.

  • PDF

A Study on Generation and Operation of Dynamic Pattern at Micro-stereolithography using $DMD^{TM}$ ($DMD^{TM}$를 이용한 마이크로 광 조형 시스템에서 다이나믹 패턴 생성 및 구동에 관한 연구)

  • Kim H.S.;Choi J.W.;Ha Y.M.;Kwon B.H.;Won M.H.;Lee S.H.
    • Proceedings of the Korean Society of Precision Engineering Conference
    • /
    • 2005.06a
    • /
    • pp.1214-1218
    • /
    • 2005
  • As demands for precision parts are increased, existing methods to fabricate them such as MEMS, LIGA technology have the technical limitations like high precision, high functionality and ultra miniaturization. A micro-stereolithography technology based on $DMD^{TM}$(Digital Micromirror Device) can meet these demands. In this technology, STL file is the standard format as the same of conventional rapid prototyping system, and 3D part is fabricated by stacking layers that are sliced as 2D section from STL file. Whereas in conventional method, the resin surface is cured as scanning laser beam spot according to the section shape, but in this research, we use integral process which enables to cure the resin surface at one time. In this paper, we deal with the dynamic pattern generation and $DMD^{TM}$ operation to fabricate micro structures. Firstly, we address effective slicing method of STL file, conversion to bitmap, and dynamic pattern generation. Secondly, we suggest $DMD^{TM}$ operation and optimal support manufacturing for $DMD^{TM}$ mounting. Thirdly, we examine the problems on continuous stacking layers, and their improvements in software aspects.

  • PDF