Cursor Path Tracking for Instant Messenger Picture Editing

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing instant messenger edit functions can only draw straight lines between the start and end cursor positions, unable to replicate the actual cursor movement path, making curve editing complicated and unsatisfactory.

Innovation Solution

A method and apparatus that obtain and record cursor position information in real time within an edit area, generating line segments that follow the actual cursor movement path, allowing for smooth curve editing within the edit area.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Ease of operation

If the existing edit function draws a straight line between start and end cursor positions, then the line drawing is simple and fast, but the line cannot follow the actual cursor movement path

Engineering Contradiction:
Improveline drawing simplicityVSAvoidline path accuracy
Core Design Contradiction:
Ease of operationVSManufacturing precision

Solution Approach 1:

The patent segments the line drawing process into multiple line segments based on recorded cursor positions. Instead of drawing a single straight line, the system divides the path into segments connecting consecutive cursor positions, allowing the line to follow the actual movement trajectory while maintaining simplicity in the drawing operation.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent implements continuous recording of cursor positions during the drawing operation. The system continuously captures cursor coordinates and generates line segments in real-time as the user moves the cursor, ensuring the line path continuously follows the user's intended trajectory without interruption.

Inventive Principle:
Principle #20Continuity of useful action

2Adaptability or versatility

If the user presses down, moves and releases the mouse continuously to edit a curve, then the curve can be drawn, but the operation is complicated and the curve smoothness is low

Engineering Contradiction:
Improvecurve editing capabilityVSAvoidoperation complexity
Core Design Contradiction:
Adaptability or versatilityVSEase of operation

Solution Approach 1:

The system automatically generates curve lines by utilizing the user's natural cursor movement. Instead of requiring complex manual operations, the system serves itself by automatically recording cursor positions and generating smooth curve lines based on the natural drawing motion, eliminating the need for additional editing steps.

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The system provides real-time feedback by continuously recording cursor positions and generating line segments that immediately appear on the canvas. This feedback mechanism allows the user to see the line being drawn as they move the cursor, guiding their movement for smoother curves while reducing operational complexity.

Inventive Principle:
Principle #23Feedback

3Manufacturing precision

If the user uses graph processing software to edit pictures, then the picture can be edited with high precision, but a series of complicated operations are needed including storing, opening, and saving

Engineering Contradiction:
Improvepicture editing precisionVSAvoidoperation steps
Core Design Contradiction:
Manufacturing precisionVSDevice complexity

Solution Approach 1:

The patent merges the screenshot function and picture editing function into a single integrated operation. Instead of requiring separate steps to store, open, and save images, the system combines these operations so that users can directly edit pictures within the instant messenger interface, reducing the number of operation steps while maintaining editing precision.

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

The instant messenger system is enhanced with multi-functionality by integrating both screenshot capture and picture editing capabilities. This universal approach allows the same interface to handle multiple functions (capturing, editing, and sending pictures) without requiring users to switch between different applications or perform multiple separate operations.

Inventive Principle:
Principle #6Universality (Multi-functionality)

Data Source

PatentUS8856251B2Picture processing method and apparatus for instant communication tool
Publication Date: 2014.10.07 TENCENT TECHNOLOGY (SHENZHEN) CO LTD
  • US8856251B2 patent drawing
  • US8856251B2 patent drawing
  • US8856251B2 patent drawing

AI summary

A method and an apparatus for processing a picture of an instant messenger are disclosed, which belong to the field of computers comprising: obtaining related information of an edit region, wherein the related information comprises at least a horizontal coordinate range and a vertical coordinate range; obtaining and recording position information of an initial cursor when a start notice is received, wherein the position information comprises at least coordinates; and obtaining position information of a current cursor in real time, generating a line segment according to the position information of the current cursor, the recorded position information and the related information, and updating the recorded position information into the position information of the current cursor. The apparatus comprises a first obtaining module, a second obtaining module and a generation module. The present disclosure can draw a line according to the movement path of the cursor.