Picture Generation Workflow for Reusable Graphic Element Rendering

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing drawing tools, such as third-party tools and Java-based Graphics2D, are inefficient for generating electronic signs as they require manual redrawing of elements and lack integration with application services, leading to low drawing efficiency.

Innovation Solution

A method that involves acquiring and parsing content elements with attribute information, drawing graphic elements based on these attributes, and combining them to generate a target picture, with optional processing steps like format conversion and rendering to enhance efficiency.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Adaptability or versatility

If third-party drawing tools are used to generate pictures, then picture generation capability is provided, but integration with application services is unable to be achieved and drawing efficiency is low

Engineering Contradiction:
Improveintegration capabilityVSAvoiddrawing efficiency
Core Design Contradiction:
Adaptability or versatilityVSProductivity

Solution Approach 1:

The patent introduces a picture generation component as an intermediary layer between application services and drawing tools. This component receives drawing requirements from application services, parses them into standardized instructions, and executes them using integrated drawing tools, thereby achieving both integration capability and improved drawing efficiency through automated processing

Inventive Principle:
Principle #24Intermediary (Mediator)

2Adaptability or versatility

If Java Graphics2D tool is used for direct drawing in application services, then integration with application services is achieved, but drawing efficiency remains low due to manual redrawing of all elements

Engineering Contradiction:
Improveintegration capabilityVSAvoiddrawing efficiency
Core Design Contradiction:
Adaptability or versatilityVSProductivity

Solution Approach 1:

The patent implements preliminary action by pre-defining drawing templates and element libraries that contain commonly used picture elements and layouts. When generating pictures, the system retrieves and reuses these pre-defined elements instead of redrawing everything manually, significantly improving drawing efficiency while maintaining integration with application services through the standardized component architecture

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent employs copying by creating reusable drawing templates and element libraries that can be copied and reused across multiple picture generation tasks. Instead of manually redrawing all elements each time, the system copies proven templates and modifies them as needed, dramatically reducing drawing time and effort while maintaining service integration

Inventive Principle:
Principle #26Copying

3Ease of operation

If manual redrawing of all picture elements is required each time, then complete picture control is achieved, but drawing efficiency becomes low

Engineering Contradiction:
Improvepicture controlVSAvoiddrawing efficiency
Core Design Contradiction:
Ease of operationVSProductivity

Solution Approach 1:

The patent applies segmentation by dividing pictures into independent, reusable elements and templates. Each element can be independently controlled, modified, and reused. This segmentation allows the system to maintain complete picture control through individual element manipulation while dramatically improving drawing efficiency by reusing established elements rather than redrawing everything manually

Inventive Principle:
Principle #1Segmentation

Data Source

PatentUS12555279B2Method and apparatus for picture generation and storage medium
Publication Date: 2026.02.17 BOE TECHNOLOGY GROUP CO LTD
  • US12555279B2 patent drawing
  • US12555279B2 patent drawing
  • US12555279B2 patent drawing

AI summary

This disclosure provides a picture generation method, apparatus, electronic device and storage medium. The picture generation method includes acquiring a plurality of content elements contained in a design of a target picture, the content elements having respective attribute information, in response to a drawing instruction, parsing the content elements to obtain one or more graphic elements for each of the plurality of content elements, each graphic element having an associated graphic parameter that corresponds to the attribute information of a respective content element, drawing the graphic elements according to the associated graphic parameters to obtain content element pictures for respective content elements, and combining the obtained content element pictures to generate the target picture.