Gamer.Site Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Is there a command-line program that can convert an image to an...

    graphicdesign.stackexchange.com/questions/18352

    It currently supports jpeg, png, webp, bmp and tiff image formats so it'll work on most images you encounter. It covers all of your use-cases and can save ascii art as a png image. This command would print and save the ascii art image in the same directory: ascii-image-converter myImage.jpeg -s .

  3. How to make an ascii-gif like this? - Graphic Design Stack...

    graphicdesign.stackexchange.com/questions/159733/how-to-make-an-ascii-gif-like...

    1. The way I would do it is simply by making a set of flat images that I need. The distortion could simply be a rectangle here and there. To separate the colors you can export the different zones of color in different images to be composited later. Export them to the desired size and use an Image to ASCII converter.

  4. inkscape - How to convert an ascii art block to a solid block ...

    graphicdesign.stackexchange.com/questions/162416/how-to-convert-an-ascii-art...

    Select all and set their fill to a different colour. Draw a black filled octagon shape over one of the # symbols, set the fill semi-transparent. Duplicate it, and using snapping move it over the next #. Do Ctrl + Alt + D to repeat the duplicate and transform along the entire line. Repeat steps 3 and 4 for each row.

  5. How to make pattern-dithered bitmap (halftone) style pictures?

    graphicdesign.stackexchange.com/questions/93231/how-to-make-pattern-dithered...

    That is not ascii art. It is called a pattern-dithered bitmap (halftone). I did a quick image search a found the source for your cropped art that has more pixel detail (see below). I made a very quick example using a crop from a screen capture of art that is in a similar style to the portion of your image.

  6. How can I save a bmp (bitmap) image file at 16bpp on a Mac?

    graphicdesign.stackexchange.com/questions/118222/how-can-i-save-a-bmp-bitmap...

    I need to save an image as Windows Bitmap BMP A1R5G5B5 16bpp. Source files are 32bpp image files (PNG and/or Windows Bitmap). Preview saves BMP images at 32bpp. XnConvert saves BMP images at 24bpp. Imagemagick, Acorn, GraphicConverter do not support saving at 16bpp. Photoshop can do it, but I don't own it. Any ideas? GUI or command line is fine ...

  7. Photoshop: How to use Image Processor function to save all files...

    graphicdesign.stackexchange.com/questions/101297

    The image processor doesn't support saving PNGs or overwriting files. The save options are JPEG, PSD, or TIFF. The image processor puts the generated image files in a new folder specifically to avoid overwriting the originals. This is an example of Photoshop trying to save you from yourself - overwriting original files is not a good idea!

  8. How can I pixelate an image via the command line on Linux

    graphicdesign.stackexchange.com/questions/8422/how-can-i-pixelate-an-image-via...

    I think the usual trick is to scale down so that you lose resolution and then scale up to magnify the low-res image. So with Imagemagick , something like this: convert -scale 10% -scale 1000% original.jpg pixelated.jpg

  9. Batch image trace in Illustrator - Graphic Design Stack Exchange

    graphicdesign.stackexchange.com/questions/31965

    1 Answer. I think you can do this in Adobe Bridge CC. Instruction. Drag your images into bridge - Select Them and then go to.. Tools/Illustrator/Image Trace. Hi there and welcome to GD! We appreciate your answer, but we discourage footers and non-relevant links; it is considered bad form in SE.

  10. image editing - How to make custom halftone effect with more than...

    graphicdesign.stackexchange.com/questions/159275/how-to-make-custom-halftone...

    Tour Start here for a quick overview of the site

  11. drawing - Convert an image into color coded grid - Graphic Design...

    graphicdesign.stackexchange.com/questions/150859/convert-an-image-into-color...

    Ignoring halftones and pixel filters, probably the closest thing to this is what used to be called "ascii" art, but is now generally referred to as "textmode." Most of these software programs allow you to use your own fonts and character sets, so it is trivial to set up a fixed-width font with e.g. 16 glyphs that each correspond to a color.