Mobile app version of vmapp.org
Login or Join
Megan533

: Here's the generalized algorithm that I've developed over the years: def determine_graphics_app(): if you_have_dough_for_adobe_products: if vector_images_required:

@Megan533

Here's the generalized algorithm that I've developed over the years:

def determine_graphics_app():
if you_have_dough_for_adobe_products:
if vector_images_required:
return "illustrator"
else:
return "photoshop"
else:
if vector_images_required:
return "inkscape"
else:
return "gimp"
# unreachable: mspaint


The concepts of a bitmap tailored graphics application are pretty global (not the implementation or the usage, but the concepts). Same holds true for vector graphics. There's a learning curve when learning any new application, but the general principles are fairly consistent.

The application you learn doesn't impact you so much as what it is that you've output.

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Megan533

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme