201

(106 replies, posted in Art & Literature)

Upon checking it appears it might have been tiny characters in the display and me, knowing that a $ is often used to indicate hexadecimal, thought it was a dollar sign.

Hey ho!


https://i.postimg.cc/JydjWhdM/ai003-text.png

202

(106 replies, posted in Art & Literature)

The $ sign was in the AI output.

A $ sign is often used for hexadecimal.

William

203

(106 replies, posted in Art & Literature)

Here is my handcoded SVG file.

For a reason I do not know the $ signs all changed to # but the SVG file seems to work alright in Affinity Designer.


<svg width="400" height="600" xmlns="http://www.w3.org/2000/svg">
  <!-- Background -->
  <rect width="400" height="600" fill="#ebebeb" />
 
  <!-- Abstract shapes -->

<ellipse cx="200" cy="300" rx="125" ry="200" fill="#ebc0c0" />

<circle cx="130" cy="260" r="20" fill="#8080eb" />

<circle cx="230" cy="260" r="20" fill="#8080eb" />

<ellipse cx="180" cy="325" rx="15" ry="35" fill="#eba0a0" />

<ellipse cx="180" cy="394" rx="35" ry="14" fill="#eb8080" />

  </svg>

204

(106 replies, posted in Art & Literature)

Here is a png image of the picture that I have devised for this research experiment. Yes, it is inspired by a famous painting.


https://i.postimg.cc/tsfXVg0w/face.png

205

(106 replies, posted in Art & Literature)

I decided to try to produce a simplified picture of a face in Affinity Designer, export an SVG file, then use the SVG file, without any comment, as the prompt to a New Topic in Bing Chat AI.

My intention to observe what, if anything, was the response from Bing Chat AI, and possibly get into a discussion with Bing Chat AI and observe where, if anywhere, it leads.

So, I produced the picture. In fact I started with an A3 landscape canvas and produced the picture as a rectangle 600 pixels high by 400 pixels wide, with the face from three filled ellipses (face, nose, mouth) and two filled circles (eyes).

Alright, I am a begining artist, but it clearly intended to be a picture of a face (to a human).

I then exported as an SVG file, just the selected area, not the whole A3 page, and then opened the SVG file in WordPad.

Unlike the fairly simple SVG file text that Bing Chat AI exported, this image, of basically similar complexity to the Abstract Portrait, is much bigger and has lots transform="matrix statements in it and the sizes of the circles are changed.

Can anyone explain what has happened please?

I am now thinking of handcoding the SVG file by adapting a copy of what Bing Chat AI had produced.

William

206

(106 replies, posted in Art & Literature)

William wrote:
Alfred wrote:

Well, is there (and if so, what)?

Possibly.

I am thinking about that.

William

Two conflicting thoughts from me.

I think that it would look better without the lettering on the picture.

I am opposed to the idea of someone who has not produced an artwork deciding to improve it.

However the AI system invited me to do so.

On a separate matter, it was indeed fortunate that the specified font is available on this computer.

I wonder what would happen if someone without the Verdana font on his or her computer were to try to realize (is that the correct word?) the image.

William

207

(106 replies, posted in Art & Literature)

For the avoidance of doubt, the picture generated by Bing Chat AI has been placed upon the white background by me. The white background is not part of the picture generated by Bing Chat AI.

I edited the text presented so as to change the values stated as a percentage to absolute values, using the values presented earlier in the text of the SVG file.

No other editing of the image has happened.

William

208

(106 replies, posted in Art & Literature)

https://i.postimg.cc/JG0LM73D/Abstract-Portrait.png

209

(106 replies, posted in Art & Literature)

Alfred wrote:

Are you pleased with the result, William?

Yes.

Fascinated too.

I would have regarded the text of an SVG file of any portrait orientation image as a success.

Given that, I would have expected something like sky, grass and a tall tree.

I suppose a portrait made up of a vertical ellipse with shapes for eyes, nose and mouth upon it would have been a possibility.

Yet this abstract portrait is interesting.

From where did that concept come?

I have done a quick picture to observe the result in principle, I will try to produce a nicely done version to post in this forum.

I find it interesting, and somewhat surprising, that some text is included on the picture.

Alfred wrote:

Well, is there (and if so, what)?

Possibly.

I am thinking about that.

William

210

(106 replies, posted in Art & Literature)

Please produce the text of an SVG file that is of an original portrait orientation painting.

Sent by Copilot:
Sure! Here’s an example of an SVG file for an original portrait orientation painting. This SVG depicts a simple abstract painting with a few shapes and colors:

<svg width="400" height="600" xmlns="http://www.w3.org/2000/svg">
  <!-- Background -->
  <rect width="100%" height="100%" fill="#f0f0f0" />
 
  <!-- Abstract shapes -->
  <circle cx="200" cy="150" r="80" fill="#ff6347" />
  <rect x="100" y="300" width="200" height="100" fill="#4682b4" />
  <ellipse cx="200" cy="500" rx="150" ry="50" fill="#32cd32" />
 
  <!-- Text -->
  <text x="200" y="50" font-family="Verdana" font-size="24" fill="black" text-anchor="middle">
    Abstract Portrait
  </text>
</svg>

You can copy this text into an SVG file and open it in a browser or an SVG viewer to see the painting. Feel free to modify the shapes, colors, and text to create your own unique design! [palette and brush]

Is there anything specific you’d like to add or change in this SVG?

211

(106 replies, posted in Art & Literature)

<svg width="800" height="600" xmlns="http://www.w3.org/2000/svg">
  <!-- Background -->
  <rect width="800" height="600" fill="#87CEEB" />
 
  <!-- Sun -->
  <circle cx="400" cy="300" r="80" fill="#FFD700" />
 
  <!-- Ocean -->
  <rect y="350" width="800" height="250" fill="#1E90C0" />

  <!-- Waves -->
  <path d="M0 400 Q 100 380 200 400 T 400 400 T 600 400 T 800 400 V 600 H 0 Z" fill="#1E90FF" stroke="#1E90FF" stroke-width="2" />
 
  <!-- Sun reflection -->
  <ellipse cx="400" cy="450" rx="100" ry="30" fill="#FFD700" opacity="0.5" />
 
</svg>



https://i.postimg.cc/kDgWxmmg/ai003-edited3.png

212

(106 replies, posted in Art & Literature)

Yet how should the colours be changed?

Darker at the back or darker at the front?

William

213

(106 replies, posted in Art & Literature)

I have fixed one problem, the waves needed to be before the reflection in the SVG file.

This picture illustrates the other problem.

The ocean is 800 (whatevers?) wide but when I changed it to 200 of them it becomes clear that the ocean part, which is the same colour as the waves, was such that the waves did not show.

So either remove the ocean or change its colour, or change the colour of the waves.

William


https://i.postimg.cc/svgHgk8S/a003-showing-problem.png

214

(106 replies, posted in Art & Literature)

[I have now tried the original prompt for a SVG again in the hope that I might get a different picture.]

Please produce the text of an SVG file that is of an original painting.

Sent by Copilot:
Sure! Here’s a simple example of an SVG file representing an original painting of a sunset over the ocean. You can customize the colors and shapes as needed:


<svg width="800" height="600" xmlns="http://www.w3.org/2000/svg">
  <!-- Background -->
  <rect width="100%" height="100%" fill="#87CEEB" />
 
  <!-- Sun -->
  <circle cx="400" cy="300" r="80" fill="#FFD700" />
 
  <!-- Ocean -->
  <rect y="350" width="100%" height="250" fill="#1E90FF" />

  <!-- Sun reflection -->
  <ellipse cx="400" cy="450" rx="100" ry="30" fill="#FFD700" opacity="0.5" />
 
  <!-- Waves -->
  <path d="M0 400 Q 100 380 200 400 T 400 400 T 600 400 T 800 400 V 600 H 0 Z" fill="#1E90FF" stroke="#1E90FF" stroke-width="2" />
</svg>

This SVG file creates a simple scene with a blue sky, a yellow sun, and an ocean with waves. Feel free to modify it to better suit your vision! If you need more complex designs or specific elements, let me know!



It does not work in Affinity Designer version 1 that I am using, but editing the % issue again gets a picture, but not the reflection.

Yet when I made a cut down version with just the sun and the reflection, the reflection is there as a horizontal ellipse a bit below the sun.

