LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-31-2008, 03:56 PM   #1
taj
Member
 
Registered: Aug 2004
Posts: 128

Rep: Reputation: 15
gif editor


Am looking for a program like "photoshop" that will let me edit text data with hyper links embedded within an old gif file? Need to be able to update file for Web Site.
 
Old 08-31-2008, 03:58 PM   #2
arizonagroovejet
Senior Member
 
Registered: Jun 2005
Location: England
Distribution: openSUSE, Fedora, CentOS
Posts: 1,094

Rep: Reputation: 198Reputation: 198
Did you try Gimp? It's included with most distros. If it's not installed then check what ever package manager what ever distro you are using has. I don't know if Gimp does what you want since I don't have an gif files to hand and don't understand exactly what you're describing by 'text data with hyper links embedded'.
 
Old 08-31-2008, 07:31 PM   #3
i92guboj
Gentoo support team
 
Registered: May 2008
Location: Lucena, Córdoba (Spain)
Distribution: Gentoo
Posts: 4,083

Rep: Reputation: 405Reputation: 405Reputation: 405Reputation: 405Reputation: 405
Quote:
Originally Posted by taj View Post
Am looking for a program like "photoshop" that will let me edit text data with hyper links embedded within an old gif file? Need to be able to update file for Web Site.
Mmmm I am not quite sure what do you mean.

You can't -as far as I know- embed hyperlinks or any other kind of data into a gif image. If my memory serves correctly, GIF is just a bitmap format with LZW compression, nothing else. If you see text, it should actually be part of the image (or separate text into the web page, in which case you should be editing the html code instead), and not a separate text object. Vector types like SVG or CDR files allow separate objects, but bitmaps are just collections of pixels, nothing else.

I am not a master in graphics formats, so I might be missing something. However, maybe you can serve us a sample GIF file so we know what do you mean.

For the rest, I also recommend the gimp for the task.
 
Old 08-31-2008, 07:48 PM   #4
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
first you can not embed a link in a gif but in the html code you can put a gif image as a link.
Or use ImageMagick and java,php to "on the fly" make a gif image that is a link with text from the data base.
gimp will edit the VERY,very,very old 8bit ( 255 colors) .gif .The last web site I wrote I used 24 bit .png's ( ie6, and maybe ie7, did not support 32 bit png's .However ALL other browsers do.)Also a bit of java and ImageMagick " magic" to get transparent png's in to IE6
 
Old 08-31-2008, 08:26 PM   #5
ErV
Senior Member
 
Registered: Mar 2007
Location: Russia
Distribution: Slackware 12.2
Posts: 1,202
Blog Entries: 3

Rep: Reputation: 62
Quote:
Originally Posted by i92guboj View Post
Mmmm I am not quite sure what do you mean.

You can't -as far as I know- embed hyperlinks or any other kind of data into a gif image. If my memory serves correctly, GIF is just a bitmap format with LZW compression, nothing else. If you see text, it should actually be part of the image (or separate text into the web page, in which case you should be editing the html code instead), and not a separate text object. Vector types like SVG or CDR files allow separate objects, but bitmaps are just collections of pixels, nothing else.

I am not a master in graphics formats, so I might be missing something. However, maybe you can serve us a sample GIF file so we know what do you mean.

For the rest, I also recommend the gimp for the task.
I think OP is talking about "image maps" - i.e. in HTML you can declare several invisible polygonal shapes within image and specify different link for each shape. I think photoshop really had tool for creating "image maps", but I have no idea about Linux alternative for photoshop's tool. I'd make them in any text editor.
 
Old 08-31-2008, 08:36 PM   #6
i92guboj
Gentoo support team
 
Registered: May 2008
Location: Lucena, Córdoba (Spain)
Distribution: Gentoo
Posts: 4,083

Rep: Reputation: 405Reputation: 405Reputation: 405Reputation: 405Reputation: 405
Quote:
Originally Posted by ErV View Post
I think OP is talking about "image maps" - i.e. in HTML you can declare several invisible polygonal shapes within image and specify different link for each shape. I think photoshop really had tool for creating "image maps", but I have no idea about Linux alternative for photoshop's tool. I'd make them in any text editor.
I see. Some kind of fancy stuff like fireworks/dreamweaber like to do. I didn't think of those because I have the odd idea that code should be written into a text editor and not drawn into a photo retouch program :P

To do this with css is just a breeze. I don't know of any tool that will do that in linux. However, most versions of photoshop, fireworks and dreamweaber should work just ok under wine.
 
Old 08-31-2008, 08:49 PM   #7
matthewg42
Senior Member
 
Registered: Oct 2003
Location: UK
Distribution: Kubuntu 12.10 (using awesome wm though)
Posts: 3,530

Rep: Reputation: 65
An alternative to Gimp for an image editor is Krita. Both are pretty good programs in my opinion.
 
Old 08-31-2008, 08:58 PM   #8
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
If you are looking for an image map editor, try kimagemapeditor (part of kdewebdev). As for Photoshop replacements, Krita and GIMP are your best bets.
 
Old 08-31-2008, 09:27 PM   #9
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
Gimp can make a clickable "image map"
a photo with parts that are clickable in html
but doing this in a text editor is BEST

Last edited by John VV; 08-31-2008 at 09:28 PM. Reason: added to
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
GRE VS GIF . Difference between GRE and GIF. cristian123 Linux - Networking 4 04-29-2008 01:56 AM
gif strycnine Linux - Newbie 5 01-11-2007 06:05 AM
need shell script to copy 1.gif to 1-100.gif stefaandk Programming 6 03-23-2006 06:20 PM
GIF help oldstinkyfish Linux - Software 1 12-03-2004 12:49 AM
Animated Gif Editor??? m3s3lf Linux - Software 1 11-04-2004 06:27 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 10:47 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration