close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

image rotate issue

Thread began 9/30/2011 7:47 am by gruant2000381341 | Last modified 10/19/2011 9:29 am by gruant2000381341 | 2087 views | 7 replies |

gruant2000381341

image rotate issue

url removed and updated below

Image number 4 was uploaded, then rotated via powergallery2 admin area....now it is not centered and cut off
Image number 5 was rotated on my computer then uploaded (same image)...it is centered and not cut off

Sign in to reply to this post

Jason ByrnesWebAssist

delete the /myGallery2/images/one/cache/myGallery2/images/one/proportion and /myGallery2/images/one/cache/myGallery2/images/one/crop folders to have the cached images regenerated.

Sign in to reply to this post

gruant2000381341

this function is not built in to powergallery2?
how will I instruct a client on how to do this

Sign in to reply to this post

neilo

Would applying/removing a watermark force a re-processing of the images (I don't know - just wondering?).

Sign in to reply to this post

gruant2000381341

I just tried your watermark idea and it didn't do the trick, thanks for the try though.
I'm not sure what to do at this point, I have been putting version2 through it's paces and it is really falling flat.

Sign in to reply to this post

gruant2000381341

jason, i just manually deleted those 2 folders like you said but the problem still remains
url removed
image 4 is still chopped off and not centered
image 5 is the way it should look

Sign in to reply to this post

Jason ByrnesWebAssist

I have created a support ticket so we can look into this issue further.

To view and edit your support ticket, please log into your support history:
supporthistory.php

If anyone else is experiencing this same issue, please append to this thread.

Sign in to reply to this post

gruant2000381341

resolved

here's the fix for anyone else who's images are not rotating properly

in the webassist/caching folder.... PG_CachedResize_Image.php

open that and find this (line 46-48 on mine)

$this->width = $info[0];
$this->height = $info[1];
$this->mime = $info['mime'];


replace those lines with this



if ($this->rotate_angle == 90 || $this->rotate_angle ==270) {
$this->width = $info[1];
$this->height = $info[0];
} else {
$this->width = $info[0];
$this->height = $info[1];
}
$this->mime = $info['mime'];

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...