Skip to main content

Questions tagged [software-recommendation]

Questions for when you know what you want to do but don't know what software to use. Looking for a better/cheaper/free alternative? This is the tag for you.

Filter by
Sorted by
Tagged with
1 vote
1 answer
59 views

I was wondering how I recreate the cool Windows 10 wallpaper effect that was originally made physically with smoke and lasers. More specifically: is there any way to do this with software for free? If ...
user244829's user avatar
0 votes
2 answers
53 views

I'm working with a PDF that contains handwritten notes made with a pencil or pen, and I'd like to enhance the strokes digitally, remove the background, make the lines clearer, and possibly change ...
Sebastiano's user avatar
0 votes
0 answers
38 views

Illustrator has had dynamic symbols for some time now, however, the number of features that can be changed per instance is fairly limited. Most importantly, changing the content of text objects still ...
Tobl's user avatar
  • 141
0 votes
0 answers
61 views

How can I verify if a given .stl file conforms to the syntax requirements of the STL file format? What is the simplest FOSS CLI tool that I can use on Linux to do a quick sanity check on an .stl file, ...
Michael Altfield's user avatar
1 vote
1 answer
82 views

With much sadness my favorite world-known singer Umberto Tozzi (I remember: "Gloria", "Ti amo"...) have announced his retirement from live concerts from half 2025. If we look at ...
Sebastiano's user avatar
0 votes
0 answers
163 views

Are there any tools that help plot colors on a saturation vs brightness grid like below? (And perhaps even help adjust the colors) I've seen this used on a couple different sites, but they seem to be ...
Leftium's user avatar
  • 101
0 votes
1 answer
133 views

I am looking for directions in creating an animated scene like the one portrayed in this link : https://www.youtube.com/watch?v=Dh0jhjs2z7c I am completely blind to the process and I would love to get ...
Gilang's user avatar
  • 1
0 votes
0 answers
97 views

Say I have a simple SVG file, as an example, this: <svg xmlns="http://www.w3.org/2000/svg" width="400" height="400" viewBox="0 0 100 100" fill="none&...
Halvor Holsten Strand's user avatar
1 vote
1 answer
196 views

Which Graphic Design software have you found to work well with Variable Fonts? How are you making use of Variable Fonts for projects, that involve software, that isn't compatible, yet?
creative-resort's user avatar
3 votes
2 answers
1k views

I use a Linux machine as my daily driver for web development, and I would like to create Lottie animations. I need to draw my shapes and use timeline / keyframing / tween tools. It can be using a full-...
DavGin's user avatar
  • 131
1 vote
1 answer
68 views

I am in the process of transitioning from Powerpoint to image processing software to create professional-quality images for academic publications. I was trying to organize several images into a graph/...
K.Mole's user avatar
  • 113
0 votes
1 answer
260 views

I have leaned that Fairlight Computer Musical Instrument (CMI) is a kind of commercially available digital sampler in 80s. I don't know much about music and programming related knowledge. I just ...
sad cornman's user avatar
0 votes
2 answers
48 views

Does anyone know the name of the program that gives graph output in this format? Notice how the numbers at the top are between lines instead of before or after.
Deaven's user avatar
  • 1
2 votes
1 answer
118 views

Sometimes I would like to present some work and indicate clearly - this is work in progress - waiting for the final designs - but you can already test the functionality. 1st thoughts - pink comic sans ...
Mars Robertson's user avatar
0 votes
0 answers
58 views

For my scientific paper, I want to illustrate my problem in a visually appealing way with some sketches. Unfortunately, I was unable to find any web tools or apps that would allow me to draw figures ...
AhmetHH's user avatar
2 votes
1 answer
1k views

