90 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
Advice
0
votes
2
replies
35
views
Generating Logo's with different styles - I get distorted results
I am building a small app and one of the features is, the user upload a logo and can select different types of visual styles.
the logo should be generated in that style.. like minimalistic design , 3d ...
1
vote
3
answers
508
views
Dynamic image loading to not work in Vue project!! On no dynamic everything loads correct
I have this in my template :
<div class="row">
<div v-for="(page, index) in paginatedImages" :key="index" class="col-lg-4 col-...
0
votes
1
answer
170
views
How can I use pinia to render dynamic images?
I am trying and use the pinia store to create a path to a file in my workspace. When I use the pinia store to try to add that path to my :source property in my template the browser outputs as the ...
0
votes
1
answer
74
views
Image Generation using HTML canvas stops after one generation [closed]
I have an image generation button set up and working using Nextjs and the HTML canvas element, which (almost) works beautifully. When a user clicks the "Generate Image" button, it generates ...
1
vote
0
answers
175
views
How to generate preview of a design area for e-commerce product so that customer can preview it?
I have built an e-commerce website. There is a product customization feature. Just like on the sample image.
I need to implement the preview feature that is seen on the sample image. While a customer ...
3
votes
1
answer
2k
views
Load .ckpt files from CivitAi into pytorch for inference
I've been researching all over for a tutorial/guide to load a civitAI model (https://civitai.com/models/4823/deliberate) into pytorch and then use it for Inference.
Most research leads to the ...
-1
votes
1
answer
745
views
Formula for dynamic image src in crystal report
I have taken a OLE object selecting paint brush option. after that going in picture tab clicked x-2 button to write formula.
Wrote 2 formulas
1. "F:/BrWeb/BrWeb/QRImages/DSR2022263.jpg"
2. &...
0
votes
1
answer
416
views
Is there a way to post a link with a dynamic image to Twitter?
This may not be the best place to ask, but I've tried multiple other resources, and my searches have led me here.
I am trying to create a link that, once posted to Twitter (or another site) randomly ...
3
votes
1
answer
2k
views
How to read and send static images using Cloudflare worker?
I want to serve static images stored in the root directory of the Cloudflare script.
I tried using
const res = await fetch('./image.png');
const data = await res.blob();
but it isn't working.
There's ...
-1
votes
1
answer
315
views
gatsby : optimize images that do not have 'childImageSharp' graphql field
I am using gatsby with a wordpress CMS to display upcoming events on my gatsby web app .I am using the plugin gatsby-source-tribe-events to connect to the wordpress event calendar plugin and get the ...
0
votes
0
answers
745
views
Create and Save Dynamic images into the folder using html2canvas javascript with php and mysql
I am creating dynamic div using PHP for loop (1 to 6 divs), those div content automatically needs to create an image using html2canvas javascript, but for me only the 1st dive creating as a image and ...
2
votes
2
answers
16k
views
Generate image from given text
I have a function that generates an image representation of the given text using Pillow, using as input text, font, font_size, and color.
The function works by generating an empty RGBA image to start ...
2
votes
0
answers
392
views
Node.js Generate Dynamic png image without canvas
I need to generate a image without canvas without existing png file.
Thing i want writing some text to png
then sending it using express js. (I not going to save it to disk, send to user on the fly)
(...
1
vote
1
answer
302
views
Filling pixels under or above some function
Seems like a simple problem, but I just cant wrap my head around it.
I have a config file in which I declare a few functions. It looks like this:
"bandDefinitions" : [
{
"0&...
0
votes
1
answer
1k
views
Image with clickable components
I have an image that displays a parking lot. I want to make parking slots clickable and connect them with records in salesforce using lwc. Leaflet-rastercoords seems a good tool to achieve this but I ...