Search found 3 matches

by pasaliczaharije
2011-10-24T07:20:47-07:00
Forum: Users
Topic: Converting ti sRGB jpeg
Replies: 1
Views: 3867

Converting ti sRGB jpeg

We are having small site where users can upload images where we are storing original image and also cutting smaller versions (1024x768) for view purpose. There is no limitations on original image types but mostly they are jpg-s. We are having problem where same image can look differently on browsers ...
by pasaliczaharije
2011-08-24T04:35:07-07:00
Forum: Users
Topic: Adding svg frame around image
Replies: 4
Views: 7433

Re: Adding svg frame around image

Tx for responses. It sound as nice trick to include image in svg. Will try that but i need to learn a little bit more on svg.

thx again.
by pasaliczaharije
2011-08-23T13:41:15-07:00
Forum: Users
Topic: Adding svg frame around image
Replies: 4
Views: 7433

Adding svg frame around image

Hi

I'm trying to compose two images - one is photo image, and other is svg vector frame which i need to add as frame.
Is there any smarter way other than converting svg to png which matches same dimension as photo image and then composing those two images together?

Best