I use a Wacom tablet for sketching (diagraming), and I am looking for a software that can aid in that with recognizing and converting hand drawn shapes in real time. Example in Office (ink to shape ...
circle1452's user avatar
0 votes
0 answers
35 views

I have some irregular polygons defined by points whose coordinates depend on a variable r, for example: x = if(1 / sqrt(10) <= r < 1 / sqrt(5)) { -2 r² + r sqrt(1 - r²) - sqrt(2 r⁴ - r² ...
Lawton's user avatar
  • 133
1 vote
2 answers
973 views

I'm trying to make a triangle where all the sides are curved outward, like a Reuleaux triangle, but the sides must be of a specific length. The length must be measured along the curve, not from end to ...
GhostOwl's user avatar
  • 111
2 votes
1 answer
170 views

Searching for name of effect I want to design posters and I have stumbled upon this effect often, but I don't know what it is called. Thus I haven't been able to look for tutorials. I am not talking ...
Oskar's user avatar
  • 31
0 votes
1 answer
214 views

I have a 60-page (i.e., 30-sheet) book (to be more specific, a photobook), in JPG format. I'd like to serve the book as an interactive webpage where readers can flip pages, with some page flipping ...
Franck Dernoncourt's user avatar
1 vote
0 answers
128 views

I have a 60-page (i.e., 30-sheet) book (to be more specific, a photobook). I'd like to create a video showing the book with its pages turning one by one (e.g., ~10 sec per sheet or so, then turning to ...
Franck Dernoncourt's user avatar
2 votes
0 answers
54 views

I had a large amount of Greek with an audio file of people reading it. I broke both up into phrases to save as pronunciation guides. Unfortunately, the text used combining diacritics, and the audio ...
WGroleau's user avatar
  • 121
4 votes
3 answers
874 views

I am currently doing some simple svg files by hand. They contain simple graphics. Think of a circle representing a planet and a smaller circle passing in front of it representing a moon. I use the ...
Joe Molnar's user avatar
0 votes
0 answers
56 views

I want to make code teaching video animations. Something similar to this https://youtu.be/UF9Iqmg94tk?t=195 I want to know what software/app should I use for making professional looking animation ...
Ashish's user avatar
  • 101
1 vote
1 answer
98 views

I came across a few technical architecture designs on websites like these: (Above image doesn't have a background so please open it in a new tab as an image) Can you guys give me any idea on which ...
Krushnal Patel's user avatar
2 votes
2 answers
122 views

I work best when drawing things out, but it’s a great challenge actually doing such. I have OCD, and am unable to do basic sketches unless they are pixel perfect and symmetrical. Are there any good ...
Jcsq6's user avatar
  • 121
2 votes
1 answer
806 views

I often find videos of construction animations like this one or this one where the construction steps are detailed. Out of interest I would like to know which software is most probably used to make ...
EsTeGe's user avatar
  • 123
1 vote
0 answers
64 views

I am developing simple 2D UI/Animation in SDL_image based in-house library that allows me to import images and perform simple operations (positioning, rotation ect.). The requirement is to insert ...
Adam Stepniak's user avatar
1 vote
2 answers
79 views

do you know any program to easily create a roadmap like that: https://github.com/MoienTajik/AspNetCore-Developer-Roadmap/blob/master/aspnetcore-developer-roadmap-printable.png
Bob's user avatar
  • 13
0 votes
0 answers
90 views

Can I name chapters/sections of pages in InDesign - as well as navigate them through a panel? Yes, I've seen the [a,b,c]-[i,ii,iii]-[1,2,3]-solution suggested on this platform. I also know I can color-...
McvW's user avatar
  • 1
0 votes
1 answer
72 views

I created an animation with the free version of Hitfilm Express and I would like to slow it down a little bit. Although generally this is possible with Hitfilm Express, the quality of the sound is ...
VanessaF's user avatar
  • 133
0 votes
1 answer
70 views

I have multiple pictures of different resolutions. Three of those pictures are without an object and exactly like I want them, but they are really small (2x smaller than wanted at minimum), and I have ...
Werdck's user avatar
  • 1
6 votes
2 answers
2k views

I've been using figma a lot on work but now interested for Open Source alternative. Is there anything like that?
Serhii Zasenko's user avatar
-1 votes
1 answer
1k views

I am working on some support articles, and I would like to add some example screenshots, and in those screenshots, I would like to add large arrows where the border color is different than the fill ...
Max's user avatar
  • 11
-2 votes
2 answers
315 views

Gimp is not only free but is also lightweight and resources compared to Photoshop it feels like. Photoshop's long splash screen makes it feel resource heavy with alot of overhead. Is there technical ...
user610620's user avatar
-1 votes
1 answer
2k views

Problem seems to me so incredibly simple it boggles my mind it isnt a feature everywhere: When drawing a line/square/circle/any other shape the lines are automatically anti-aliased between primary and ...
Maciej's user avatar
  • 99
0 votes
3 answers
394 views

Many questions have been asked about the general practice of converting rasterized images into a vector format, but this is not quite the same question I am asking. Specifically, I'm interested in ...
That Guy's user avatar
0 votes
1 answer
191 views

I've written some books for my kids and now I want to digitally paint some illustrations. I would like touch sensitive tablet which includes a screen so I can see what I'm painting without having to ...
iasksillyquestions's user avatar
2 votes
2 answers
1k views

For a project I'm working on I want to take 40-50 music band logos, and arrange them into a collage in a specific area of an image. Example from online below: Below you can see an example of what I'm ...
kardalos's user avatar
  • 123
0 votes
2 answers
182 views

rI've often seen images that look like the following example Q1) is there a term for such an image? Q2) What common software is used to convert a real photo (e.g. human face) to be composed of such ...
joedotnot's user avatar
  • 123
0 votes
1 answer
244 views

What is the software used for drawing like this sketch?
user170412's user avatar
0 votes
1 answer
342 views

I use Inkscape which is capable of SVG output. I am trying to animate characters like Santa and export them as GIF. I am trying to do simple animations like the movement of legs, hands, head etc. Most ...
user227495's user avatar
0 votes
1 answer
63 views

My profile picture's eye contours are fairly dim, I wish to emphasize them. Left is original, right is my attempt with MS Paint: Not so great, particularly if zooming. Is there a tool to achieve this ...
OverLordGoldDragon's user avatar
1 vote
1 answer
666 views

I am searching for what tool that is used to create such sketchy drawings to be used in technical (software) related projects, and hopefully it is open source. The main point here is that I already ...
aweis's user avatar
  • 113
1 vote
1 answer
301 views

I am trying to colour geometrical patterns similar to the one attached here. Any suggestions which software I can use for this purpose? I am making these patterns in Geogebra and it offers to export ...
Novice master's user avatar
8 votes
4 answers
2k views

It is time I took backing up my work more seriously. Currently I only have a backup external hard drive which is connected to my system all the time. One problem I have is that the light on this drive ...
Chris 's user avatar
  • 413
5 votes
2 answers
286 views

I am creating a design system for a client with a focus on their marketing materials. They want to be able to make small changes and export files on their own eg. everyone month their web banner may ...
Kat's user avatar
  • 51
-4 votes
1 answer
104 views

What are some good resources for learning instructional Design? How can I learn Instructional design more in depth from Scratch? The subject of this inquiry is: Basic principles for course creation ...
saurabha's user avatar
0 votes
1 answer
239 views

I shot two panorama at different times of the day: My goal is to align them so I can do exposure blending. I tried doing so in Photoshop but the results are not very good. Photoshop allows very little ...
Tinker's user avatar
  • 325
0 votes
3 answers
508 views

Okay, so I am a Web Developer and I want to learn how to make 2D assets for the old school browser game I'm working on. I'm not an artist, and my skills in that area are very poor. I'm not even sure ...
Rafy's user avatar
  • 3

1
2 3 4 5
13