Lightroom and Photoshop subscription now available to all

Not sure what to do about this.
I have their creative cloud subscription which gives me a whole host of apps for around £16 a month with education discount. Im pretty sure that once the first year subscription is up, that price will jump considerably.
So Im not sure whether to get this as well as a hedge against the inevitable price rise as all I want is LR and PS, the other apps are nice, but it was the cheap offer that sucked me in for the rest of the apps, and if I understand this, the price now is not going to rise, at least not after a year?
 
Last edited:
The algorithm when exporting a photo is about 10x faster.

Makes me think they've crippled the algorithm on the older version in an attempt to get people to upgrade...

I'm certainly not paying to rent software in any case, that's always a raw deal no matter how you look at it.
 
Last edited:
Makes me think they've crippled the algorithm on the older version in an attempt to get people to upgrade...

I'm certainly not paying to rent software in any case, that's always a raw deal no matter how you look at it.

Lol, that would be true if people know how slow LR4 is when it first come out and compare it to an unreleased LR5.

It's only good that software gets more streamlined and better coding, you can't win if they make it faster and get accused of what you are suggesting and you can't win if it gets slower (which actually is natural, every new version requires more juice, just as every other program ever released, like ever).
 
Last edited:
Lol, that would be true if people know how slow LR4 is when it first come out and compare it to an unreleased LR5.

I can't decipher this.


It's only good that software gets more streamlined and better coding, you can't win if they make it faster and get accused of what you are suggesting and you can't win if it gets slower (which actually is natural, every new version requires more juice, just as every other program ever released, like ever).

It's not natural for a function to get slower, an unmodified method in a program always completes in the same O() time.

There's no way such a simplistic algorithm as an export function could get an order of magnitude performance increase unless it was intentionally crippled in the first place or the original coder had spectacular incompetence.
 
Last edited:
It's natural that a new program requires more processing power, thus on the same old hardware, it will be slower.

Think call of duty 1 to 4, think far cry 1 to 4, think of super Mario for the last 30 years. Think DOS to windows 8
 
It's natural that a new program requires more processing power, thus on the same old hardware, it will be slower.

Think call of duty 1 to 4, think far cry 1 to 4, think of super Mario for the last 30 years. Think DOS to windows 8

It's not the same thing at all, you are comparing a program as a whole to a mathematical function which (provably) always completes execution in the same number of operations!

If for example I have a method that takes a raw file as a parameter, compresses it and saves the file to hard drive:

Code:
public void exportFile(File f, String compressionType, Object file) {

    FileWriter fw = new FileWriter(f);
    file = compressFile(file, compressionType);
    fw.write(file);
    fw.flush();
    fw.close();

}

That method always takes the same number of operations to complete regardless of what hardware it is running on. If running on the same hardware it will always take the same amount of time to complete for any given file.
 
Last edited:
Well, it got faster.

Thus it is better. (unless you think slow is better)

The bottom line here is you can be bitter about it and stand your ground and waste your own time every time you export a photo or upgrade and take advantage of it. Bickering about why and how like what we are doing here aren't going to change a thing.

Besides, neither of us have the source code for LR4 and LR5 so who knows why it was faster in LR5. Could it to do with the new Camera Raw, which LR4 can't support? Or something else?

I have no idea, I know LR5 outputs it faster, along with other features and I think it is worth the upgrade fee.
 
It's only good that software gets more streamlined and better coding, you can't win if they make it faster and get accused of what you are suggesting and you can't win if it gets slower (which actually is natural, every new version requires more juice, just as every other program ever released, like ever).

I'm on the same PC that has used LR3,4 and 5.

3 was fastest, 4 was terribly slow for me and 5 is somewhere inbetween. LR certainly hasn't got slower for me. 5 is much faster than 4 was :)

Going to 5 saved me a heap of cash thinking I should upgrade my PC.
 
Are people 100% certain that you get to keep LR5 if you decide to unsubscribe after the year is up? There seems to be some confusion on the web whether you actually can or if that will terminate when you unsubscribe as well.

I'm pretty sure both LR5 and photoshop licenses will no longer be valid if you terminate the subscription.

In my case I already own LR5, with a perpetual license which I get to keep, redeploy or pass on to another user.

So when I subscribed it updated the license on my PC with the subscription license. My perpetual license I've moved to my Mac laptop
 
The only thing that puts me off slightly is what are the costs going to go up to after the initial years offer?

All the terms say is:

"Renewal
After the first 12 months, we will automatically renew your contract based on the current price of the offering."

I read that as current price at time of renewal.
 
Well, it got faster.

Thus it is better. (unless you think slow is better)

I don't think anyone is debating that...

The bottom line here is you can be bitter about it and stand your ground and waste your own time every time you export a photo or upgrade and take advantage of it. Bickering about why and how like what we are doing here aren't going to change a thing.

I'm doing neither, I bulk export photos in the background so it doesn't make a difference how long exports take, and if
i-dont-advocate-this-product.png
are obstinate enough not to offer a non-sub licence I can just pirate the software if I feel the need to anyway, so no skin off my nose. I'm not going to be ripped off by them in any case. :)
 
Last edited:
Back
Top Bottom