Adobe CC or Adobe CS6?

  • 🐕 I am attempting to get the site runnning as fast as possible. If you are experiencing slow page load times, please report it.

gangweedfan

Anime is the next stage of evoltin. now yuo see...
True & Honest Fan
kiwifarms.net
Joined
Mar 9, 2020
Which one should I get kiwis? Is creative cloud harder to pirate than CS6?
 
  • Autistic
Reactions: Toolbox
If you don't know the difference between CS6 and CC you're probably fine with either one. People in the design professions have autistic meltdowns when they have to use an Adobe version 5 minutes behind the latest, but I think most normal people (myself included) would do just as well with CS6 or even CS2.
 
If you don't know the difference between CS6 and CC you're probably fine with either one. People in the design professions have autistic meltdowns when they have to use an Adobe version 5 minutes behind the latest, but I think most normal people (myself included) would do just as well with CS6 or even CS2.
Thanks man. I think I will start with CS6 and only get CC if I really need it then.
 
It was a bad joke, ha.

I actually had to get gimp today just because I'll only work on this computer for a day. It really is terrible, lol.
It's alright, we all make bad jokes.

Lmao I totally get that, I've only used paint.net but that's about it, I wish you good luck in your art travels!
 
It hurts so say it but GIMP is fine now :(
gimpshop.jpg


Fine is not close to fantastic but you know how you can put someone on Mint for their basic bitch needs and they won't even know it's not Mac/Windows. GIMP/PhotoGIMP is in that area now. It's weird.
 
Adobe Paint. New 900$ subscription that's just Microsoft paint's feature set but the background is dark grey now.
 
  • Like
Reactions: Lemmingwise
I finally upgraded to CC 2020. It was simple, you just mount the ISO and install.

We're a loooooooong way away from the days when you had to block Adobe's servers in your hosts, look for that code you use for telephone activation and copy/paste that into a keygen, stuff like that.
I thought we'd never see the day where we can pirate in peace, glad to know Adocunt finally stopped trying to fight it.
 
  • Semper Fidelis
Reactions: Pissmaster
I finally upgraded to CC 2020. It was simple, you just mount the ISO and install.

We're a loooooooong way away from the days when you had to block Adobe's servers in your hosts, look for that code you use for telephone activation and copy/paste that into a keygen, stuff like that.
What's the process like now?
 
draw circles
GIMP:disagree:
Adobe:agree:
WinnerAdobe

The choice is clear.
Drawing a circle in gimp is easy!

Just follow these three easy steps:
- Go to Filters -> Script-Fu -> Console
- Type in and adjust the following code:
Code:
(define r 100)
(define pos '(300 300))

(define (deg x) (* x (/ *pi* 180)))
(define coords (make-vector 720))
(define i 0)
(while (< i 360) (vector-set! coords (* i 2) (+ (car pos) (* r (sin (deg i)))) )  (vector-set! coords (+ 1 (* i 2)) (+ (car (cdr pos)) (* r (cos (deg i))))) (set! i (+ i 1))  )
(gimp-paintbrush (car (gimp-image-get-active-drawable SF-DRAWABLE)) 0 720 coords PAINT-CONSTANT 0)
- Execute
 
Back