Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#229 2006-07-22 23:55:38
- marios
- Archived Plugin Author
- Registered: 2005-03-12
- Posts: 1,253
Re: Improving TXP Image Management
Offer for the TM licenses is still valid for anyone working on this.
contact through forum mail.
regards, marios
⌃ ⇧ < ⎋ ⌃ ⇧ >
Offline
#230 2006-07-23 01:54:42
- TheEric
- Plugin Author
- From: Wyoming
- Registered: 2004-09-17
- Posts: 566
Re: Improving TXP Image Management
I’ve been working on a ‘classic gallery’ (3 tiered Album List -> Thumbnails -> Image w/ commenting and exif support) plugin for a while now, and I’m approaching a point where I’m almost complete. I haven’t included any image manipulation features (yet) but I have developed a modified version of aba-import for multiple image uploads. I expect to ask for a couple people to test this plugin shortly (ebl_gallery, and ebl_upload), and will be releasing it as a ransom sometime by mid August to possibly the first week of September.
I’ve also been working on a moblog plugin as well, but haven’t worked on this plugin lately (base64 image encoding has been giving me issues)
The gallery that I have been working on can be found here
Ignore the lack of styling and CSS. I haven’t spent much time making it all look pretty and have instead been working on making it all work.
***
I’ve been toying with a couple ideas for image manipulation, and have come to the conclusion that a flash based image handling plugin would be ideal (think flickr) as it would allow near instant response to cropping / rotating / resizing / undo / redo, and be a bit more intuitive than most other setups.
Offline
#231 2006-07-24 21:48:50
Re: Improving TXP Image Management
Sounds good to me.
Not sure what more to say, except I look forward to seeing it. I don’t know if Flash is good or bad for image editing; so long as it works and its robust, then fine.
What about the image navigation – how are you building that? Some work’s already been done and its already been discussed (read this thread) , and one of the key things to remember is we need to break away from the default txp one-column layout, which is bad design.
Offline
#232 2006-07-24 23:06:13
- TheEric
- Plugin Author
- From: Wyoming
- Registered: 2004-09-17
- Posts: 566
Re: Improving TXP Image Management
I haven’t done much of anything in regards to administrative image functions, except for an upload plugin that’s fairly simple.
I’ve just been working on a public side image gallery plugin w/ an administrative side that details how everything should be displayed.
Last edited by TheEric (2006-07-25 00:24:13)
Offline
#233 2006-07-25 03:40:25
- TheEric
- Plugin Author
- From: Wyoming
- Registered: 2004-09-17
- Posts: 566
Re: Improving TXP Image Management
I just toyed with a flash action-script batch load bit, and came up with http://www.syserror.net/batchuploads
It’s a non-Java based, multiple image image upload flash file that calls a php script upon the upload completion. (resize, auto-thumbnail, auto-import, etc) Anyone interested in any further work on this?
Offline
#234 2006-07-25 18:46:54
- Ace of Dubs
- Member
- Registered: 2006-04-17
- Posts: 446
Re: Improving TXP Image Management
- Client Sites – In thumbnail gallery format to showcase events.
- Personal – Portfolio with paginated snapshots
- Naming convention of ID numbers stinks. You should be able to name your images decide where they live.
- No resizing capabilities out the box
- Built-in synchronization with a designated folder. (This has been attempted with various plugins, but so far none of them work with my install of 4.0.3.)
- Built-in Resizing of images / generation of thumbnails
- Visual comps when I have some time
- Endless rambling on the subject till we hammer out a solution
That’s about all for now…I’m sure I will think of more to add
Offline
#235 2006-07-25 19:02:55
Re: Improving TXP Image Management
Ace of Dubs,
in case you are a Mac user, there are Textmate licenses available to people who help.
Right now we are waiting on a writeup my Nils and Alex, and possibly one from guiguibonbon and Jameslomax? Most important on the list is getting article type functionality for the image tags for greater control over galleries etc.
Next is handling the image area in new ways via plugins. This includes organization, thumb handling, editing, etc. Check out the WIKI for more on “image handling”.
- I am Squared Eye and I
am launchinghave launched Pattern Tap
Offline
#236 2006-07-25 19:22:13
Offline
#237 2006-07-25 20:00:10
- Ace of Dubs
- Member
- Registered: 2006-04-17
- Posts: 446
Re: Improving TXP Image Management
@ Matt,
I already bought Textmate to take advantage of Marios TXP bundle, but I honestly dont mind lending a hand as payback for the awesome support here. Having said that, (and after reading the entire contents of this thread) it seems the lot of you have things under control already.
@ Wet,
Although I can only understand half of the PHP code there, this looks VERY insteresting! Seems like they are building the image resize into core at long last. Hooray! :D
Offline
#238 2006-07-25 20:28:23
Re: Improving TXP Image Management
Ace of Dubs wrote:
Although I can only understand half of the PHP code there, this looks VERY insteresting! Seems like they are building the image resize into core at long last. Hooray! :D
Some image resizing is already there at least for creating thumbnails. I think this is doing the resizing on upload now which is much appreciated.
I think I still had greenrift’s original hack in place until 4.0.3 because I missed the auto resizing too much.
Last edited by hakjoon (2006-07-25 20:28:36)
Shoving is the answer – pusher robot
Offline
#239 2006-07-26 16:58:01
- marios
- Archived Plugin Author
- Registered: 2005-03-12
- Posts: 1,253
Re: Improving TXP Image Management
I know, this might be a little silly of a comment, and makes me feel a little bad to bloat this thread even more.I’ve got no Idea what is in the works, but observed the following on my blog install on a default 4.0.3
So I make it short:
1)I have around 700 Images in that database, so what’s really troublesome then in some circumstances, is the page load time, if selected to many per page( under content images )
In other words, an optimization feature to get to a minimal file-size to display the images from content Images, would be
useful as well. (may be adjustable from prefs, for those who need quality display)
2) Per page selection url links per page would have been useful in that case, instead of going back and forth each time.
3)The display of the Image ID’s as well ( In case that they are kept for the new image handling)
4)Per category display selection makes it easier to work with images on a per article basis.
Just my observations. I’m sure most of that is already taken care of, so just ignore my post then.
regards, marios
⌃ ⇧ < ⎋ ⌃ ⇧ >
Offline
#240 2006-07-26 18:58:08
Re: Improving TXP Image Management
I am with you Marios! Also maybe a search function for images might be a cool addition.
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline