Wednesday, February 04, 2026

New Aesthetics Report - Memory Heatmap

Introducing the New Aesthetics Report

We’ve redesigned our Aesthetics Report to make it more intuitive and actionable.

The new report (with Memory heatmap) will go live during February 2026.

The old report (with Balance lines) is deprecated and will be obsolete on September 1st 2026.

The previous report focused on vertical and horizontal balance metrics. While technically accurate, these indicators were often hard to interpret and didn’t clearly explain what to change in an image.

The updated report now centers on visual memorability, combining a clear Memory Score with an easy-to-read Memory Heatmap.



The heatmap shows how attention is distributed across the image:

  • Red – Highly noticeable and memorable areas
  • Yellow – Medium memorability
  • Blue – Low memorability

Instead of abstract balance values, the new report shows what viewers actually will remember. This makes it easier to validate focal points, reduce visual competition, and optimize layouts with confidence.

The result is a more human-centered, actionable aesthetic analysis designed to support real creative decisions.

Monday, January 12, 2026

Postman Collection and Examples of Feng-GUI API


Postman Collection
For practical examples of request syntax and hands-on testing, you may find the API documentation and collection available on Postman helpful. 

These resources are commonly used for learning, exploration, and validating API requests alongside this documentation


GET (URL)
In addition to the standard POST syntax, for simplified access or quick testing via a browser, the API also supports requests via the GET method. In this format, the method name is appended to the base URL as a path, and parameters are passed as standard URL query strings.

GET URL Structure:
https://service.feng-gui.com/json/api.ashx/[METHOD]?id=[ID]&[PARAM1]=[VALUE1]&[PARAM2]=[VALUE2]

Example GET Request:
https://service.feng-gui.com/json/api.ashx/ImageAttention?id=1&InputImage=https://service.feng-gui.com/users/USERNAME/files/images/IMAGEID.png&ViewType=0&ViewDistance=0&AnalysisOptions=0&OutputOptions=0

Demo page of GET API methods
FG-JSON-GET-Demo.html


for more, see the main API page at https://feng-gui.com/developers