WO2022041912A1 - Method for adapting to optimum resolution and text size of display - Google Patents

Method for adapting to optimum resolution and text size of display Download PDF

Info

Publication number
WO2022041912A1
WO2022041912A1 PCT/CN2021/098183 CN2021098183W WO2022041912A1 WO 2022041912 A1 WO2022041912 A1 WO 2022041912A1 CN 2021098183 W CN2021098183 W CN 2021098183W WO 2022041912 A1 WO2022041912 A1 WO 2022041912A1
Authority
WO
WIPO (PCT)
Prior art keywords
display
resolution
physical size
text
optimal
Prior art date
Application number
PCT/CN2021/098183
Other languages
French (fr)
Chinese (zh)
Inventor
王卫
Original Assignee
南京巨鲨显示科技有限公司
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 南京巨鲨显示科技有限公司 filed Critical 南京巨鲨显示科技有限公司
Publication of WO2022041912A1 publication Critical patent/WO2022041912A1/en

Links

Images

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
    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09GARRANGEMENTS OR CIRCUITS FOR CONTROL OF INDICATING DEVICES USING STATIC MEANS TO PRESENT VARIABLE INFORMATION
    • G09G2340/00Aspects of display data processing
    • G09G2340/04Changes in size, position or resolution of an image
    • G09G2340/0407Resolution change, inclusive of the use of different resolutions for different screen areas

Definitions

  • the invention relates to a method for adapting to the optimum resolution and text size of a display, belonging to the technical field of display resolution and text size adjustment.
  • a method of adapting the optimal resolution and text size of the display is to automatically convert to the optimal resolution and text size, so as to ensure that the user can have the best display picture when using different types of display devices.
  • the present invention provides a method for adapting to the optimal resolution and text size of a display.
  • a method for adaptive display optimal resolution and text size comprising the following steps:
  • the display devices connected to the computer are acquired in real time through the Windows system function EnumDisplayDevices.
  • the method for calculating the optimal resolution of the display is as follows:
  • Best resolution width INT (physical size width value ⁇ 3);
  • Best resolution width INT (physical size width value ⁇ 5);
  • Best resolution width INT (physical size width value ⁇ 2);
  • INT( ) is a rounding function
  • the optimal resolution is the resolution closest to the optimal resolution height and the optimal resolution width in the list of supported resolutions.
  • the method for calculating the optimal text scaling ratio of the display is as follows:
  • the optimal text scaling ratio is set through the Windows system function ChangeDisplaySettings.
  • the present invention provides a method for adapting to the optimum resolution of the display and the text size, which improves the inconvenience caused by the high resolution when the high-resolution display is connected to the computer, and improves the user's comfort. At the same time, it also reduces the number of times that the user manually adjusts the resolution and text size, improving the user experience to the greatest extent.
  • FIG. 1 is a schematic flow chart of the method of the present invention.
  • a method for adapting the optimal resolution and text size of the display including the acquisition of the display device, the acquisition of the resolution supported by the display, the acquisition of the physical size of the display, the calculation of the optimal resolution of the display, and the optimal text of the display Size calculation, monitor optimal resolution, and text size settings.
  • the embodiment is described by taking Jusha 6M resolution display as an example.
  • Display device acquisition obtain the display device connected to the computer in real time through the Windows system function EnumDisplayDevices.
  • the display can support resolution acquisition, obtain the display adapter information through GetAdapterDisplayMode of DirectX; obtain the mode type of the display adapter through GetAdapterModeCount of DirectX; obtain the list of resolutions supported by the current display through EnumAdapterModes enumeration of DirectX.
  • Best resolution width physical size width (value) * 3; (round up the calculation result),
  • Best resolution width physical size width * 5 (round up the calculation result);
  • the physical size of the display is wide * the physical size of the display is high > 256000 (mm2)
  • Best resolution width physical size width * 2 (round up the calculation result);
  • the optimal text size of the display is calculated to calculate the optimal text scaling ratio of the display.
  • the calculation formula is:
  • the physical size of the display is wide * the physical size of the display is high > 256000 (mm2)
  • the invention discloses a method for adaptive display optimal resolution and text size, which includes display device acquisition, display supportable resolution acquisition, display physical size acquisition, display optimal resolution calculation, display optimal text size calculation , monitor optimal resolution, and text size settings. Compared with the prior art, the present invention improves the user experience of using different models of display devices.

Abstract

A method for adapting to the optimum resolution and a text size of a display, the method comprising: acquiring a display device connected to a computer; acquiring a resolution list that the display device can support; acquiring a physical size of a display; calculating the optimum resolution of the display; setting the resolution of the display to be the optimum resolution; calculating the optimal text scaling ratio of the display; and setting the text scaling ratio of the display to be the optimal text scaling ratio. By means of the method, the influence of inconvenient use caused by a high resolution when a high-resolution display is connected to a computer is reduced, the comfort of a user is improved, and the number of times a resolution and a text size are manually adjusted by the user is also reduced, thereby improving the use experience of the user to the maximum possible extent.

Description

一种自适应显示器最佳分辨率以及文本大小的方法A method for adaptive display optimal resolution and text size 技术领域technical field
本发明涉及一种自适应显示器最佳分辨率以及文本大小的方法,属于显示器分辨率以及文本大小调节的技术领域。The invention relates to a method for adapting to the optimum resolution and text size of a display, belonging to the technical field of display resolution and text size adjustment.
背景技术Background technique
目前,随着医学技术的发展,医用显示器在医院放射科的应用越来越普及,同时在远程会诊、并轨影像上也有广泛的应用,随着科技的发展,不同型号的显示设备也越来越多,当显示设备连接上计算机时,计算机会自动给出可支持最大分辨率,这往往会导致用户在使用各类不同型号显示设备,显示画面文字、图片过小而造成文字、图像显示的视觉效果显得过小,对医生在阅片时因过小文字或者图像显示而造成病灶识别不准,同时也加大了医生的工作负担,降低了医生的工作效率。一种自适应显示器最佳分辨率以及文本大小的方法就是为了自动转换成最佳分辨率以及文本大小,从而保证用户在使用不同类型显示设备时能拥有最佳的显示画面。At present, with the development of medical technology, the application of medical monitors in the radiology department of the hospital is more and more popular, and it is also widely used in remote consultation and parallel imaging. When the display device is connected to the computer, the computer will automatically give the maximum resolution that can be supported, which often causes users to use various types of display devices. The effect is too small, causing inaccurate identification of lesions due to too small text or image display for doctors when reading images, and at the same time increasing the workload of doctors and reducing the efficiency of doctors. A method of adapting the optimal resolution and text size of the display is to automatically convert to the optimal resolution and text size, so as to ensure that the user can have the best display picture when using different types of display devices.
发明内容SUMMARY OF THE INVENTION
目的:为了克服现有技术中存在的不足,本发明提供一种自适应显示器最佳分辨率以及文本大小的方法。Objective: In order to overcome the deficiencies in the prior art, the present invention provides a method for adapting to the optimal resolution and text size of a display.
技术方案:为解决上述技术问题,本发明采用的技术方案为:Technical scheme: in order to solve the above-mentioned technical problems, the technical scheme adopted in the present invention is:
一种自适应显示器最佳分辨率以及文本大小的方法,包括如下步骤:A method for adaptive display optimal resolution and text size, comprising the following steps:
获取与计算机连接的显示器设备;Get the monitor device connected to the computer;
获取显示器设备可支持的分辨率列表;Get a list of resolutions supported by the display device;
获取显示器的物理尺寸;Get the physical size of the display;
计算显示器的最佳分辨率;Calculate the optimal resolution for the display;
设置显示器的分辨率为最佳分辨率。Set the monitor's resolution to the optimum resolution.
作为优选方案,还包括:As a preferred solution, it also includes:
计算显示器的最佳文本缩放比;Calculate the optimal text scaling ratio for your display;
设置显示器的文本缩放比为最佳文本缩放比。Set the display's text scaling ratio to the optimum text scaling ratio.
作为优选方案,通过windows系统函数EnumDisplayDevices实时获取与计算机连接的显示器设备。As a preferred solution, the display devices connected to the computer are acquired in real time through the Windows system function EnumDisplayDevices.
作为优选方案,通过DirectX的EnumAdapterModes枚举显示器可支持的分辨率列表。As a preferred solution, enumerate the list of resolutions that the display can support through DirectX's EnumAdapterModes.
作为优选方案,所述计算显示器的最佳分辨率的方法如下:As a preferred solution, the method for calculating the optimal resolution of the display is as follows:
如果显示器物理尺寸宽度值×显示器物理尺寸高度值<=140000mm 2If the display physical size width value×display physical size height value<=140000mm 2 ,
则:最佳分辨率高=INT(物理尺寸高度值×3);Then: the best resolution is high = INT (physical size height value × 3);
最佳分辨率宽=INT(物理尺寸宽度值×3);Best resolution width = INT (physical size width value × 3);
如果显示器物理尺寸宽度值×显示器物理尺寸高度值>140000mm 2且<256000mm 2If the display physical size width value×display physical size height value>140000mm 2 and <256000mm 2 ,
则:最佳分辨率高=INT(物理尺寸高度值×5),Then: the best resolution is high = INT (physical size height value × 5),
最佳分辨率宽=INT(物理尺寸宽度值×5);Best resolution width = INT (physical size width value × 5);
如果显示器物理尺寸宽度值×显示器物理尺寸高度值>256000mm 2If the width value of the display physical size×the height value of the display physical size>256000mm 2 ,
则:最佳分辨率高=INT(物理尺寸高度值×4),Then: the best resolution is high = INT (physical size height value × 4),
最佳分辨率宽=INT(物理尺寸宽度值×2);Best resolution width = INT (physical size width value × 2);
其中,INT()为取整函数,所述最佳分辨率为可支持的分辨率列表中与最佳分辨率高、最佳分辨率宽最接近的分辨率。Wherein, INT( ) is a rounding function, and the optimal resolution is the resolution closest to the optimal resolution height and the optimal resolution width in the list of supported resolutions.
作为优选方案,所述计算显示器的最佳文本缩放比的方法如下:As a preferred solution, the method for calculating the optimal text scaling ratio of the display is as follows:
如果显示器物理尺寸宽度值×显示器物理尺寸高度值<=140000mm 2If the display physical size width value×display physical size height value<=140000mm 2 ,
则最佳文本缩放比例为100%;Then the optimal text scaling is 100%;
如果显示器物理尺寸宽度值×显示器物理尺寸高度值>140000mm 2且<256000mm 2If the display physical size width value×display physical size height value>140000mm 2 and <256000mm 2 ,
则最佳文本缩放比例=120%;Then the optimal text scaling ratio = 120%;
如果显示器物理尺寸宽度值×显示器物理尺寸高度值>256000mm 2If the width value of the display physical size×the height value of the display physical size>256000mm 2 ,
则最佳文本缩放比例=150%。Then the optimal text scaling ratio = 150%.
作为优选方案,通过windows系统函数EnumDisplaySettings设置最佳分辨率。As a preferred solution, set the best resolution through the Windows system function EnumDisplaySettings.
作为优选方案,通过windows系统函数ChangeDisplaySettings设置最佳文本缩放比例。As a preferred solution, the optimal text scaling ratio is set through the Windows system function ChangeDisplaySettings.
有益效果:本发明提供的一种自适应显示器最佳分辨率以及文本大小的方法,改善了高分辨率显示器连入计算机中因为高分辨率造成使用不便的影响,提高了使用者的舒适性,同时也减少了使用者手动调整分辨率以及文本大小的次数,最大程度上改善用户的使用体验。Beneficial effects: The present invention provides a method for adapting to the optimum resolution of the display and the text size, which improves the inconvenience caused by the high resolution when the high-resolution display is connected to the computer, and improves the user's comfort. At the same time, it also reduces the number of times that the user manually adjusts the resolution and text size, improving the user experience to the greatest extent.
附图说明Description of drawings
图1为本发明方法的流程示意图。FIG. 1 is a schematic flow chart of the method of the present invention.
具体实施方式detailed description
下面结合具体实施例对本发明作更进一步的说明。The present invention will be further described below in conjunction with specific embodiments.
如图1所示,一种自适应显示器最佳分辨率以及文本大小的方法,在包括显示器设备获取,显示器可支持分辨率获取,显示器物理尺寸获取,显示器最佳分辨率计算,显示器最佳文本大小计算,显示器最佳分辨率以及文本大小设置。As shown in Figure 1, a method for adapting the optimal resolution and text size of the display, including the acquisition of the display device, the acquisition of the resolution supported by the display, the acquisition of the physical size of the display, the calculation of the optimal resolution of the display, and the optimal text of the display Size calculation, monitor optimal resolution, and text size settings.
实施例以巨鲨6M分辨率显示器为例进行说明。The embodiment is described by taking Jusha 6M resolution display as an example.
工作原理如下所述:Here's how it works:
1.显示器设备获取,通过windows系统函数EnumDisplayDevices实时获取与计算机连接的显示器设备。1. Display device acquisition, obtain the display device connected to the computer in real time through the Windows system function EnumDisplayDevices.
2.显示器可支持分辨率获取,通过DirectX的GetAdapterDisplayMode获取显示器适配器信息;通过DirectX的GetAdapterModeCount获取显示器适配器的模式种类;通过DirectX的EnumAdapterModes枚举可获得当前显示器可支持的分辨率列表。2. The display can support resolution acquisition, obtain the display adapter information through GetAdapterDisplayMode of DirectX; obtain the mode type of the display adapter through GetAdapterModeCount of DirectX; obtain the list of resolutions supported by the current display through EnumAdapterModes enumeration of DirectX.
3.显示器物理尺寸获取,通过串口与显示器进行通讯获取当前显示器的物理尺寸。3. Obtain the physical size of the display, communicate with the display through the serial port to obtain the physical size of the current display.
4.显示器最佳分辨率计算,计算出显示器最佳分辨率,计算公式如下:4. Calculation of the best resolution of the display, to calculate the best resolution of the display, the calculation formula is as follows:
计算公式为:The calculation formula is:
如果显示器物理尺寸宽*显示器物理尺寸高<=140000(mm2),If the display physical size width * display physical size height <= 140000 (mm2),
则理论上:最佳分辨率高=物理尺寸高(数值)*3;(对计算结果取整),Then in theory: high optimal resolution = high physical size (value) * 3; (round up the calculation result),
最佳分辨率宽=物理尺寸宽(数值)*3;(对计算结果取整),Best resolution width = physical size width (value) * 3; (round up the calculation result),
如果显示器物理尺寸宽*显示器物理尺寸高>140000(mm2)且显示器物理尺寸宽*显示器物理尺寸高<256000(mm2),If the display physical size width * display physical size height > 140000 (mm2) and the display physical size width * display physical size height < 256000 (mm2),
则理论上:最佳分辨率高=物理尺寸高*5(对计算结果取整),Then in theory: the best resolution is high = the physical size is high * 5 (the calculation result is rounded up),
最佳分辨率宽=物理尺寸宽*5(对计算结果取整);Best resolution width = physical size width * 5 (round up the calculation result);
如果显示器物理尺寸宽*显示器物理尺寸高>256000(mm2),If the physical size of the display is wide * the physical size of the display is high > 256000 (mm2),
则理论上:最佳分辨率高=物理尺寸高*4(对计算结果取整),Then in theory: high optimal resolution = high physical size * 4 (rounding up the calculation result),
最佳分辨率宽=物理尺寸宽*2(对计算结果取整);Best resolution width = physical size width * 2 (round up the calculation result);
5.显示器最佳文本大小计算计算出显示器最佳文本缩放比,计算公式为:5. The optimal text size of the display is calculated to calculate the optimal text scaling ratio of the display. The calculation formula is:
计算公式为:The calculation formula is:
如果显示器物理尺寸宽*显示器物理尺寸高<=140000(mm2),If the display physical size width * display physical size height <= 140000 (mm2),
则理论上最佳文本缩放比例为100%;Then the theoretical optimal text scaling ratio is 100%;
如果显示器物理尺寸宽*显示器物理尺寸高>140000(mm2)且显示器物理尺寸宽*显示器物理尺寸高<256000(mm2),If the display physical size width * display physical size height > 140000 (mm2) and the display physical size width * display physical size height < 256000 (mm2),
则理论上最佳文本缩放比例=120%;Then the theoretical optimal text scaling ratio = 120%;
如果显示器物理尺寸宽*显示器物理尺寸高>256000(mm2),If the physical size of the display is wide * the physical size of the display is high > 256000 (mm2),
则理论上最佳文本缩放比例=150%;Then the theoretical optimal text scaling ratio = 150%;
6.显示器最佳分辨率以及文本大小设置将上述4和5中计算出的最佳分辨率、最佳文本大小设置给6M分辨率显示器,通过windows系统函数EnumDisplaySettings、ChangeDisplaySettings设置最佳分辨率以及文本大小,使得6M分辨率显示器具有最佳的显示效果。6. Setting the best resolution and text size of the display Set the best resolution and text size calculated in 4 and 5 above to the 6M resolution monitor, and set the best resolution and text through the Windows system functions EnumDisplaySettings and ChangeDisplaySettings size, so that the 6M resolution display has the best display effect.
本发明公开了一种自适应显示器最佳分辨率以及文本大小的方法,其包括显示器设备获取,显示器可支持分辨率获取,显示器物理尺寸获取,显示器最佳分辨率计算,显示器最佳文本大小计算,显示器最佳分辨率以及文本大小设置。与现有技术相比,本发明改善了使用者使用不同型号的显示设备的使用体验。The invention discloses a method for adaptive display optimal resolution and text size, which includes display device acquisition, display supportable resolution acquisition, display physical size acquisition, display optimal resolution calculation, display optimal text size calculation , monitor optimal resolution, and text size settings. Compared with the prior art, the present invention improves the user experience of using different models of display devices.
以上所述仅是本发明的优选实施方式,应当指出:对于本技术领域的普通技术人员来说,在不脱离本发明原理的前提下,还可以做出若干改进和润饰,这些改进和润饰也应视为本发明的保护范围。The above is only the preferred embodiment of the present invention, it should be pointed out: for those skilled in the art, under the premise of not departing from the principle of the present invention, several improvements and modifications can also be made, and these improvements and modifications are also It should be regarded as the protection scope of the present invention.

Claims (8)

  1. 一种自适应显示器最佳分辨率以及文本大小的方法,其特征在于:包括如下步骤:A method for adaptive display optimal resolution and text size, characterized in that it comprises the following steps:
    获取与计算机连接的显示器设备;Get the monitor device connected to the computer;
    获取显示器设备可支持的分辨率列表;Get a list of resolutions supported by the display device;
    获取显示器的物理尺寸;Get the physical size of the display;
    计算显示器的最佳分辨率;Calculate the optimal resolution for the display;
    设置显示器的分辨率为最佳分辨率。Set the monitor's resolution to the optimum resolution.
  2. 根据权利要求1所述的一种自适应显示器最佳分辨率以及文本大小的方法,其特征在于:还包括:The method for an adaptive display optimum resolution and text size according to claim 1, further comprising:
    计算显示器的最佳文本缩放比;Calculate the optimal text scaling ratio for your display;
    设置显示器的文本缩放比为最佳文本缩放比。Set the display's text scaling ratio to the optimum text scaling ratio.
  3. 根据权利要求1所述的一种自适应显示器最佳分辨率以及文本大小的方法,其特征在于:通过windows系统函数EnumDisplayDevices实时获取与计算机连接的显示器设备。The method for an adaptive display optimal resolution and text size according to claim 1, wherein the display device connected to the computer is acquired in real time through the Windows system function EnumDisplayDevices.
  4. 根据权利要求1所述的一种自适应显示器最佳分辨率以及文本大小的方法,其特征在于:通过DirectX的EnumAdapterModes枚举显示器可支持的分辨率列表。The method for adapting to the optimal resolution and text size of a display according to claim 1, wherein the list of resolutions that the display can support is enumerated through EnumAdapterModes of DirectX.
  5. 根据权利要求4所述的一种自适应显示器最佳分辨率以及文本大小的方法,其特征在于:所述计算显示器的最佳分辨率的方法如下:The method for an adaptive display optimum resolution and text size according to claim 4, wherein the method for calculating the optimum resolution of the display is as follows:
    如果显示器物理尺寸宽度值×显示器物理尺寸高度值<=140000mm 2If the display physical size width value×display physical size height value<=140000mm 2 ,
    则:最佳分辨率高=INT(物理尺寸高度值×3);Then: the best resolution is high = INT (physical size height value × 3);
    最佳分辨率宽=INT(物理尺寸宽度值×3);Best resolution width = INT (physical size width value × 3);
    如果显示器物理尺寸宽度值×显示器物理尺寸高度值>140000mm 2且<256000mm 2If the display physical size width value×display physical size height value>140000mm 2 and <256000mm 2 ,
    则:最佳分辨率高=INT(物理尺寸高度值×5),Then: the best resolution is high = INT (physical size height value × 5),
    最佳分辨率宽=INT(物理尺寸宽度值×5);Best resolution width = INT (physical size width value × 5);
    如果显示器物理尺寸宽度值×显示器物理尺寸高度值>256000mm 2If the width value of the display physical size×the height value of the display physical size>256000mm 2 ,
    则:最佳分辨率高=INT(物理尺寸高度值×4),Then: the best resolution is high = INT (physical size height value × 4),
    最佳分辨率宽=INT(物理尺寸宽度值×2);Best resolution width = INT (physical size width value × 2);
    其中,INT()为取整函数,所述最佳分辨率为可支持的分辨率列表中与最佳分辨率高、最佳分辨率宽最接近的分辨率。Wherein, INT( ) is a rounding function, and the optimal resolution is the resolution closest to the optimal resolution height and the optimal resolution width in the list of supported resolutions.
  6. 根据权利要求2所述的一种自适应显示器最佳分辨率以及文本大小的方法,其特征在于:所述计算显示器的最佳文本缩放比的方法如下:The method for an adaptive display optimum resolution and text size according to claim 2, wherein the method for calculating the optimum text scaling ratio of the display is as follows:
    如果显示器物理尺寸宽度值×显示器物理尺寸高度值<=140000mm 2If the display physical size width value×display physical size height value<=140000mm 2 ,
    则最佳文本缩放比例为100%;Then the optimal text scaling is 100%;
    如果显示器物理尺寸宽度值×显示器物理尺寸高度值>140000mm 2且<256000mm 2If the display physical size width value×display physical size height value>140000mm 2 and <256000mm 2 ,
    则最佳文本缩放比例=120%;Then the optimal text scaling ratio = 120%;
    如果显示器物理尺寸宽度值×显示器物理尺寸高度值>256000mm 2If the width value of the display physical size×the height value of the display physical size>256000mm 2 ,
    则最佳文本缩放比例=150%。Then the optimal text scaling ratio = 150%.
  7. 根据权利要求1所述的一种自适应显示器最佳分辨率以及文本大小的方法,其特征在于:通过windows系统函数EnumDisplaySettings设置最佳分辨率。The method for an adaptive display optimal resolution and text size according to claim 1, wherein the optimal resolution is set through the Windows system function EnumDisplaySettings.
  8. 根据权利要求2所述的一种自适应显示器最佳分辨率以及文本大小的方法,其特征在于:通过windows系统函数ChangeDisplaySettings设置最佳文本缩放比例。The method for an adaptive display optimal resolution and text size according to claim 2, wherein the optimal text scaling ratio is set through the Windows system function ChangeDisplaySettings.
PCT/CN2021/098183 2020-08-24 2021-06-03 Method for adapting to optimum resolution and text size of display WO2022041912A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202010857631.0A CN112051976B (en) 2020-08-24 2020-08-24 Method for self-adapting optimal resolution and text size of display
CN202010857631.0 2020-08-24

Publications (1)

Publication Number Publication Date
WO2022041912A1 true WO2022041912A1 (en) 2022-03-03

Family

ID=73600904

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2021/098183 WO2022041912A1 (en) 2020-08-24 2021-06-03 Method for adapting to optimum resolution and text size of display

Country Status (2)

Country Link
CN (1) CN112051976B (en)
WO (1) WO2022041912A1 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112051976B (en) * 2020-08-24 2022-09-30 南京巨鲨显示科技有限公司 Method for self-adapting optimal resolution and text size of display
CN112799753B (en) * 2021-01-08 2023-04-25 杭州雾联科技有限公司 Full-screen exclusive shielding method, device, equipment and medium
CN115061653A (en) * 2022-06-14 2022-09-16 统信软件技术有限公司 Method and device for adjusting scaling based on resolution and computing equipment

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2003091985A1 (en) * 2002-04-25 2003-11-06 Thomson Licensing S.A. Video resolution control for a web browser and video display
CN102662563A (en) * 2012-03-14 2012-09-12 广东威创视讯科技股份有限公司 Window resolution self-adaption processing method and device
US20140125554A1 (en) * 2012-11-07 2014-05-08 Shanghai Powermo Information Tech. Co. Ltd. Apparatus and algorithm to implement smart mirroring for a multiple display system
CN105511829A (en) * 2015-12-09 2016-04-20 广州视睿电子科技有限公司 Method and system for adjusting display scale of office software in self-adaption manner
CN106383689A (en) * 2016-09-20 2017-02-08 青岛海信电器股份有限公司 Display font size adjustment method and apparatus, and terminal device
CN106648511A (en) * 2016-12-16 2017-05-10 竞技世界(北京)网络技术有限公司 Self-adaptive display method and device of display resolutions
CN112051976A (en) * 2020-08-24 2020-12-08 南京巨鲨显示科技有限公司 Method for self-adapting optimal resolution and text size of display

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103546689B (en) * 2013-10-11 2018-02-13 Tcl集团股份有限公司 The resolution ratio acquisition methods and device of external camera of android system
CN110536176B (en) * 2019-07-31 2021-09-21 深圳银澎云计算有限公司 Video resolution adjusting method, electronic equipment and storage medium

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2003091985A1 (en) * 2002-04-25 2003-11-06 Thomson Licensing S.A. Video resolution control for a web browser and video display
CN102662563A (en) * 2012-03-14 2012-09-12 广东威创视讯科技股份有限公司 Window resolution self-adaption processing method and device
US20140125554A1 (en) * 2012-11-07 2014-05-08 Shanghai Powermo Information Tech. Co. Ltd. Apparatus and algorithm to implement smart mirroring for a multiple display system
CN105511829A (en) * 2015-12-09 2016-04-20 广州视睿电子科技有限公司 Method and system for adjusting display scale of office software in self-adaption manner
CN106383689A (en) * 2016-09-20 2017-02-08 青岛海信电器股份有限公司 Display font size adjustment method and apparatus, and terminal device
CN106648511A (en) * 2016-12-16 2017-05-10 竞技世界(北京)网络技术有限公司 Self-adaptive display method and device of display resolutions
CN112051976A (en) * 2020-08-24 2020-12-08 南京巨鲨显示科技有限公司 Method for self-adapting optimal resolution and text size of display

Also Published As

Publication number Publication date
CN112051976B (en) 2022-09-30
CN112051976A (en) 2020-12-08

Similar Documents

Publication Publication Date Title
WO2022041912A1 (en) Method for adapting to optimum resolution and text size of display
CN101751209B (en) Method and computer for adjusting screen display element
TW201812512A (en) Method for image displaying and electronic device thereof
CN102063887A (en) Method for automatically adjusting visual range of display and display thereof
CN205202483U (en) Medical film self -service printer
CN109782850B (en) Full-interactive intelligent education machine supporting multiple network access
CN113299370B (en) Medical image display method and device, computer equipment and storage medium
WO2019104476A1 (en) Monitor and display screen switching method therefor
CN104679213B (en) The control method of server and server
CN106896924A (en) The brightness adjusting method of a kind of electronic equipment, device and electronic equipment
US11497574B2 (en) Smart mobile cart for nursing and caring
CN205754529U (en) A kind of medical image processing system
CN210274321U (en) Processing terminal based on 5g remote image data transmission and filing technology
CN103610448A (en) Traditional Chinese medicine pulse condition topographic map instrument with wireless transmission
CN104063034A (en) Computer device and display card efficiency optimization method thereof
CN108953954A (en) A kind of recorder for computer graphic image processing
WO2022051977A1 (en) Image registration method and device
CN208719796U (en) A kind of recorder for computer graphic image processing
WO2016095515A1 (en) Display method and display terminal
CN208496841U (en) A kind of torque digital display spanner
WO2016033877A1 (en) Method for dynamically adjusting screen character display of terminal, and terminal
WO2018227993A1 (en) Method and apparatus for generating color ultrasound and transcranial doppler ultrasound
CN211460254U (en) Multifunctional imaging shared consultation device for radiology department
TWI342505B (en) A symbol recognized and recorded system
CN215411131U (en) Teaching projection equipment for computer education

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 21859756

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 21859756

Country of ref document: EP

Kind code of ref document: A1