Hacker Read top | best | new | newcomments | leaders | about | bookmarklet login

How difficult, if at all possible, would it be to add images to each question?


sort by: page size:

Interesting idea, that should be doable. Must admit we haven’t tried exactly that, but it works fine with dynamically added pictures.

Hmm, interesting idea. I would have to post-process the generated images to add the text.. easily down with a GUI tool, would require some mucking around on the command line.

I think that can be done by passing in an image as reference in the prompt.

also, are there any projects to add images?

Yeah, that was one of the main concerns I had when I was developing this, it would be lovely if the app itself could automatically source and add them in automatically. It's really a hassle to manually add teh images, but I'm not really familiar with how to convert them into the appropriate format in Node.js in a quick and easy way. Will look into this in a future update!

Yeah, once upon a time I had an idea of having a drop-down menu which would have four or five sample images you could select from to instantly load them into place. I can't remember why I didn't end up implementing that. But unless a new client drops out of the sky in the next few days, I'm going to have some spare time later this month, so perhaps I'll take your comment as motivation to hack that into place. :)

Whoa neat, I only skimmed through the demo but are there ways to add images?

There are ways, but they aren't particularly obvious and are more work than they should. With some elbow grease involving multi-step builds, snapshots and diffing the resulting images to copy only the required files into your final image, you can definitely build them, at least.

It isn't made particular easy for you. Honestly it's actually kind of a pain, wherein lies the problem. Doesn't help that some languages' official images are kind of bloated themselves, either.


This looks pretty cool. Any plans to add support for images?

What about images?

Hi! And thanks :) Currently you can attach only images to posts, but I'll take a note about other file types. Thanks!

You can normally add images to PRs though?

Yeah might have to try it out.

The images could be for things like performance graphs, interactive menu choices, photos of GPIO wiring etc. Not a huge loss to not have them, but given it's dead easy to add to a Word document, why not?


Yes, I did this for self-contained reports in maybe 2014. All images referenced (containing diagrams) were embedded as data URIs. Restrictions are AFAIK more picky now, though so YMMV in 2021.

Can anyone tell me how to include images in prompts, or is that feature not actually out yet?

Nice! Yeah, the images are manually added in; in fact, all of the book's metadata is.

Is there a way to give it an image to manipulate as part of the prompt?

Yes, and images are user input in this case

Re: #2, feature exists. See Options > Insert Pic.
next

Legal | privacy