CN107291469A - 一种显示器页面像素变换方法 - Google Patents

一种显示器页面像素变换方法 Download PDF

Info

Publication number
CN107291469A
CN107291469A CN201710479621.6A CN201710479621A CN107291469A CN 107291469 A CN107291469 A CN 107291469A CN 201710479621 A CN201710479621 A CN 201710479621A CN 107291469 A CN107291469 A CN 107291469A
Authority
CN
China
Prior art keywords
files
pixel
display page
control
conversion
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
Application number
CN201710479621.6A
Other languages
English (en)
Inventor
曾升
罗丽燕
唐志阳
胡士杰
李凯
李宇锋
杨庆
杨玲
叶鸿扉
李黄河
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Zhuzhou CRRC Times Electric Co Ltd
Original Assignee
Zhuzhou CRRC Times Electric Co Ltd
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Zhuzhou CRRC Times Electric Co Ltd filed Critical Zhuzhou CRRC Times Electric Co Ltd
Priority to CN201710479621.6A priority Critical patent/CN107291469A/zh
Publication of CN107291469A publication Critical patent/CN107291469A/zh
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/14Digital output to display device ; Cooperation and interconnection of the display device with other functional units
    • G06F3/1407General aspects irrespective of display type, e.g. determination of decimal point position, display with fixed or driving decimal point, suppression of non-significant zeros

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Processing Or Creating Images (AREA)

Abstract

本发明提供一种显示器页面像素变换方法,根据FLUID编辑器的特点,针对所有坐标和控件大小进行一种转换的算法,可以快速准确对所有的控件进行统一分辨率的转化,该的方法具有很强的通用性。本发明采用推倒、换算的方法可以快速准确的实现软件像素的变化,节省软件重新开发的工作。本发明为采用编辑器绘制页面进行像素转换提供了原始模型。

Description

一种显示器页面像素变换方法
技术领域
本发明涉及列车显示器技术领域,更具体地,涉及一种显示器页面像素变换方法。
背景技术
列车显示器软件采用FLUID编辑器进行页面编辑,页面编辑完毕后页面的分辨率已经固定,当用户提出需要更大的分辨率的显示器硬件时,此时显示器软件需要重新绘制页面内容。
随着显示器硬件分辨率的提升,用户可能采用同一个方案的显示器软件,但需要提高页面的分辨率,此时一般根据原坐标算出各个控件的位置,然后针对页面的空间采用手动移动控件位置和大小。上述方法中,需要通过FLUID编辑器重新绘制显示器页面,为了达到和之前的页面的一致性,需要对左边和大小等进行重新计算,这个过程需要花费大量的时间。
而且,采用上述方式进行分辨率的转换,存在以下几个缺点:
1)根据原方案重新计算控件坐标等,需要花费大量时间;
2)所有的控件需要重新绘制,需要花费大量的时间;
3)控件的重新绘制会增加软件的不可控风险。
发明内容
本发明为克服上述现有技术所述的至少一种缺陷,提供一种省时且风险可控的显示器页面像素变换方法。
为解决上述技术问题,本发明的技术方案如下:
一种显示器页面像素变换方法,包括以下步骤:
S1:获取显示器页面中控件的像素转化比例关系;
S2:遍历.fl文件,查找表示控件坐标的参数,所述.fl文件为FLUID编辑器对应的文件,.fl文件通过FLUID的编辑器的映射功能能够生成.cxx文件;
S3:通过控件的像素转化比例关系调整控件坐标的参数;
S4:生成按像素转化比例关系进行像素转化后的.fl文件;
S5:根据步骤S4生产的.fl文件进一步生成.cxx文件,从而生产新的显示器页面。
在一种优选的方案中,.fl文件中,表示控件坐标的参数形式为:
xywh{x y w h}
其中,xywh表示控件坐标,x,y,w,h为控件坐标的具体值。
与现有技术相比,本发明技术方案的有益效果是:本发明提供一种显示器页面像素变换方法,根据FLUID编辑器的特点,针对所有坐标和控件大小进行一种转换的算法,可以快速准确对所有的控件进行统一分辨率的转化,该的方法具有很强的通用性。本发明采用推倒、换算的方法可以快速准确的实现软件像素的变化,节省软件重新开发的工作。本发明为采用编辑器绘制页面进行像素转换提供了原始模型。
附图说明
图1为本发明显示器页面像素变换方法的流程图。
图2为.fl文件与.cxx文件关系图。
具体实施方式
附图仅用于示例性说明,不能理解为对本专利的限制;
为了更好说明本实施例,附图某些部件会有省略、放大或缩小,并不代表实际产品的尺寸;
对于本领域技术人员来说,附图中某些公知结构及其说明可能省略是可以理解的。
下面结合附图和实施例对本发明的技术方案做进一步的说明。
实施例1
如图1所示,一种显示器页面像素变换方法,包括以下步骤:
S1:获取显示器页面中控件的像素转化比例关系;
S2:遍历.fl文件,查找表示控件坐标的参数,所述.fl文件为FLUID编辑器对应的文件,.fl文件通过FLUID的编辑器的映射功能能够生成.cxx文件,.fl文件与.cxx文件关系如图2所示;
.fl文件中,表示控件坐标的参数形式为:
xywh{x y w h}
其中,xywh表示控件坐标,x,y,w,h为控件坐标的具体值。例如,控件坐标可表示为:
xywh{255 1 243 35}。
S3:通过控件的像素转化比例关系调整控件坐标的参数;
S4:生成按像素转化比例关系进行像素转化后的.fl文件;
S5:根据步骤S4生产的.fl文件进一步生成.cxx文件,从而生产新的显示器页面。
与现有技术相比,本发明技术方案的有益效果是:本发明提供一种显示器页面像素变换方法,根据FLUID编辑器的特点,针对所有坐标和控件大小进行一种转换的算法,可以快速准确对所有的控件进行统一分辨率的转化,该的方法具有很强的通用性。本发明采用推倒、换算的方法可以快速准确的实现软件像素的变化,节省软件重新开发的工作。本发明为采用编辑器绘制页面进行像素转换提供了原始模型。
显然,本发明的上述实施例仅仅是为清楚地说明本发明所作的举例,而并非是对本发明的实施方式的限定。对于所属领域的普通技术人员来说,在上述说明的基础上还可以做出其它不同形式的变化或变动。这里无需也无法对所有的实施方式予以穷举。凡在本发明的精神和原则之内所作的任何修改、等同替换和改进等,均应包含在本发明权利要求的保护范围之内。

Claims (2)

1.一种显示器页面像素变换方法,其特征在于,包括以下步骤:
S1:获取显示器页面中控件的像素转化比例关系;
S2:遍历.fl文件,查找表示控件坐标的参数,所述.fl文件为FLUID编辑器对应的文件,.fl文件通过FLUID的编辑器的映射功能能够生成.cxx文件;
S3:通过控件的像素转化比例关系调整控件坐标的参数;
S4:生成按像素转化比例关系进行像素转化后的.fl文件;
S5:根据步骤S4生产的.fl文件进一步生成.cxx文件,从而生产新的显示器页面。
2.根据权利要求1所述的显示器页面像素变换方法,其特征在于,.fl文件中,表示控件坐标的参数形式为:
xywh{xywh}
其中,xywh表示控件坐标,x,y,w,h为控件坐标的具体值。
CN201710479621.6A 2017-06-21 2017-06-21 一种显示器页面像素变换方法 Pending CN107291469A (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710479621.6A CN107291469A (zh) 2017-06-21 2017-06-21 一种显示器页面像素变换方法

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710479621.6A CN107291469A (zh) 2017-06-21 2017-06-21 一种显示器页面像素变换方法

Publications (1)

Publication Number Publication Date
CN107291469A true CN107291469A (zh) 2017-10-24

Family

ID=60098034

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710479621.6A Pending CN107291469A (zh) 2017-06-21 2017-06-21 一种显示器页面像素变换方法

Country Status (1)

Country Link
CN (1) CN107291469A (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112967352A (zh) * 2021-03-09 2021-06-15 苏州佳智彩光电科技有限公司 一种多层逻辑画面生成方法及其装置

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1996441A (zh) * 2006-01-04 2007-07-11 台湾薄膜电晶体液晶显示器产业协会 显示器多角度测量系统与方法
US20100142838A1 (en) * 2008-12-05 2010-06-10 Micronic Laser Systems Ab Gradient assisted image resampling in micro-lithographic printing
CN102270109A (zh) * 2011-08-23 2011-12-07 上海网达软件有限公司 不同分辨率的用户界面的自转换方法及自转换系统
US20130050537A1 (en) * 2011-08-26 2013-02-28 Novatek Microelectronics Corp. Image correction device and image correction method

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1996441A (zh) * 2006-01-04 2007-07-11 台湾薄膜电晶体液晶显示器产业协会 显示器多角度测量系统与方法
US20100142838A1 (en) * 2008-12-05 2010-06-10 Micronic Laser Systems Ab Gradient assisted image resampling in micro-lithographic printing
CN102270109A (zh) * 2011-08-23 2011-12-07 上海网达软件有限公司 不同分辨率的用户界面的自转换方法及自转换系统
US20130050537A1 (en) * 2011-08-26 2013-02-28 Novatek Microelectronics Corp. Image correction device and image correction method

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
霍芳: ""工业控制显示装置软件系统的设计与实现"", 《中国优秀硕士学位论文全文数据库信息科技辑》 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112967352A (zh) * 2021-03-09 2021-06-15 苏州佳智彩光电科技有限公司 一种多层逻辑画面生成方法及其装置
CN112967352B (zh) * 2021-03-09 2024-09-10 苏州佳智彩光电科技有限公司 一种多层逻辑画面生成方法及其装置

Similar Documents

Publication Publication Date Title
CN105321147B (zh) 图像处理的方法及装置
CN101763234B (zh) 一种模拟各种屏幕分辨率的方法及其装置
US8873886B2 (en) Apparatus and method for displaying a region of an image in an enlarged manner, and program therefor
CN107291469A (zh) 一种显示器页面像素变换方法
CN101813989A (zh) 手写输入方法
CN106951166B (zh) 笔迹绘制方法及装置
US9460549B2 (en) Method and device for generating perspective image
US20170363936A1 (en) Image processing apparatus, image processing method, and program
CN111984151B (zh) 一种提高处理效率的白板画布大小、位置漫游控制方法
US10957115B2 (en) Wearable item visualizer
JPWO2012114387A1 (ja) 地図描画装置
JP2011028743A5 (ja) 画像処理装置及び画像処理方法
CN103543974B (zh) 一种提高字体清晰度的方法及系统
JP2010028429A5 (zh)
CN104463941A (zh) 体绘制方法和装置
JP2012098951A (ja) 図形描画処理装置、図形描画処理方法、及びコンピュータプログラム
CN109545122A (zh) Vr显示的补偿方法及补偿装置、显示系统
CN111223165A (zh) 一种生成无锯的签字图片的方法、装置和设备
CN106548501A (zh) 一种图像绘制方法及设备
KR950009408A (ko) 폭 1의 선을 묘화하기 위한 방법 및 장치
JP4805094B2 (ja) フォグ効果処理方法、グラフィックス装置、グラフィックス用半導体集積回路装置及びフォグ効果処理プログラム
CN110807113A (zh) 可视化布局中的矩形图元重叠的非迭代消除方法
CN114463467A (zh) 图形设备接口加绘图的坐标转换方法及装置
CN109410120B (zh) 一种极快速的图像无缝合成方法
KR101332030B1 (ko) 영상 확대방법 및 이를 수행하는 프로그램을 기록한 컴퓨터로 읽을 수 있는 기록매체

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20171024