- Posts: 98
COMMUNITY FORUM
Reproccess images?
- Roman Lipatov
-
Topic Author
- Offline
- Premium Member
Less
More
9 years 3 weeks ago #153458
by Roman Lipatov
Reproccess images? was created by Roman Lipatov
Hi!
I'm going to transfer data from EasyBlog to K2.
Is it possible to reproccess K2 images (recreate thumbnails, middle sizes, etc).
Thanks.
I'm going to transfer data from EasyBlog to K2.
Is it possible to reproccess K2 images (recreate thumbnails, middle sizes, etc).
Thanks.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
9 years 3 weeks ago #153478
by Krikor Boghossian
Replied by Krikor Boghossian on topic Reproccess images?
Hello,
There is an extension posted here: www.joomlaworks.net/forum/k2-en/34155-solved-k2-image-cache-rebuild?start=10#142023 which offers this functionality.
There is an extension posted here: www.joomlaworks.net/forum/k2-en/34155-solved-k2-image-cache-rebuild?start=10#142023 which offers this functionality.
Please Log in or Create an account to join the conversation.
- Roman Lipatov
-
Topic Author
- Offline
- Premium Member
Less
More
- Posts: 98
9 years 3 weeks ago #153600
by Roman Lipatov
Replied by Roman Lipatov on topic Reproccess images?
Thanks Krikor.
How I can add images to items manually (not using admin panel) and then recache them?
I can't find any data about images in K2 mysql base...
How I can add images to items manually (not using admin panel) and then recache them?
I can't find any data about images in K2 mysql base...
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
9 years 3 weeks ago #153609
by Krikor Boghossian
Replied by Krikor Boghossian on topic Reproccess images?
Unfortunately you can't unless you write a custom script and rename (md5) and resize them like K2 does.
Please Log in or Create an account to join the conversation.
- Roman Lipatov
-
Topic Author
- Offline
- Premium Member
Less
More
- Posts: 98
9 years 3 weeks ago #153631
by Roman Lipatov
Replied by Roman Lipatov on topic Reproccess images?
PLease explain, if this correct:
Folder /media/k2/items/src contains images with md5 encoded names.
Encoded names is image2 where 2 is item ID.
So, k2_items database table does not contains any information about images.
I'm right?
I need to import data from EasyBlog, so I trying to find way to do this.
Folder /media/k2/items/src contains images with md5 encoded names.
Encoded names is image2 where 2 is item ID.
So, k2_items database table does not contains any information about images.
I'm right?
I need to import data from EasyBlog, so I trying to find way to do this.
Please Log in or Create an account to join the conversation.
- JoomlaWorks Support Team
-
- Offline
- Elite Member
Less
More
- Posts: 169
9 years 3 weeks ago #153633
by JoomlaWorks Support Team
Replied by JoomlaWorks Support Team on topic Reproccess images?
You are correct the database table does not contain information about the image data.
Please Log in or Create an account to join the conversation.