Photoshop :: Can't Append My Copyright - What Do I Do?

Aug 3, 2007

I have folder of images, some files will append copyright ok, but some, get error writing metadata.

Purching cache or rebooting computer not help.

the handful images real stubborn.

View 3 Replies


ADVERTISEMENT

Photoshop :: Copyright Or No Copyright

Oct 14, 2008

40+ years ago I bought a book from a dealer who sold antique Scottish books. It is A4 in size and has 400 B/W photographs of Scotland.

There is no date in the book but the pictures are late 19th century & early 20th century. There is a reference in it regarding the opening of a new railway line. That line was opened in 1908 and I'm guessing the book is circa 1910.

A few years ago I scanned into my computer several of the views. Like a lot of early photographs the skies are almost non existent. I took out the castles, bridges, etc and made up my own skies in KPT 6.

The finished results are A3 in size.

My question is - is the copyright still valid on the book or am I free to do whatever I want with them?

By the way the company who photographed and published the book is still in existence. Also I'm from Scotland but I'm curious as to how the book would stand regarding copyright throughout the world.

View 30 Replies View Related

Photoshop :: CS6 - Append To Group Metadata

Sep 8, 2013

I'm using Photoshop CS6 with Bridge.

Working a lot with documentary images, the Description metadata field is crucial for saving valuable info pertaining to the images, often quite a lot of text.  Bridge is useful -- but not as useful as I'd need.

Very often I want to append to the Description for a group of images, and that works nice -- but ONLY if that field is empty in all the fields.
 
And that is typically not the case.  I keep coming back with more info to add, but often not to the same selection of images.  Thus if I try selecting them I get "(Multiple values)" in the field.

And if I type something in it REPLACES all the various existing content in the image files -- very bad loss of important data results.
 
Thus, what I'd need is a way to APPEND text to the Description field contents for a selection of images.

Is there some way in Bridge that I have overlooked? Or is there any plugin or auxiliary program that could be used for this?

View 3 Replies View Related

Photoshop :: Extensions Won't Append To File Types

Oct 6, 2008

For some odd reason, when I choose a different file format in Photoshop CS3, the extension does not change, and I have to manually enter this in. I don't recall having to do this before.

I have a mac as well but it doesnt seem to have this problem.

View 1 Replies View Related

AutoCAD .NET :: Append Attribute To Block

May 9, 2011

I wan't to append a new attribute to a new block. But I get an error that there is no database. The loaded file has no attributes

Dim mDialog As New frmPaalDefinitie()
For Each item In lvPalen.Items
mDialog.tsPaal.Items(item.imageindex).enabled = False
Next
mDialog.ShowDialog()
If mDialog.DialogResult <> Windows.Forms.DialogResult.OK Then Exit Sub

[Code] ........

View 4 Replies View Related

Lightroom :: Why Does LR Append -2 To File Names / When There Are No Duplicates

Jan 5, 2014

I have been using Lightroom since V. 1. I have noticed that many of my file names have been renamed in LR (now V5.3)  by changing the filename from "XXX_yyyy.NEF" to "XXX_yyyy-2.NEF". IF I look in the folder where the images are stored, both versions of the file are there. I went into LR and deleted the "-2" version and re-imported the original files. In some cases this worked and the LR file now has the original name. In some other cases, LR re-named on import and appended the "-2" to the file name. I checked and it turned out there were other files with the same name on the disk and in the LR catalogue, so I understand why these files were renamed. In other cases, however, there is no other file in LR with the same name. Yet, when I try to delete the "-2" file in LR and re-import the original file (as I did earlier),  LR again renames my file by appending the "-2" suffix to the file name. It does not copy the file, it actually renames the file in the folder where it is stored. I cannot understand why the file name is being changed in this case.
 
why LR is doing this and how can I prevent it?I am running LR under 64-bit Win 7 with 12 GB RAM, the problem seems to have occurred primarily with Nikon D200 RAW (.NEF) files.

View 1 Replies View Related

AutoCAD Inventor :: Append Folder Location To Filename?

Apr 27, 2012

I am using this code snippet to open an idw.  With this code, the idw has to reside at the same file path as the current document. 

>>>>>>>>>>>>>>>>

Sub OpenIDW()
On Error GoTo Oops
Dim oDoc As Document
 Set oDoc = ThisApplication.ActiveDocument  
Dim sFullFileName As String    
sFullFileName = oDoc.FullFileName   
Dim sDrawingName As String   
sDrawingName = Left(sFullFileName, Len(sFullFileName) - 4) & ".idw"        
Dim oDrawDoc As DrawingDocument  
Set oDrawDoc = ThisApplication.Documents.Open(sDrawingName)  
Exit Sub  
Oops:     MsgBox "IDW File could not be found. FileName of IDW must be the same as this file.", vbInformation End Sub
>>>>>>>>>>>>>>>>>

"What if"... my idw is not at the same location, but under a subfolder instead..... like this

Part file c:designsDrawingsJobxxx

Idw file c:designsDrawingsJobxxxIDW

I am sure that this can be done by editing the line "sDrawingName = Left(sFullFileName, Len(sFullFileName) - 4) & ".idw"  " .  Everything I have tried did not work.

View 3 Replies View Related

AutoCAD Civil 3D :: Append To Cogo Point Description

Jan 4, 2013

I have a couple hundred cogo points with all different descriptions. is there a way to add "use these" to the beginning of all the nodes at once?

View 2 Replies View Related

AutoCAD Architecture :: Cannot Append To Plot Stamp Log File

Dec 10, 2011

I am trying to plot to PDF and it wont do it.

View 1 Replies View Related

AutoCAD 2010 :: Command To Append Text Information To Default Value?

Feb 20, 2012

I can't remember the AutoCad Command to append text information (i.e. "3X", "2 Places") to the default value?

View 2 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Append To User Input

May 7, 2012

I've been trying to append a user input by adding this text "ABC" to the front of it.  How can I do that?

(setq NUMX (getstring "
Please specify NUMBER:")); INPUT NUMBER 123 HERE
(SETQ NUMXX (append '(ABC) NUMX))

So that NUMXX now equals ABC123.

View 2 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Can't Append Registry To Value Of SAVEFILEPATH Variable

Oct 2, 2012

How come I can't modify the following registry key to the SAVEFILEPATH variable?
 
(vl-registry-write "HKEY_CLASSES_ROOT\SOFTWARE\Treadstone\File Sweeper" "NETWORK_LOCATION" SAVEFILEPATH)

View 1 Replies View Related

AutoCAD Visual LISP / AutoLISP :: How To Append To Text File / Record Date Variable

Feb 22, 2012

how to append I’m assuming its not write-line but append line. And also I’m having trouble recording the date variable… I keep getting error bad argument type stringp nil

; Appends usage count by DATE long variable...(setq g(open "C:/ICT/AutoCAD_Architecture_suite_2012/CUSTOM/WOOD Clones/PEN/USSAGELOG.PEN" "w"))(setq MYDATE DATE)(write-line MYDATE g); AS ABSOLUTE LAST WE NEED TO CLOSE THE TEXTFILE...(close g)

I have the following code snippet I’m trying to append the file named USAGELOG.TXT to record the date of executions

View 2 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Append Directories To SFSP With Raster Design Loaded

Oct 16, 2013

I am in the process of creating 2 lisp routines, one that loads Support file search paths on the network and one that adds support file search path locally. Each routine will be run depending on the ability of ACAD to find a file on the server. I noticed that when I add the new directories the default AutoCAD folders get replaced. I researched this and found that using the SETENV and ACAD I can include the default support paths. 

The issue I am running into is that not all default folders are being added to AutoCAD when I used the ACAD variable. A plugin folder under Program Data is listed in the original install, but it is not listed when I add my directories and used the ACAD variable to add the default directories. The same thing happens when raster design is installed. The help folder and the install directory for raster are not carried over when using the ACAD variable. 

I am attaching the coding for the lisp routine adding server paths. Is there some syntax I can add to tell it to append to the list instead of replacing the SFSP list?

(vl-load-com)
(setq files (vla-get-files
(vla-get-preferences (vlax-get-acad-object))
)
)
(setq SERVNM (getenv "servername"))
(setq SLSERV (STRCAT "\\" SERVNM))
[code].........

View 2 Replies View Related

Photoshop :: Copyright?

May 19, 2004

I understand most of the idea about not taking other peoples work without asking, but am I able to put my name and logo on a picture I take, just cause I can, or is there a process I need to go through...My photo digital teacher saying that me being so young I have a chance to grow and I was thinking this could be a lil confedence boost, plus I am trying to get some stuff I make all bundled together to where I can jus print them out as needed and it would seem more professional to have a copyright.

View 4 Replies View Related

Photoshop :: Watermark/Copyright

Mar 24, 2008

My first question is, does anyone know the legality's of taking an image with a watermark on it, changing it with photoshop and removing the watermark?

Granted, I know that the watermark is there to prevent a picture as being claimed by someone else. However if that picture is changed and no longer the original, is it then fair game to remove the watermark?

View 3 Replies View Related

Photoshop :: Copyright On The Same Place

Feb 16, 2006

I created a custom brush with my logo on it and then created an action that puts my copyright logo as watermark. The problem is copyright logo gets placed on different places on different size image. For example, I created the action to put logo on the lower right hand corner of a standard 800x640 pixel horizontal image. When I run this action on a vertical image, logo gets placed somewhere on the top. If the image is in higher resolution, logo gets placed somewhere in the middle.

How can I modify the action so the copyright logo gets placed in the same place? I guess I am thinking if there is a way I could calculate the image size and put the logo from certain percentage away from the lower end corner automatically?

View 3 Replies View Related

Photoshop :: How To Put Copyright On My Video

Feb 23, 2008

i would like to put some of my diving videos on my website and youtube.com , but i don't know how to put copyright text at the bottom of the screen.

View 2 Replies View Related

Photoshop :: Copyright Sign ................

Apr 29, 2008

I have CS3 and the copyright sign stop displaying when I do Alt+0169.

I went to my CS2 shortcuts and couldn't fine where it is.

View 2 Replies View Related

Photoshop :: Obtaining Copyright

Jul 23, 2004

It's an e-commerce site for some sports related jewelry that he made, and he wants to protect the logos we worked on and the site design. What I've usually seen are people slapping a copyright date on their work and calling it good. However, I don't think that's really going to protect anything from being ripped off. I'm looking at websites and what it looks like is that I have to get an attorney and file some paperwork with the US Copyright Office.

View 1 Replies View Related

Photoshop :: Photoalbum Copyright

Aug 26, 2003

Ive made a lot of photoalbums but now I want on each photo a copyright logo

I know you can do this with a droplet but how?

I got a droplet something is missing or some action cannot be done.

View 2 Replies View Related

Photoshop :: CS3 Extended Copyright

May 1, 2009

I have a question concerning copy right of Photoshop CS3 Extended software.Is it legal to sell a version of CS3 Extended on a flashdrive?  There is a company that is selling it on a flashdrive and they claim that it doesn't have to be activated but the help files have been removed and the software cannot be undated.I asked the company about the software and they claimed it is legal.  This is what they said;This is not an illegal copy. The "Patent and Legal Notices" in the "Help" menu clearly state in the (EULA) the following (section:2 paragraph 2):"Permission is hereby granted, free of charge, to any person obtaining a copy of the Unicode data files and associated documentation (the “Data Files”) or Unicode software and associated documentation (the “Software”) to deal in the Data Files or Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, and/or sell copies of the Data Files or Software, and to permit persons to whom the Data Files or Software are furnished to do so, provided that (a) the above copyright notice(s) and this permission notice appear in all copies of the Data Files or Software, (b) both the above copyright notice(s) and this permission notice appear in associated documentation, and © there is clear notice in each modified Data File or in the Software as well as in the documentation associated with the Data File(s) or Software that the data or software has been modified". if this is legal.

View 2 Replies View Related

Photoshop :: Copyright Question

Oct 18, 2005

I am wonder what are the copyright laws on artwork from painters in the past. I'm doing some pictures for tshirts and I want to use art work from the different periods from history. Like works for cezanne, picasso, monet, etc. How does copyright work for artists like these? I'm not planning on just sticking the painting on the tshirt, but probably modifying it bit to fit what I want. Any ideas regarding this?

View 2 Replies View Related

Photoshop :: Create Copyright Symbol In CS6?

Feb 20, 2013

How do I create the copyright symbol in Photoshop CS6, Windows7?  Alt+0169 does not work. 

View 9 Replies View Related

Photoshop :: Where Does Copyright Text Stored

Jun 4, 2012

Where is the copyright text that appears in the metedata in Bridge and Photoshop (File > Get Info) stored? My photos are all stuck with "© 2011 My Name, all rights reserved." How can I change it so that the metadate shows "© 2012 My Name, all rights reserved."? I know I can edit the metadata, but I have thousands of photos with the wrong date, and I cannot find where the text is stored.

Where can I change this so that all photos taken this year have the correct copyright date? Did I enter this text somewhere? In some Preferences panel? If so, I can't find it. I have set this to 2012 on the camera, so it's not coming from there. Searching Adobe Photoshop produces nothing useful. Searching the system for the character string produces nothing. Where does this come from?
 
Kikon D7000
Photoshop 13.0 x64
Bridge 5.0.0.399
Mac OS 10.6.8

View 4 Replies View Related

Photoshop :: Making A Copyright Brush

Aug 8, 2004

I had used a tutorial to do it in PS 7 and its still there but I now have CS and forgot how to create it or move it from 7 to CS.

View 4 Replies View Related

Photoshop :: Make Copyright Symbol

Oct 26, 2006

I am trying to make a copyright symbol and evertime I press ctrl alt c the canvas size dialogue box opens.

View 5 Replies View Related

Photoshop :: Invisible Copyright Protection

Apr 17, 2005

I've heard of a way to make an invisible watermark but I cant figure it out. I just need a way to put my name on an image without it interfering with the content of the image. Is there any way to do something like that!

View 8 Replies View Related

Photoshop :: Action For Copyright On Layer

Mar 10, 2004

Using PS 7.0 on win2K

Objective -
Reduce 20 images from 300dpi tif's to 72dpi jpeg [for emailing] with a
copyright notice on the bottom of frame.

How I attempted to make it work...

Downsizing to jpeg from tif was not a problem with an action.

Created a new text image- A copyright notice was made up as another separate file. Then I had the image and the text notice visible in PS.

Recorded an action and dragged the copyright notice into the jpeg image. It works for the image i am working on but will not reproduce itself on subsequent images when the action is supposed to run.

Can it be done when I down size from tif > jpeg or do I need to do it
once they are all jpeg's?
Of course the final image will be a flattened layer.

View 3 Replies View Related

Photoshop :: Copyright Logo And Name On Photos

Jul 27, 2003

could anyone explain the best technique to add a copyright logo and name to photos in photoshop 7?

View 2 Replies View Related

Photoshop :: Batching A Copyright Onto Photos

Dec 8, 2005

I have a brush set to do this but it is VERY time consuming. So, I need to find out how to design a copyright notice and then batch stamp it onto a folder of photos. I have tried and tired to figure this out but not getting anywhere. I am going to either to one across the middle very opaque or I want it down the side of the photo. Then I want to save the batch into a new file and keep the originals intact for printing, etc. I am using PhotoShop CS.

View 7 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved