WO2010081374A1 - 屏幕截图方法和屏幕截图装置 - Google Patents

屏幕截图方法和屏幕截图装置 Download PDF

Info

Publication number
WO2010081374A1
WO2010081374A1 PCT/CN2009/076171 CN2009076171W WO2010081374A1 WO 2010081374 A1 WO2010081374 A1 WO 2010081374A1 CN 2009076171 W CN2009076171 W CN 2009076171W WO 2010081374 A1 WO2010081374 A1 WO 2010081374A1
Authority
WO
WIPO (PCT)
Prior art keywords
screenshot
image
anchor point
information
module
Prior art date
Application number
PCT/CN2009/076171
Other languages
English (en)
French (fr)
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 WO2010081374A1 publication Critical patent/WO2010081374A1/zh

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/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance

Definitions

  • the present invention relates to the field of computer technology, and in particular, to a screen capture method and a screen capture device.
  • An embodiment of the present invention provides a screen capture method, including: receiving a screenshot request; Zoom in to display the image at the anchor point and around the anchor point; save the location information of the anchor point; save the screenshot.
  • the positioning point is a mouse pointer.
  • the positioning point is a touch point.
  • the enlarged display of the image at the positioning point and around the positioning point includes capturing position information of the image information to be enlarged and the mouse pointer; encoding the image information of the enlarged image and the position of the mouse pointer; displaying the screenshot window and the positioning pointer.
  • the screenshot window includes an image enlargement window, a help information window, and an anchor point information window, where the image enlargement window is used to display an enlarged image of the image at the anchor point and around the anchor point, and the help information window is used for displaying and the screen.
  • the help information related to the screenshot operation, the anchor point information window is used to display the pixel information at the anchor point.
  • the pixel information at the anchor point includes color and coordinate information of a pixel at the anchor point.
  • the positioning pointer is a cross-shaped pointer.
  • an embodiment of the present invention further provides a screen capture apparatus using the screen cut method of any of the above, comprising:
  • a screenshot module configured to receive a screenshot request, capture screen image information, save location information of the anchor point, and a screenshot selected by the user;
  • the screenshot device further includes: an image encoding module and a positioning pointer module; the image encoding module is configured to perform encoding processing on data transmitted by the screenshot module; and the positioning pointer module is configured according to the data transmitted by the image encoding module.
  • the positioning pointer is displayed in the screenshot window.
  • the screen capture device uses an image enlargement module and a positioning pointer module to enlarge and display an image around the mouse pointer and the mouse pointer, and convert the mouse pointer into a positioning pointer to display in the enlarged image, when the user performs Screenshot operation
  • the position of the positioning point can be accurately determined, so that the error of the screenshot can be controlled at the level of the pixel. That is to say, the screenshot method can be used to accurately capture the screen image.
  • FIG. 1 is a schematic structural diagram of a screen capture device according to an embodiment of the present invention.
  • FIG. 2 is a flow chart of a screen capture method in an embodiment of the present invention.
  • FIG. 3 is a schematic diagram of a screenshot window in an embodiment of the present invention.
  • FIG. 4 is a schematic diagram of selecting a screen image by using a rectangular frame selection tool in an embodiment of the present invention. detailed description
  • the screen capture device 100 includes a screenshot module 101, an image encoding module 102, an image enlargement module 103, and a positioning pointer module 104.
  • the screenshot module 101 is configured to receive a screenshot request, capture screen image information, save location information of the anchor point, and a screenshot selected by the user.
  • the image encoding module 102 is configured to encode the data transmitted by the screenshot module 101.
  • the image enlargement module 103 displays the screenshot window on the computer screen based on the data transmitted by the image encoding module 102.
  • the positioning pointer module 104 displays the positioning pointer in the screenshot window based on the data transmitted by the image encoding module 102.
  • the screen capture method includes the following steps (at this time, the instant messaging system is turned on):
  • This step is implemented by the screenshot module 101.
  • the screenshot module 101 After receiving the screenshot request, the screenshot module 101 turns on the screenshot function. 52. Capture image information to be enlarged and mouse pointer position information.
  • This step is implemented by the screenshot module 101. Specifically, first, the position information at the mouse pointer is obtained by the position information returned by the related driving device. Secondly, the color of the pixel around the mouse pointer and the corresponding position information are obtained according to a preset zooming range (eg, 200*200), wherein the mouse pointer The color of the surrounding pixels is obtained by the RGB value of each pixel, and when the position of the pixel around the mouse pointer exceeds the preset magnification range, the color of its pixel is not acquired.
  • a preset zooming range eg, 200*200
  • the screenshot module 101 captures the color, position information (i.e., image information to be enlarged) of the pixels around the mouse pointer and the mouse pointer on the computer screen, and the mouse pointer position information, and transmits the captured information to the image encoding module 102.
  • position information i.e., image information to be enlarged
  • This step is implemented by image encoding module 102.
  • the image encoding module 102 performs encoding processing on the received information, and then transmits the encoded data to the image amplifying module 103 and the positioning pointer module 104, wherein the image is encoded by a common image encoding technique for network transmission.
  • the image magnification module 103 displays the encoded data through a computer screen, that is, a screenshot window appears on the computer screen.
  • Figure 3 is a schematic diagram of the screenshot window.
  • 300 denotes a computer screen
  • 301 denotes a screenshot window.
  • the screenshot window 301 includes a help information window 302, an anchor point information window 303, and an image enlargement window 304.
  • the help information window 302 displays help information related to the screenshot operation.
  • the image enlargement window 304 displays a magnified image of the image around the mouse pointer and around the mouse pointer.
  • the positioning pointer module 104 displays the encoded data through the screenshot window 301, that is, a cross-shaped pointer 305 appears in the image enlargement window 304, and the intersection point of the cross-shaped pointer 305 is the positioning point, and the positioning is displayed in the positioning point information window 303.
  • the shape of the pointer may be a cross shape, or may be other shapes, such as an arrow shape. Any pointer shape capable of positioning and identifying an image belongs to the needle of the present invention as an example.
  • the screenshot module 101 captures the position information of the mouse pointer in real time and compares it with the previously stored mouse pointer position information. If they are the same, it means that the position of the mouse pointer has not changed; if it is different, it means that the position of the mouse pointer has changed.
  • steps S2 to S4 are immediately repeated, that is, the content of the screenshot window 301 is updated in real time.
  • Figure 4 is a schematic diagram of selecting a screen image using a rectangular frame selection tool.
  • the screen image is selected by using the rectangular frame selection tool, only the position of the first positioning point 401 and the second positioning point 402 on the diagonal line needs to be determined to determine the size of the rectangle 403. That is, the user only needs to accurately determine the size.
  • the position of an anchor point 401 and the second anchor point 402 can accurately determine the screen image to be saved.
  • the screenshot module 101 receives the save first location request and then saves the location information of the first anchor point 401.
  • the screenshot module 101 receives the save second location point request, and then saves the location information of the second anchor point 402. S8: Save the screenshot.
  • the screenshot module 101 determines the range of the screenshot selected by the user according to the positions of the first and second anchor points 402, and then saves the screenshot selected by the user.
  • the screen capture device 100 in the embodiment of the present invention uses the image enlargement module 103 and the positioning pointer module 104 to display an enlarged image of the mouse pointer and the mouse pointer, and convert the mouse pointer into a positioning pointer to display in the enlarged image.
  • the position of the anchor point can be determined very accurately, so that the error of the screenshot can be controlled at the level of the pixel.
  • the screenshot method can be used to capture the screen image very accurately.
  • the screen capture device 100 and the screenshot method in the foregoing embodiments of the present invention are only preferred embodiments of the present invention in instant messaging, and the foregoing apparatus and method can also be applied to an email, a browser, and a video player. And other technical fields related to image display.
  • the screen shot method in the above embodiment of the present invention is not limited to use on a computer, and can also be applied to an image display device such as a mobile phone or a navigator. Any solution to the above method applied to the field of image display belongs to the protection scope of the present invention.
  • the screen capture method in the above embodiment of the present invention correspondingly enlarges and displays the image around the stylus (or finger) and the stylus, and the positioning point is the stylus or the finger. Touch the point.
  • the invention is not to be construed as limiting the scope of the invention. It should be noted that a number of variations and modifications may be made by those skilled in the art without departing from the spirit and scope of the invention. Therefore, the scope of the invention should be determined by the appended claims.

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • User Interface Of Digital Computer (AREA)
  • Editing Of Facsimile Originals (AREA)

Description

屏幕截图方法和屏幕截图装置 本申请要求于 2009年 1 月 15 日提交中国专利局, 申请号为 200910036683.5 , 发明名称为"屏幕截图方法和屏幕截图***"的中国 专利申请的优先权, 其全部内容通过引用结合在本申请中。 技术领域
本发明涉及计算机技术领域,尤其涉及屏幕截图方法和屏幕截图 装置。
背景技术
随着互联网的发展和人们沟通习惯的日益改变,即时通讯已经成 为人们日常生活中不可或缺的交流方式。 为了便于用户的使用, 即时 通讯***中附加了很多其他功能,以使用户通过该***可以实现更多 的需求, 从而扩展该***的功能和提供用户的体验感, 屏幕截图就是 其中之一。 图像是计算机用户用来表达信息的有效手段, 文档和软件 中使用图像能够提供丰富直观的信息。为了将计算机屏幕当前发生的 状况迅速的保存下来, 屏幕截图是计算机用户常用的一个方法。 屏幕 截图能够直接记录当前屏幕的显示状态, 迅速准确的反映软件状态, 而且能够记录一些无法通过拷贝文本提供的内容。但是当我们需要精 确截取屏幕图像的时候, 因为人眼不能够很好的分辨屏幕上的像素 点, 所以往往无法精确定位, 无法将截图的误差控制在像素的级别, 也就是说, 不能精确的截取屏幕图像。 发明内容
有鉴于此, 有必要针对不能精确的截取屏幕图像的问题, 提供一 种能精确的截取屏幕图像的屏幕截图方法。
本发明实施例提供一种屏幕截图方法,包括:接收屏幕截图请求; 放大显示定位点处和定位点周围的图像; 保存定位点的位置信息; 保 存屏幕截图。
优选的, 所述定位点为鼠标指针。
优选的, 所述定位点为触摸点。
优选的,所述放大显示定位点处和定位点周围的图像包括捕捉待 放大图像信息及鼠标指针的位置信息;对待放大图像信息及鼠标指针 的位置信息进行编码; 显示截图窗口及定位指针。
优选的, 所述截图窗口包括图像放大窗口、 帮助信息窗口和定位 点信息窗口,所述图像放大窗口用于显示定位点处和定位点周围的图 像的放大图像,帮助信息窗口用于显示与屏幕截图操作有关的帮助信 息, 定位点信息窗口用于显示定位点处的像素信息。
优选的,所述定位点处的像素信息包括定位点处的像素的颜色和 坐标信息。
优选的, 所述定位指针为十字形指针。
此外,本发明实施例还提供了一种采用上述任一项所述的屏幕截 图方法的屏幕截图装置, 包括:
屏幕截图模块, 用于接收屏幕截图请求, 捕捉屏幕图像信息, 保 存定位点的位置信息和用户选取的屏幕截图;
图像放大模块, 用于放大显示定位点处和定位点周围的图像。。 优选的, 所述屏幕截图装置还包括: 图像编码模块及定位指针模 块; 所述图像编码模块用于对屏幕截图模块传送的数据进行编码处 理;所述定位指针模块根据图像编码模块传送的数据在截图窗口中显 示定位指针。
上述本发明实施例中 ,屏幕截图装置采用图像放大模块及定位指 针模块将鼠标指针处和鼠标指针周围的图像进行放大显示,并且将鼠 标指针转换为定位指针在放大的图像中显示, 当用户进行屏幕截图操 作时, 可以 4艮精确的确定定位点的位置, 从而可以将截图的误差控制 在像素的级别。 也就是说, 采用上述屏幕截图方法可以 4艮精确的截取 屏幕图像。 附图说明
图 1是本发明实施例中一种屏幕截图装置的结构示意图。
图 2是本发明实施例中一种屏幕截图方法的流程图。
图 3是本发明实施例中截图窗口的示意图。
图 4 是本发明实施例中采用矩形框选工具选取屏幕图像的示意 图。 具体实施方式
图 1是本发明实施例中一种屏幕截图装置的结构示意图,应用于 即时通讯***中, 屏幕截图装置 100包括屏幕截图模块 101、 图像编 码模块 102、 图像放大模块 103和定位指针模块 104。 屏幕截图模块 101用于接收屏幕截图请求, 捕捉屏幕图像信息, 保存定位点的位置 信息和用户选取的屏幕截图。图像编码模块 102用于对屏幕截图模块 101传送的数据进行编码处理。 图像放大模块 103根据图像编码模块 102传送的数据在计算机屏幕上显示截图窗口。 定位指针模块 104根 据图像编码模块 102传送的数据在截图窗口中显示定位指针。
图 2是本发明实施例中一种屏幕截图方法的流程图,应用于即时 通讯***中, 屏幕截图方法包括以下步骤(此时, 即时通讯***已开 启):
Sl、 接收屏幕截图请求。
该步骤由屏幕截图模块 101实现。屏幕截图模块 101接收到屏幕 截图请求后, 开启屏幕截图功能。 52、 捕捉待放大图像信息及鼠标指针位置信息。
该步骤由屏幕截图模块 101实现。 具体地, 首先通过相关驱动设 备返回的位置信息获取鼠标指针处的位置信息; 其次, 根据预设的放 大范围 (如 200*200 )获取鼠标指针周围像素的颜色和对应的位置信 息, 其中鼠标指针周围像素的颜色通过每一个像素的 RGB值获取, 且当鼠标指针周围像素的位置超出预设的放大范围时,则不获取其像 素的颜色。屏幕截图模块 101捕捉计算机屏幕上鼠标指针处和鼠标指 针周围的像素的颜色、 位置信息 (即待放大图像信息), 以及鼠标指 针位置信息后, 将捕捉到的信息发送至图像编码模块 102。
53、 对待放大图像信息及鼠标指针位置信息进行编码。
该步骤由图像编码模块 102实现。图像编码模块 102对所接收的 信息进行编码处理后向图像放大模块 103及定位指针模块 104传送编 码后的数据,其中采用通用的图片编码技术对图片进行编码处理以便 于网络传输。
54、 显示截图窗口及定位指针。
该步骤由图像放大模块 103和定位指针模块 104实现。图像放大 模块 103将编码后的数据通过计算机屏幕进行显示,即在计算机屏幕 中出现一个截图窗口。 图 3是截图窗口的示意图。 300表示计算机屏 幕, 301表示截图窗口。 截图窗口 301包括帮助信息窗口 302、 定位 点信息窗口 303和图像放大窗口 304。 帮助信息窗口 302显示与屏幕 截图操作有关的帮助信息。图像放大窗口 304显示鼠标指针处及鼠标 指针周围的图像的放大图像。
定位指针模块 104将编码后的数据通过截图窗口 301进行显示, 即在图像放大窗口 304中出现一个十字形指针 305 , 十字形指针 305 的交点即定位点,同时在定位点信息窗口 303中显示定位点处的像素 的颜色和坐标信息、 截图尺寸等信息。 需要说明的是,上述指针形状可以为十字形,也可以为其他形状, 如箭头形,凡是能够对图像进行定位标识的指针形状均属于本发明的 针为例进行说明。
55、 判断鼠标指针位置是否变化。 若是, 执行 S2; 若否, 执行
S6。
该步骤由屏幕截图模块 101实现。屏幕截图模块 101实时捕捉鼠 标指针的位置信息, 并与之前存储的鼠标指针位置信息进行比较。 若 相同, 则表示鼠标指针的位置没有变化; 若不同, 则表示鼠标指针的 位置发生变化。 当鼠标指针的位置变化时, 步骤 S2至 S4立即重复执 行, 即截图窗口 301的内容实时更新。
56、 接收保存第一定位点请求。
用户可以采用圓形、橢圓形或矩形框选工具选取需要保存的屏幕 图像, 现以最常使用的矩形框选工具为例进行说明。 图 4是采用矩形 框选工具选取屏幕图像的示意图。当采用矩形框选工具选取屏幕图像 时,只需要确定对角线上第一定位点 401和第二定位点 402的位置即 可确定矩形 403的大小, 也就是说, 用户只需要精确的确定第一定位 点 401 和第二定位点 402的位置即可精确的确定需要保存的屏幕图 像。
当用户选定第一定位点 401 (例如单击鼠标左键)后, 屏幕截图 模块 101会接收到保存第一定位点请求,然后将第一定位点 401的位 置信息进行保存。
S7: 接收保存第二定位点请求。
当用户选定第二定位点 402 (例如单击鼠标左键)后, 屏幕截图 模块 101会接收到保存第二定位点请求,然后将第二定位点 402的位 置信息进行保存。 S8: 保存屏幕截图。
屏幕截图模块 101根据第一、第二定位点 402的位置确定用户选 取的屏幕截图的范围, 然后将用户选取的屏幕截图保存。
上述本发明实施例中的屏幕截图装置 100采用图像放大模块 103 及定位指针模块 104 将鼠标指针处和鼠标指针周围的图像进行放大 显示, 并且将鼠标指针转换为定位指针在放大的图像中显示, 当用户 进行屏幕截图操作时, 可以很精确的确定定位点的位置, 从而可以将 截图的误差控制在像素的级别。 也就是说, 采用上述屏幕截图方法可 以很精确的截取屏幕图像。
需要说明的是,上述本发明实施例中的屏幕截图装置 100及屏幕 截图方法应用在即时通信中只是本发明优选的实施方式,上述装置和 方法还可以应用于电子邮件、 浏览器、视频播放器等涉及图像显示的 技术领域。 并且, 上述本发明实施例中的屏幕截图方法并不限于在计 算机上使用, 也可应用在手机、 导航仪等图像显示设备中。 凡是将上 述方法应用于图像显示领域的方案均属于本发明的保护范围。
当图像显示设备的屏幕为触摸屏时,上述本发明实施例中的屏幕 截图方法相应放大显示触控笔(或手指)处和触控笔周围的图像, 此 时定位点即触控笔或手指的触摸点。 体和详细, 但并不能因此而理解为对本发明专利范围的限制。应当指 出的是, 对于本领域的普通技术人员来说, 在不脱离本发明构思的前 提下, 还可以做出若干变形和改进, 这些都属于本发明的保护范围。 因此, 本发明专利的保护范围应以所附权利要求为准。

Claims

权利要求
1、 一种屏幕截图方法, 其特征在于, 包括:
接收屏幕截图请求;
放大显示定位点处和定位点周围的图像;
保存定位点的位置信息;
保存屏幕截图。
2、 根据权利要求 1所述的屏幕截图方法, 其特征在于: 所述定 位点为鼠标指针。
3、 根据权利要求 1所述的屏幕截图方法, 其特征在于: 所述定 位点为触摸点。
4、 根据权利要求 2所述的屏幕截图方法, 其特征在于: 所述放 大显示定位点处和定位点周围的图像包括捕捉待放大图像信息及鼠 标指针的位置信息;对待放大图像信息及鼠标指针的位置信息进行编 码; 显示截图窗口及定位指针。
5、 根据权利要求 4所述的屏幕截图方法, 其特征在于: 所述截 图窗口包括图像放大窗口、 帮助信息窗口和定位点信息窗口, 所述图 像放大窗口用于显示定位点处和定位点周围的图像的放大图像,帮助 信息窗口用于显示与屏幕截图操作有关的帮助信息,定位点信息窗口 用于显示定位点处的像素信息。
6、 根据权利要求 5所述的屏幕截图方法, 其特征在于: 所述定 位点处的像素信息包括定位点处的像素的颜色和坐标信息。
7、 根据权利要求 4至 6中任一项所述的屏幕截图方法, 其特征 在于: 所述定位指针为十字形指针。
8、 一种采用权利要求 1至 7中任一项所述的屏幕截图方法的屏 幕截图装置, 其特征在于, 包括: 屏幕截图模块, 用于接收屏幕截图请求, 捕捉屏幕图像信息, 保 存定位点的位置信息和用户选取的屏幕截图;
图像放大模块, 用于放大显示定位点处和定位点周围的图像。
9、 根据权利要求 8所述的屏幕截图装置, 其特征在于, 还包括: 图像编码模块及定位指针模块;所述图像编码模块用于对屏幕截图模 块传送的数据进行编码处理;所述定位指针模块根据图像编码模块传 送的数据在截图窗口中显示定位指针。
PCT/CN2009/076171 2009-01-15 2009-12-29 屏幕截图方法和屏幕截图装置 WO2010081374A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN200910036683.5 2009-01-15
CN 200910036683 CN101477440A (zh) 2009-01-15 2009-01-15 屏幕截图方法和屏幕截图***

Publications (1)

Publication Number Publication Date
WO2010081374A1 true WO2010081374A1 (zh) 2010-07-22

Family

ID=40838164

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2009/076171 WO2010081374A1 (zh) 2009-01-15 2009-12-29 屏幕截图方法和屏幕截图装置

Country Status (2)

Country Link
CN (1) CN101477440A (zh)
WO (1) WO2010081374A1 (zh)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140325450A1 (en) * 2013-04-25 2014-10-30 Infobank Corp. Method for executing application, terminal and server thereof
CN106527907A (zh) * 2016-11-24 2017-03-22 依偎科技(南昌)有限公司 一种针对智能终端的截屏处理方法及装置
CN107807770A (zh) * 2017-09-27 2018-03-16 阿里巴巴集团控股有限公司 一种截图方法、装置以及电子设备
CN109446832A (zh) * 2014-09-04 2019-03-08 华为技术有限公司 一种截屏方法及装置
CN110502293A (zh) * 2019-07-10 2019-11-26 维沃移动通信有限公司 一种截屏方法及终端设备
CN114327212A (zh) * 2021-12-06 2022-04-12 黄应根 一种截取图片的方法

Families Citing this family (23)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101477440A (zh) * 2009-01-15 2009-07-08 腾讯科技(深圳)有限公司 屏幕截图方法和屏幕截图***
CN102135878A (zh) * 2010-01-26 2011-07-27 腾讯科技(深圳)有限公司 头像设置方法及***
CN102087582B (zh) * 2011-01-27 2012-08-29 广东威创视讯科技股份有限公司 一种自动滚屏的方法及装置
CN102779027B (zh) * 2011-05-09 2016-08-10 腾讯科技(深圳)有限公司 一种基于即时通信软件实现屏幕截取的方法及装置
CN103970598B (zh) * 2011-10-26 2018-06-26 华为终端有限公司 用于移动终端的应用屏幕截图方法和装置
CN102521020B (zh) * 2011-10-26 2014-05-21 华为终端有限公司 用于移动终端的应用屏幕截图方法和装置
CN103135914B (zh) * 2011-11-28 2015-12-02 阿里巴巴集团控股有限公司 一种基于触摸屏的截屏方法及装置
CN102662510B (zh) * 2012-03-24 2016-08-03 上海量明科技发展有限公司 通过多点触摸实现截图的方法
CN103365840B (zh) * 2012-03-26 2016-08-03 腾讯科技(深圳)有限公司 一种基于web的截图方法和装置
CN102708540A (zh) * 2012-04-21 2012-10-03 上海量明科技发展有限公司 一种针对截屏区域进行缩放的方法及客户端
CN102708539B (zh) * 2012-04-21 2016-05-18 上海量明科技发展有限公司 通过二次截图获取图像的方法及客户端
CN102693089A (zh) * 2012-04-21 2012-09-26 上海量明科技发展有限公司 通过截图实现放大功能的方法及客户端
CN102662525A (zh) * 2012-04-27 2012-09-12 上海量明科技发展有限公司 通过触摸屏进行截图操作的方法及终端
CN103581753B (zh) * 2012-07-30 2017-05-24 联想(北京)有限公司 一种基于智能电视的资源项目标识定位方法、装置和***
CN106227420B (zh) * 2012-08-15 2019-11-22 阿里巴巴集团控股有限公司 在截图时将截图框贴紧感兴趣区域的边界的方法和设备
CN103678106A (zh) * 2012-09-19 2014-03-26 腾讯科技(深圳)有限公司 一种内容录制方法和装置
CN103176712B (zh) * 2013-03-08 2016-03-09 小米科技有限责任公司 一种图像放大显示方法和装置
EP2966558B1 (en) 2013-04-07 2019-01-09 Guangzhou Shirui Electronics Co., Ltd. Multi-channel touch control method, device and computer storage media for integration machine
CN103197854B (zh) * 2013-04-07 2016-08-03 广州视睿电子科技有限公司 一体机多通道显示的截图方法及装置
CN104714721A (zh) * 2014-12-30 2015-06-17 上海孩子国科教设备有限公司 数据选择的方法及客户端
CN105094599A (zh) * 2015-06-29 2015-11-25 北京金山安全软件有限公司 一种图片剪裁方法、装置及终端
CN104932827A (zh) * 2015-06-29 2015-09-23 北京金山安全软件有限公司 一种图片裁剪方法、装置及终端
CN105242920B (zh) * 2015-09-21 2019-03-29 联想(北京)有限公司 一种截图***、截图方法以及电子设备

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6061062A (en) * 1991-12-20 2000-05-09 Apple Computer, Inc. Zooming controller
CN1752979A (zh) * 2004-09-23 2006-03-29 捷讯研究有限公司 网络浏览器图形用户界面及其实现方法
CN101075172A (zh) * 2006-08-23 2007-11-21 腾讯科技(深圳)有限公司 截图方法、截图装置及即时通讯客户端
CN101078980A (zh) * 2006-12-27 2007-11-28 腾讯科技(深圳)有限公司 一种在即时通信中屏幕截图的方法和***
CN101477440A (zh) * 2009-01-15 2009-07-08 腾讯科技(深圳)有限公司 屏幕截图方法和屏幕截图***

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6061062A (en) * 1991-12-20 2000-05-09 Apple Computer, Inc. Zooming controller
CN1752979A (zh) * 2004-09-23 2006-03-29 捷讯研究有限公司 网络浏览器图形用户界面及其实现方法
CN101075172A (zh) * 2006-08-23 2007-11-21 腾讯科技(深圳)有限公司 截图方法、截图装置及即时通讯客户端
CN101078980A (zh) * 2006-12-27 2007-11-28 腾讯科技(深圳)有限公司 一种在即时通信中屏幕截图的方法和***
CN101477440A (zh) * 2009-01-15 2009-07-08 腾讯科技(深圳)有限公司 屏幕截图方法和屏幕截图***

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140325450A1 (en) * 2013-04-25 2014-10-30 Infobank Corp. Method for executing application, terminal and server thereof
CN109446832A (zh) * 2014-09-04 2019-03-08 华为技术有限公司 一种截屏方法及装置
CN106527907A (zh) * 2016-11-24 2017-03-22 依偎科技(南昌)有限公司 一种针对智能终端的截屏处理方法及装置
CN106527907B (zh) * 2016-11-24 2020-01-10 依偎科技(南昌)有限公司 一种针对智能终端的截屏处理方法及装置
CN107807770A (zh) * 2017-09-27 2018-03-16 阿里巴巴集团控股有限公司 一种截图方法、装置以及电子设备
CN110502293A (zh) * 2019-07-10 2019-11-26 维沃移动通信有限公司 一种截屏方法及终端设备
CN114327212A (zh) * 2021-12-06 2022-04-12 黄应根 一种截取图片的方法

Also Published As

Publication number Publication date
CN101477440A (zh) 2009-07-08

Similar Documents

Publication Publication Date Title
WO2010081374A1 (zh) 屏幕截图方法和屏幕截图装置
US20190121530A1 (en) Device, Method, and Graphical User Interface for Switching Between Camera Interfaces
US7456849B2 (en) System and method for zooming an object through spiral interaction
JP6264293B2 (ja) 表示制御装置、表示制御方法及びプログラム
US20140137034A1 (en) Asynchronous handling of a user interface manipulation
US20100214321A1 (en) Image object detection browser
US9170728B2 (en) Electronic device and page zooming method thereof
CN110769149A (zh) 用于多个相机的数字取景器用户界面
US10013156B2 (en) Information processing apparatus, information processing method, and computer-readable recording medium
JP2014522534A (ja) 動的コンテンツを用いたズームイン及びズームアウト技法
US9229615B2 (en) Method and apparatus for displaying additional information items
US20140043255A1 (en) Electronic device and image zooming method thereof
WO2016045523A1 (zh) 一种移动终端界面内容的显示方法、装置及终端
US8633895B2 (en) Apparatus and method for improving character input function in mobile terminal
JP2012133586A (ja) 表示装置、画面画像転送方法、及びプログラム
EP2840517A2 (en) Method and apparatus for managing images in electronic device
CN111651110A (zh) 群聊消息显示方法、装置、电子设备及存储介质
KR20230010759A (ko) 전자 디바이스의 현재 위치를 보고 리파인하기 위한 사용자 인터페이스들
US8970483B2 (en) Method and apparatus for determining input
CN104571791A (zh) 一种信息处理方法及电子设备
US9519709B2 (en) Determination of an ordered set of separate videos
JP6010376B2 (ja) 電子機器,選択プログラムおよび方法
TWI411952B (zh) 文件檔案內容之縮放顯示系統及其方法
CN113835815B (zh) 图像预览方法及其装置
JP6225724B2 (ja) 情報共有システムおよび情報共有方法、ならびに、情報処理装置および情報処理方法

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: 09838161

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 29/11/2011)

122 Ep: pct application non-entry in european phase

Ref document number: 09838161

Country of ref document: EP

Kind code of ref document: A1