So are things in the wrong order, maybe just the wrong order for Affinity Designer?

Can anyone get the picture please?

William

215

(106 replies, posted in Art & Literature)

[I tried having the request for an SVG file in the same sentence as describing the picture, but I still got images.]

Please produce the text of an SVG file that is of an original rectangular landscape painting with a tree placed at the rabatment and the horizon located using the golden ratio. The sun is shining in the sky. There are clouds in the sky. There is a country lane. There are flowers growing by the lane.

216

(106 replies, posted in Art & Literature)

[I tried to get an SVG file of a more complicated picture, but I got four images instead, yet the images have construction lines upon them.]

Please produce the text of an SVG file that is of an original painting. A rectangular landscape painting with a tree placed at the rabatment and the horizon located using the golden ratio. The sun is shining in the sky. There are clouds in the sky. There is a country lane. There are flowers growing by the lane.

Copilot
Using
the web
Sent by Copilot:
I’ll try to create that.



https://i.postimg.cc/3d8QPRZX/e9a3a297-8d69-4e0e-ae50-0503bebf4226.jpg



https://i.postimg.cc/QKWKDmDz/cca85396-300b-453f-9913-1e16f97949de.jpg




https://i.postimg.cc/phML8vMs/7e3ba40a-4182-42b2-a98c-4b5c90e86b84.jpg




https://i.postimg.cc/8FRV2rxb/ee0b1d3d-7fc0-4ebf-b909-ffec4ed60a53.jpg



Please click upon an image to enlarge it, then click on that image to get full resolution.

William

217

(106 replies, posted in Art & Literature)

I have now produced an edited version of the first SVG file and the picture has been produced.

I compared the two SVG files and the difference was that in some places the first one stated 100% of the height or 100% of the width rather than an absolute value.

So in the edited version I replaced each 100% with the numerical value, and it then worked fine.

William

https://i.postimg.cc/ftKTdxrq/a001-edited.png

218

(106 replies, posted in Art & Literature)

The second picture has worked well in Affinity Designer.

William


https://i.postimg.cc/fJPTLs2S/ai002.png

219

(106 replies, posted in Art & Literature)

I tried to get a picture for the first SVG file using Affinity Designer, but for whatever reason not known as I write this post, it is only partially as I think it should appear. I placed the SVG onto an A3 rectangular canvas and left a white surround. Then I exported a png graphic of the whole picture including the white surround.

Nevertheless, an interesting picture generated by the AI system.

William




https://i.postimg.cc/1gZKQ2kx/a001.png

220

(106 replies, posted in Art & Literature)

[I tried asking for a painting. This looks a good result, but the AI seems to have used the rule of thirds for the rabatment rather than to produce a square. But nevertheless an interesting result.]

Please produce the text of an SVG file that is of an original painting. A rectangular landscape painting with a tree placed at the rabatment and the horizon located using the golden ratio.

Copilot

Using the web

Sent by Copilot:



Sure! Here’s an SVG representation of a rectangular landscape painting with a tree placed at the rabatment and the horizon located using the golden ratio:

<svg width="800" height="500" xmlns="http://www.w3.org/2000/svg">
  <!-- Background -->
  <rect width="800" height="500" fill="lightblue" />
 
  <!-- Horizon Line (Golden Ratio) -->
  <line x1="0" y1="309" x2="800" y2="309" stroke="darkblue" stroke-width="2" />
 
  <!-- Ground -->
  <rect y="309" width="800" height="191" fill="green" />
 
  <!-- Tree (Placed at Rabatment) -->
  <rect x="267" y="209" width="20" height="100" fill="saddlebrown" />
  <circle cx="277" cy="209" r="50" fill="forestgreen" />
</svg>

In this SVG:

The horizon line is placed at approximately 61.8% of the height (500px * 0.618 ≈ 309px) to follow the golden ratio.

The tree is positioned at the left rabatment of the rectangle, which is at 267px (800px / 3 ≈ 267px).

Feel free to adjust the dimensions or colors as needed!

221

(106 replies, posted in Art & Literature)

Please produce the text of an SVG file that is of an original painting.

