'; itemElement.innerHTML = content; return itemElement; } if (suggestion.displayFullResult) { content = '

See full results for {s}

'; content = content.replace('{s}', '« ' + sanitizer.sanitize(input.value) + ' »'); } else if (suggestion.semQuery) { content = '

Semantic search for {s}

'; content = content.replace('{s}', '« ' + sanitizer.sanitize(input.value) + ' »'); } else { var cleanText = sanitizer.sanitize(suggestion.text) var boldText = cleanText.replace(reg, function (optionText) { return '' + optionText + '' }); var subText = sanitizer.sanitize(suggestion.subText); subText = subText.replace(suggestion.artistName, function (optionText) { return optionText.replace(reg, function (boldText) { return '' + boldText + '' }) }); var cssClass = suggestion.type === 'artist' ? 'img-circle border' : ''; content = '
' + '' + cleanText + '' + '
' + '' + boldText + '' + '' + subText + '' + '
' + '
'; } itemElement.innerHTML = content; return itemElement; }, onSelect: function (element, autocomplete) { document.dispatchEvent(new CustomEvent('am.gtag.search', {'detail': {'term': autocomplete.value}})) savedSearch(sanitizer.sanitize(autocomplete.value), element); }, emptyMsg: 'No results found.', preventSubmit: false, showOnFocus: true, // Required to set the final position of the results // By default result tag is applied at the bottom of the document with fixed style // when we want it in the defined tag ( Styles are also customized ) customize: function (input, inputRect, container, maxHeight) { resultContainer.append($(container)) } }; } function savedSearch(string, element) { if (!element.url) { element.url = url.replace("term", string) } var formData = new FormData(); formData.append('string', string); formData.append('nbResults', nbResults); try { if (navigator.sendBeacon) { navigator.sendBeacon('/en/saved--search/artwork', formData) } else { var xhr = new XMLHttpRequest(); xhr.open('post', '/en/saved--search/artwork', false); xhr.send(formData); } } catch (e) { } window.location.href = element.url } document.addEventListener('am.gtag.search', function (e) { var term = e.detail.term gtag("event", "search", { search_term: term }); }); }) })();
Samael Profile Picture

Samael 6d7162

Back to list Added May 6, 2024

My work process explained 4d2m6p

A few people have asked me how I go about making my works. Some have even said "oh, it's just AI, you don't really do anything!", so today I want to give you an example of what the process looks like.

1. Making the sketch:
I have an idea for an image, instead of wasting a lot of time sketching every little detail out, I usually take advantage of AI for this step. For most pictures I make, I will have several sketches that I put into Photoshop and stitch together, but for this explanation I will keep it simple and just use a single sketch from AI. (I usually ask for a charcoal sketch on rough paper, just because I like the texture)

2. Blocking in the color.
The next step is putting the sketch into Photoshop, and start blocking in the colors. This can be done with a limited palette, or I can go wild... Depends on my mood I guess. Again, for demonstration purposes, let's keep it on the simple side. (I keep the sketch visible while doing this, painting color on a layer beneath)

3. Refining the details.
This is perhaps the most time consuming step in the process... Turning the sketch on and off, and punching in little details, and smoothing out those big blocks of color from the previous step.. At this stage it starts to resemble something.

4. Final Polish!
After the last step is complete, the image is almost done. Now it's time to finesse the shadows and highlights, and to top it all off I use the curves tool to adjust the contrast, saturation, and/or hue of the final image. That's it, voila:

- Samael

ArtMajeur

Receive our newsletter for art lovers and collectors
Iris
Iris, your AI guide
Loading...