Sent by Copilot:
Sure! Here’s a simple example of an SVG file representing an original painting of a sunset over the ocean:

<svg width="800" height="600" xmlns="http://www.w3.org/2000/svg">
  <rect width="100%" height="100%" fill="skyblue" />
  <circle cx="400" cy="300" r="100" fill="orange" />
  <rect y="400" width="100%" height="200" fill="blue" />
  <path d="M 0 400 Q 200 350 400 400 T 800 400" fill="none" stroke="darkblue" stroke-width="5" />
</svg>

This SVG file creates a simple scene with a blue sky, an orange sun, and a blue ocean with waves. You can modify the shapes, colors, and dimensions to create your own unique painting. If you have a specific painting in mind, feel free to describe it, and I can help you create a more detailed SVG representation!

This sonnet was produced for another thread, and is in the following post in that thread

https://punster.me/serif/viewtopic.php?pid=5645#p5645

Yet as it is an original poem generated by Bing Chat AI it is also posted in this thread.

====

Please write an original sonnet about the composition of a painting where there is to be a tree placed at the rabatment and the horizon is to be located using the golden ratio.

Copilot

Using
the web

Sent by Copilot:

Certainly! Here’s an original sonnet for you:

In canvas stretched, a vision to unfold,
A tree stands tall where rabatment aligns,
Its branches whisper tales of days of old,
In golden ratio, the horizon shines.

The artist’s hand, with careful, measured grace,
Divides the sky and earth in perfect blend,
A balance struck, where nature finds its place,
And beauty’s rules in harmony extend.

The tree, a sentinel of time and space,
Its roots deep set in soil, its leaves in air,
A testament to life’s enduring grace,
In every stroke, the artist’s love laid bare.

Thus, in this frame, both order and delight,
Compose a scene where art and nature unite.

I hope you enjoy this sonnet! If you have any other requests or need further assistance, feel free to ask.

223

(106 replies, posted in Art & Literature)

Please write an original sonnet about the composition of a painting where there is to be a tree placed at the rabatment and the horizon is to be located using the golden ratio.

Copilot
Using
the web

Sent by Copilot:

Certainly! Here’s an original sonnet for you:

In canvas stretched, a vision to unfold,
A tree stands tall where rabatment aligns,
Its branches whisper tales of days of old,
In golden ratio, the horizon shines.

The artist’s hand, with careful, measured grace,
Divides the sky and earth in perfect blend,
A balance struck, where nature finds its place,
And beauty’s rules in harmony extend.

The tree, a sentinel of time and space,
Its roots deep set in soil, its leaves in air,
A testament to life’s enduring grace,
In every stroke, the artist’s love laid bare.

Thus, in this frame, both order and delight,
Compose a scene where art and nature unite.

I hope you enjoy this sonnet! If you have any other requests or need further assistance, feel free to ask.

224

(106 replies, posted in Art & Literature)

Alfred wrote:
William wrote:

regarding it being (I think) Smart

Alfred wrote:

Why only ‘I think’?

Well, probably because of my lack of knowledge about Affinity Designer combined with my unwillingness to be definitive when I am not congruently certain.

Alfred wrote:

The node will be displayed as a square if it’s Sharp, a circle if it’s Smooth, or a circle with a dot inside it if it’s Smart.

I did not know that. So I have now learned that. Thank you.

William wrote:

I have found that, by working in units of pixels, and using numbers in the Transform panel, I can add an extra point to the closed curve, adding at a point away from the left point of the lower curve, and above that left point, setting it as Sharp, then moving it one pixel above the left point that is Smart. It seems possible, with care, to do this without distorting the lower curve

Alfred wrote:

Wherever possible you should avoid adding extra nodes.

Well, I can try a few more experiments and try to find if I can make the shape that I want to produce with that in mind.

The desired shape is for the lower part of the stoneware jar.

If I can do that, I then want to try to make a copy, discard one half of the copy, by slicing away per pale and changing the colour, then placing the copy on top of the original so as to try to give the effect of the lower part of stoneware jar having half in light and half in shadow,

william

225

(9 replies, posted in General Discussion)

I asked

Is Pantone validation about all colours?

I did not ask

Is Pantone validation all about colours?

My question was because the initial post only refers to skin tones.

William